# AnyAPI Walmart Product Scraper

> AnyAPI Walmart Product Scraper is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.00368/call, status unknown (last checked 2026-09-15).

Scrapes and returns structured product data from Walmart for a given product identifier

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/walmart.product
- Price: $0.00368/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-walmart-product-scraper-89d9ccad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ugwKNnJjh8AwMbspMqJ_5

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 anyapi-walmart-product-scraper-89d9ccad -d '<json body>'
```

Example prompt: Can you pull the product details for the Walmart listing with product ID 473832478 — I need the title, current price, availability, and star rating?

## When to prefer this

Choose this endpoint when you need real-time structured product data from Walmart without maintaining a Walmart API subscription. Ideal for price monitoring, competitive intelligence, product catalog enrichment, or one-off lookups where paying $0.01 per call is preferable to a recurring subscription. Best when you already have a Walmart product ID or product URL and need parsed JSON output rather than raw HTML.

## Known failure modes

- Product ID or URL not found on Walmart — returns error or empty result
- Walmart anti-bot measures block the scrape — returns timeout or access-denied error
- Invalid or malformed product identifier input — returns validation error
- Product listing has been removed or is region-restricted — returns empty or partial data
- Rate limiting or payment failure via x402 — request not processed

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing structured Walmart product data including product title, price, availability status, product description, images, star rating, review count, seller information, and other listing details scraped from Walmart's website.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-walmart-product-scraper-89d9ccad/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
