# PetPulse Pet Food & Product Recall Checker

> PetPulse Pet Food & Product Recall Checker is a paid API for AI agents from petpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Searches FDA animal-veterinary and AVMA recall records live for any pet food or product brand and returns matching recall notices with lot numbers, hazard details, and recommended action steps.

## Facts

- Endpoint: GET https://petpulse.theaslangroupllc.com/api/pet/recall-check
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/petpulse-pet-food-product-recall-checker-b356fb72
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OD2YCQfw8qBcEZlOhxJTH

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 petpulse-pet-food-product-recall-checker-b356fb72
```

Example prompt: Can you check if my dog's food — Sportmix Premium High Energy dry dog food — has any active FDA or AVMA recalls right now, including any lot numbers I should watch out for?

## When to prefer this

Use this endpoint when a pet owner or veterinary agent needs to quickly verify whether a specific pet food brand or product has an active or recent recall from FDA animal-veterinary or AVMA sources, especially when a lot number or hazard detail is needed to determine if an individual purchase is affected. Prefer this over a general web search when you need structured, cited recall data with specific hazard and action guidance rather than a list of links.

## Known failure modes

- Brand or product name not recognized — returns no-recall-found result rather than an error
- FDA or AVMA data source temporarily unavailable — may return stale or incomplete results
- Ambiguous brand name matches multiple products — may return results for related products
- Recall database may lag real-time announcements by hours or days
- Lot number not provided — returns brand-level results which may be broader than needed

## How this service works

Pet food and product recall checker (is my dog or cat food recalled?) for pet-owner and vet agents. Searches FDA animal-veterinary and AVMA recall records live for any brand or product and returns cited recall matches with lots, hazard, and what-to-do steps, or an honest no-recall-found result. Pet-info guide, not veterinary advice.

## Output

Returns either matched recall records (including recall citation source, affected lot numbers, identified hazard, and what-to-do steps) or an honest no-recall-found result if no active or recent recalls are on file for the brand or product queried.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "product"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "region": {
   "type": "string",
   "description": "Region (country)"
  },
  "product": {
   "type": "string",
   "description": "Pet food brand or product name to check"
  },
  "species": {
   "type": "string",
   "description": "Species (dog, cat, etc.)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/petpulse-pet-food-product-recall-checker-b356fb72/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from petpulse.theaslangroupllc.com](https://www.zero.xyz/host/petpulse.theaslangroupllc.com/llms.txt)
