CPSC API
CPSC API for Product Recall Data
Review a sample-first CPSC API path for public consumer product recall records normalized by product, manufacturer, category, hazard, remedy, units, recall date, and source URL.
CPSC recall records
Retail catalog checks
CSV sample available
Feed request path
Source-linked public data
GET /v1/products/cpsc/recalls?category=children&since=2026-07-01
{
"endpoint": "GET /v1/products/cpsc/recalls?category=children&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/cpsc-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.
Product catalog checksMatch public CPSC recall records against product names, categories, brands, and manufacturers.Marketplace trust-safetyReview source-linked recall exposure for sellers, categories, and catalog operations.CSV-first reviewStart with the downloadable sample before requesting a recurring feed or API access path.