Market catalog

Consumer Product Safety Recall Monitor

A proposed API and CSV feed product for teams that need public CPSC product recall records normalized by recall date, product, category, hazard, remedy, units, manufacturer, and source link.

GET /v1/products/cpsc/recalls?category=Nursery&date_after=2026-06-01
{
  "data": [
    {
      "recallDate": "2026-07-02",
      "recallId": "SAMPLE-CPSC-2026-002",
      "productName": "Example Baby Lounger",
      "category": "nursery products",
      "hazard": "entrapment and fall hazard",
      "remedy": "refund",
      "units": 237,
      "manufacturer": "Example Baby Goods",
      "source": "CPSC Recalls API"
    }
  ],
  "meta": { "sampleOnly": true, "market": "consumer-product-safety" }
}

Buyer Fit

This catalog entry summarizes the buyer fit, sources, and access model for this data product.

Public Data Sources

The initial product would normalize public records into stable polling endpoints and exports.

Buyer Workflows

These are the specific self-serve workflows this page is designed to support.

Product recall watchlist

Normalize public recall records by product, manufacturer, category, hazard, remedy, units, and recall date.

Marketplace inventory risk feed

Route category and manufacturer matches into ecommerce, retail compliance, and marketplace trust-safety workflows.

Source-linked recall refresh

Refresh CSV snapshots and API cache from public CPSC recall sources with observed dates and source names.

Specific Workflow Tests

These pages focus on specific buyer workflows.

Access Model

Pricing starts with narrow, low-touch access paths for qualified buyers.

Product FAQ

Is this CPSC recall API live?

No. This is a product page for reviewing the proposed response shape, source coverage, and buyer fit.

Would it tell consumers what action to take?

No. The proposed product would normalize public CPSC records and source links only. Buyers remain responsible for product, legal, safety, compliance, and consumer communication decisions.