# SafePulse Food & Drug Safety Lookup

> SafePulse Food & Drug Safety Lookup is a paid API for AI agents from safepulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns FDA and USDA recalls, contamination alerts, and drug recall data for any food or drug product.

## Facts

- Endpoint: GET https://safepulse.theaslangroupllc.com/api/safe/food
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/safepulse-food-drug-safety-lookup-915d6223
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bDECDeg9hYyRimkkJxj3Y

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 safepulse-food-drug-safety-lookup-915d6223
```

Example prompt: Can you check whether Jif peanut butter or any similar peanut butter products have active FDA or USDA recalls or contamination alerts right now?

## When to prefer this

Use this endpoint when you need FDA and USDA food safety recall data or drug recall information for a specific product. Prefer this over the general CPSC product safety endpoint for anything consumed orally — food, beverages, dietary supplements, or prescription/OTC drugs. Choose the global safety endpoint instead if you need international recall data beyond US agencies.

## Known failure modes

- Product not found in FDA/USDA databases — returns empty result set
- Ambiguous product name matches multiple records — may return multiple results requiring disambiguation
- FDA or USDA data source temporarily unavailable — may return partial or cached data
- Payment not processed — returns 402 Payment Required
- Invalid or missing product query parameter — returns 400 Bad Request

## How this service works

Food and drug safety lookup for consumer and safety agents. Returns FDA and USDA recalls, contamination alerts, and drug recall data for any product.

## Output

A structured response containing any matching FDA recalls, USDA FSIS recalls, contamination alerts, and drug recall notices for the queried product, including recall dates, reason for recall, affected lot numbers or UPC codes, and severity classification where available.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "product"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "type": {
   "type": "string",
   "description": "type"
  },
  "product": {
   "type": "string",
   "description": "product"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/safepulse-food-drug-safety-lookup-915d6223/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from safepulse.theaslangroupllc.com](https://www.zero.xyz/host/safepulse.theaslangroupllc.com/llms.txt)
