# GGWP API Hub – Axesso Walmart Product Lookup

> GGWP API Hub – Axesso Walmart Product Lookup is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.05947/call, status unknown (last checked 2026-09-14).

Proxies Walmart product data via the Axesso API, returning product details, prices, and listings from Walmart's catalog.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/axesso-walmart
- Price: $0.05947/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-axesso-walmart-product-lookup-322b6294
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ndschTJiz4LfX2jw6ojBz

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 ggwp-api-hub-axesso-walmart-product-lookup-322b6294 -d '<json body>'
```

Example prompt: Can you pull up the current price and availability for a KitchenAid stand mixer on Walmart using the Axesso Walmart API?

## When to prefer this

Choose this endpoint when you need structured Walmart product data — including pricing, availability, and product details — via a pay-per-call model without a long-term subscription. Best for agents doing spot lookups, price checks, or retail research against Walmart's catalog.

## Known failure modes

- Invalid or missing product query returns empty or error result
- Walmart product not found returns null data in result object
- Rate limiting or upstream Axesso API failure returns generic error
- Malformed request body causes 400-level error
- Payment failure on x402 protocol blocks the request entirely

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing Walmart product data such as title, price, availability, product description, ratings, and other listing details sourced via the Axesso Walmart API.

## 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/ggwp-api-hub-axesso-walmart-product-lookup-322b6294/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
