Workflow page
Product Recall Alerts API
A buyer review page for ecommerce, retail compliance, marketplace trust-safety, and inventory risk teams that want public CPSC recall alerts filtered by product, manufacturer, category, hazard, recall date, and remedy.
GET /v1/products/cpsc/recall-alerts?categories=Nursery,Toys&date_after=2026-06-01
{
"data": [
{
"recallId": "SAMPLE-CPSC-2026-002",
"productName": "Example Baby Lounger",
"category": "nursery products",
"hazard": "entrapment and fall hazard",
"remedy": "refund",
"recallDate": "2026-07-02",
"manufacturer": "Example Baby Goods",
"watchlistReady": true,
"source": "CPSC Recalls API"
}
],
"meta": { "sampleOnly": true, "workflow": "product-recall-alerts-api" }
}
Likely Buyers
This page is a product preview for comparing likely buyers, source coverage, and first API shapes.
- Ecommerce teams monitoring product categories and brands for recall exposure.
- Marketplace trust-safety teams matching public recall records to catalog items.
- Retail compliance and inventory risk teams reviewing product, hazard, and remedy fields.
Initial Data Scope
The first buyer-ready workflow should keep the source coverage narrow.
- CPSC recall source cache with product, manufacturer, category, hazard, remedy, and date filters first.
- Daily cached JSON and CSV exports before broad product-matching or catalog enrichment.
- No legal advice, product safety advice, compliance certification, consumer instruction, or recall remediation workflow.