Cpsc: Search Recalls
Cpsc via Parse · government_public
Search CPSC product recalls within a date range. Results are sorted newest-first. The upstream API returns all matching recalls for the date window; skip and limit control which slice of results is returned. When query is provided, results are filtered to recalls whose title contains the query string. Search U.S. Consumer Product Safety Commission product recalls with date range filters and pagination. Returns recall metadata including title, date, product, hazard, remedy, and URL, sorted newest-first. Fulfilled by Parse from www.cpsc.gov.
- cpsc
- ecommerce
- government-public
- healthcare
- parse
- platform-key
- www-cpsc-gov
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/54c983c7-9600-488b-b8dc-065c75a24c3b/search_recalls
- Interface artifact
- sha256:3cb7ebade2a271b26d035917b10aa22d2519d1364d55869b601fe97655a460dc
- Manifest digest
- sha256:12ba4fbab1469f4b809e129197efbbcc6f5b755021c25888b2be2af482c96035
Request fields
- skip (integer): Number of results to skip for pagination. Use with limit to page through results.
- limit (integer): Maximum number of results to return per request (1-100).
- query (string): Filter recalls by title keyword. Only recalls whose title contains this string are returned.
- date_to (string): End date for recall date range filter in YYYY-MM-DD format. Defaults to today when omitted.
- date_from (string): Start date for recall date range filter in YYYY-MM-DD format. Defaults to 30 days before today when omitted.