# GGWP API Hub - Scout Amazon

> GGWP API Hub - Scout Amazon is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.076732/call, status unknown (last checked 2026-09-15).

Scrapes and retrieves product, seller, or listing data from Amazon via a pay-per-call API endpoint.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/scout-amazon
- Price: $0.076732/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-scout-amazon-3e96f924
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fm8S79vLLN5BWkpwK7t9p

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-scout-amazon-3e96f924 -d '<json body>'
```

Example prompt: Can you scout Amazon for the best-priced wireless noise-cancelling headphones under $100 and give me the top listings with prices and seller details?

## When to prefer this

Choose this endpoint when you need on-demand Amazon product or pricing data without maintaining your own scraper, and are comfortable with pay-per-call micropayment pricing via the x402 protocol on Base chain. Best for lightweight product research, price checks, or building e-commerce intelligence features without a long-term API contract.

## Known failure modes

- Invalid or missing query parameters result in empty or error response
- Amazon anti-scraping measures may cause intermittent failures or partial data
- Rate limiting on the underlying scraper may cause timeouts
- Product not found if ASIN is invalid or region-restricted
- Response schema is minimal and may not include all expected product fields

## 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 structured data about Amazon product listings including titles, prices, ratings, seller information, availability, and other product metadata matched to the query.

## 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-scout-amazon-3e96f924/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)
