# Records for Agents: Recalls by Firm/Company Name

> Records for Agents: Recalls by Firm/Company Name is a paid API for AI agents from recalls.recordsforagents.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Look up US federal product recalls and safety actions by firm or company name across CPSC, FDA, USDA FSIS, and NHTSA datasets

## Facts

- Endpoint: GET https://recalls.recordsforagents.com/by-firm
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/records-for-agents-recalls-by-firm-company-name-3f10c6d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AHomhS8zc4Rhf3PMAdvXC

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability records-for-agents-recalls-by-firm-company-name-3f10c6d8
```

Example prompt: Pull all federal recall and safety actions on file for Philips across CPSC, FDA, and NHTSA — I need the full provenance for each record including source URL and when the data was last fetched.

## When to prefer this

Use this endpoint when you need to retrieve all recall and safety records associated with a specific company or manufacturer across multiple federal agencies in a single call. It is the right choice for compliance workflows, supply chain due diligence, liability research, or any agent task that starts with a firm name rather than a product name, UPC, or recall number. Prefer the search endpoint if you are querying by product keyword, or the by-recall-number endpoint if you already have a specific recall ID.

## Known failure modes

- Firm name not found — returns empty result set if no records match the query
- Ambiguous firm name matching multiple entities — may return unrelated records from similarly named companies
- Source-specific outages — one or more federal data sources may be temporarily unavailable
- Rate limiting or payment failure — x402 micropayment not processed, request rejected
- Partial coverage — not all recalls carry structured firm name fields, especially older records

## How this service works

US federal product recall and safety data for AI agents: CPSC consumer product recalls, FDA food/drug/device enforcement actions, USDA FSIS meat/poultry/egg recalls and public health alerts, and NHTSA vehicle safety campaigns. Search by product, firm/company name, date range, or source; look up by UPC/barcode or by native recall/campaign number. Every record carries full provenance (source, source URL, fetched-at, record hash) and every response includes as_of freshness — built for agent-driven verification and compliance workflows.

## Output

A list of recall and safety action records matching the specified firm name, drawn from CPSC, FDA, USDA FSIS, and/or NHTSA. Each record includes the firm name, product description, recall or campaign number, issuing agency, recall date, source URL, fetched-at timestamp, record hash for provenance verification, and an as_of field indicating data freshness.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/records-for-agents-recalls-by-firm-company-name-3f10c6d8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from recalls.recordsforagents.com](https://www.zero.xyz/host/recalls.recordsforagents.com/llms.txt)
