# 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 real-time product data from a specific Amazon product page URL and returns structured product information

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-amazon-data/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-116f4c2e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MeHODVVpvIOrI3_7nNKc8

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-116f4c2e
```

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

## When to prefer this

Choose this endpoint when you need structured, real-time data from a specific Amazon product page and have the product URL. It requires no API key or account, making it ideal for quick, pay-per-call scenarios. Prefer this over general-purpose web scrapers when you need Amazon-specific structured fields like ASIN, ratings, and pricing. Best suited for single-product lookups rather than bulk catalog scraping.

## Known failure modes

- Invalid or non-Amazon URL returns an error or empty result
- Product page no longer exists or has been removed leads to 404-style response
- Amazon blocks scraping attempt causing incomplete or empty data
- Payment of $0.003 USDC fails or x402 handshake is not completed, blocking the request
- Geo-restricted or region-specific Amazon pages may return unexpected results

## 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

Returns a structured JSON object containing real-time product data scraped from the given Amazon product page, including product title, current price, star rating, review count, availability status, product images, description, ASIN, and seller information.

## 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-116f4c2e/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)
