Product recall API
Product Recall API for Retail and Marketplace Workflows
Review a product recall API path for ecommerce, retail compliance, and marketplace teams that need public CPSC recall records in a source-linked feed before choosing an access route.
Product recall watchlists
Category and manufacturer filters
Public CPSC sources
CSV feed sample
Direct-access request path
GET /v1/products/cpsc/recall-alerts?manufacturer=sample&since=2026-07-01
{
"endpoint": "GET /v1/products/cpsc/recall-alerts?manufacturer=sample&since=2026-07-01",
"sampleOnly": true,
"market": "consumer-product-safety",
"fields": [
"recallDate",
"recallId",
"productName",
"category",
"hazard",
"remedy",
"units",
"manufacturer",
"sourceUrl"
],
"reviewPaths": [
"https://api.data-apis.com/datasets/cpsc-recalls-sample",
"https://api.data-apis.com/data-feeds/cpsc-recalls-csv",
"https://api.data-apis.com/markets/consumer-product-safety/product-recall-alerts-api"
]
}
Buyer review path
Start with the public sample and feed page, then request access when the workflow needs recurring refreshes, JSON delivery, or category-specific watchlists.
Sample CSVReview sample rows and field names before requesting a feed.Recurring feedReview the CPSC recall CSV feed path for scheduled delivery.API workflowOpen the API workflow page for endpoint shape and access request links.Related workflowCompare the adjacent CPSC recall workflow before choosing an access route.
Use cases
The product recall data path is aimed at teams that need public recall metadata joined to catalog, brand, category, marketplace, or compliance-review workflows.
Retail complianceMonitor product categories, hazards, remedy text, units, and manufacturer fields from public recall records.Marketplace operationsRoute public recall records into catalog review, seller trust-safety, or product data workflows.Feed before APIUse CSV sample and recurring-feed request paths before choosing an authenticated API surface.