# OpenWeb Ninja — Amazon Product Scraper by URL

> OpenWeb Ninja — Amazon Product Scraper by URL is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-16).

Scrapes full product data from an Amazon product page given its URL, returning structured e-commerce details in real time

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/amazon/scrape-by-url
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-amazon-product-scraper-by-url-ad19f3fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SR73cft54M_chq3wSDv-U

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 openweb-ninja-amazon-product-scraper-by-url-ad19f3fd
```

Example prompt: Can you pull all the product details — title, price, rating, availability, and images — from this Amazon listing: https://www.amazon.com/dp/B09G9FPHY6?

## When to prefer this

Choose this endpoint when you need structured product data from a specific Amazon product URL without setting up an account or API key, and you want to pay per call via USDC on Base/Polygon/Arbitrum. Ideal for one-off lookups, price checks, and catalog enrichment tasks where you already have the Amazon product URL. Prefer alternatives if you need bulk scraping, search-based discovery without a URL, or data from non-Amazon retailers.

## Known failure modes

- Invalid or malformed Amazon URL returns an error or empty result
- Product page is behind a CAPTCHA or bot-detection wall causing scrape failure
- Out-of-stock or delisted product pages may return partial data
- Regional Amazon domains (e.g. amazon.co.uk) may behave differently than amazon.com
- Network timeouts if Amazon is slow to respond
- Non-product Amazon URLs (search pages, category pages) return unexpected or no data

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

A structured JSON object containing product details scraped from the Amazon page, typically including title, price, currency, rating, review count, availability status, product images, ASIN, seller name, product description, and feature bullet points

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openweb-ninja-amazon-product-scraper-by-url-ad19f3fd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
