Workflow page
CPSC API
A buyer review page for ecommerce, retail compliance, marketplace trust-safety, product data, and inventory risk teams that want public CPSC recall records normalized by product, manufacturer, category, hazard, remedy, recall date, units, and source URL.
GET /v1/products/cpsc/recalls?query=e-bike&date_after=2026-06-01
{
"data": [
{
"recallId": "SAMPLE-CPSC-2026-003",
"productName": "Example Electric Bicycle Battery",
"category": "sports and recreation",
"hazard": "fire hazard",
"remedy": "replacement",
"recallDate": "2026-07-03",
"units": 1240,
"manufacturer": "Example Mobility Parts",
"sourceUrl": "https://www.cpsc.gov/Recalls",
"source": "CPSC Recalls API"
}
],
"meta": { "sampleOnly": true, "workflow": "cpsc-api" }
}
Likely Buyers
This page is a product preview for comparing likely buyers, source coverage, and first API shapes.
- Ecommerce and retail compliance teams monitoring products, categories, and brands for recall exposure.
- Marketplace trust-safety teams matching public CPSC recall records to catalog items and sellers.
- Product data and inventory risk teams that need source-linked recall records in JSON or CSV form.
Signals To Watch
These buyer actions help prioritize workflow support and access routing.
- Request clicks from CPSC API and recall data API searches.
- CPSC product recall CSV sample downloads.
- Demo clicks from users comparing product, manufacturer, hazard, remedy, recall date, and source URL fields.
Smallest Build
The first buyer-ready workflow should stay this narrow.
- CPSC recall source cache with product, manufacturer, category, hazard, remedy, date, units, and source URL filters first.
- Daily cached JSON and CSV exports before catalog matching, seller matching, or product enrichment.
- No legal advice, product safety advice, compliance certification, consumer instruction, or recall remediation workflow.