# BlackBobs.ai Axesso Walmart Product Data API

> BlackBobs.ai Axesso Walmart Product Data API is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.05947/call, status unknown (last checked 2026-09-15).

Fetches Walmart product data (listings, prices, reviews, and details) via the Axesso data provider through a pay-per-call proxy.

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/axesso-walmart
- Price: $0.05947/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-axesso-walmart-product-data-api-11a07fde
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZoDVck97dxFaYN779tPEt

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 blackbobs-ai-axesso-walmart-product-data-api-11a07fde -d '<json body>'
```

Example prompt: Can you pull up the current price, availability, and product details for the Walmart listing with item ID 123456789?

## When to prefer this

Choose this endpoint when you need real-time or near-real-time Walmart product data — prices, availability, reviews — without maintaining your own scraping infrastructure. It is particularly useful for price comparison, competitive intelligence, or product catalog enrichment tasks where Walmart is a key retailer of interest. Prefer it over building a custom scraper when pay-per-call economics fit the use case.

## Known failure modes

- Invalid or non-existent Walmart item ID returns empty or error result
- Rate limiting or upstream Axesso API unavailability causes failed response
- Malformed request body returns generic error
- Product delisted or out of stock may return partial data
- Payment failure on Base chain blocks the request before it reaches the API

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing Walmart product data such as title, price, availability status, ratings, review count, images, and product description as retrieved via the Axesso data layer.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-axesso-walmart-product-data-api-11a07fde/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
