CPSC Product Recalls Search - Consumer Safety Alerts avatar

CPSC Product Recalls Search - Consumer Safety Alerts

Pricing

from $2.00 / 1,000 results

Go to Apify Store
CPSC Product Recalls Search - Consumer Safety Alerts

CPSC Product Recalls Search - Consumer Safety Alerts

US government data: Search CPSC product safety recalls. Find consumer product recalls by company, product type, hazard, or date. Official government safety data. Export CSV, JSON, or Excel.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Ava Torres

Ava Torres

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 hours ago

Last modified

Share

CPSC Product Safety Recall Search - Consumer Product Recalls & Hazards

Search the U.S. Consumer Product Safety Commission (CPSC) recall database by keyword, manufacturer, date range, or recall number. Get full recall details: hazard descriptions, reported injuries, remedy options (replace, refund, repair), affected unit counts, manufacturer countries, and consumer contact information.

Data is sourced from the official CPSC public API. No API key required.


Output Fields

FieldTypeDescription
recallIDintegerCPSC internal recall ID
recallNumberstringCPSC public recall number (e.g. 25173)
recallDatestringDate the recall was issued
recallTitlestringRecall headline
recallDescriptionstringDetailed product description
recallURLstringDirect link to the CPSC recall page
productsarrayRecalled products with name, model, and units affected
hazardsarrayHazard descriptions
injuriesarrayReported injury descriptions
remediesarrayRemedy descriptions
remedyOptionsarrayRemedy types (Replace, Refund, Repair, etc.)
manufacturersarrayManufacturer names
manufacturerCountriesarrayCountries of manufacture
consumerContactstringConsumer contact line

Use Cases

  • E-commerce and retail compliance — Monitor recalls on products you sell. Catch hazards before they reach customers or trigger liability.
  • Product liability and insurance underwriting — Screen manufacturers and product categories for recall history before issuing coverage or pricing risk.
  • Consumer safety monitoring — Set up recurring runs to track new recalls for a specific manufacturer or product category.
  • Parenting and child safety platforms — Surface recent recalls on children's products, toys, and infant gear in real time.
  • Procurement and supply chain due diligence — Screen suppliers and manufacturers for recall history before onboarding.
  • Journalism and regulatory research — Track recall trends by manufacturer country, product type, or hazard category over time.

How to Use

Select a search type and provide the relevant query. Use date filters to narrow by recall date regardless of search type.

Example input — recalls for space heaters since 2024:

{
"searchType": "keyword",
"keyword": "space heater",
"recallDateStart": "2024-01-01",
"recallDateEnd": "",
"maxResults": 100
}

Example input — all IKEA recalls:

{
"searchType": "manufacturer",
"manufacturer": "IKEA",
"recallDateStart": "",
"maxResults": 200
}

Example input — lookup a specific recall by number:

{
"searchType": "recallNumber",
"recallNumber": "25173",
"maxResults": 1
}

Example input — children's toy recalls in 2023:

{
"searchType": "keyword",
"keyword": "children toy",
"recallDateStart": "2023-01-01",
"recallDateEnd": "2023-12-31",
"maxResults": 100
}

Search Types

ValueDescription
keywordSearch recall titles by keyword
manufacturerSearch by manufacturer or company name
recallNumberLook up a specific recall by CPSC recall number
recallIDLook up a specific recall by internal CPSC ID

Date filters (recallDateStart, recallDateEnd) work with any search type. Dates must be in YYYY-MM-DD format.


Cost

Approximately $0.10 per run (platform start fee) plus minimal compute. Most runs complete in under 20 seconds.


Output Formats

Results are available as JSON, CSV, and Excel from the Apify dataset interface.


FAQ

Does this require an API key? No. The CPSC public API requires no authentication.

How far back does recall history go? The CPSC database includes recalls going back many decades. The API returns available records for any date range you specify.

What is the difference between hazards and injuries? hazards describes the potential risk the product poses (e.g. "fire hazard," "choking hazard"). injuries lists actual reported incidents and injuries that have occurred.

What are remedyOptions? The available remedies CPSC has mandated or negotiated with the manufacturer. Common options include Replace (free replacement), Refund (full or partial), and Repair (free repair kit or service).

Can I filter by product category? The CPSC API does not expose a structured category filter. Use keyword search with product type terms (e.g. "baby monitor," "bicycle," "lithium battery") to narrow results effectively.