x402.openwebninja.com/realtime-amazon-data/search
Answeringour last check, 2026-09-24
1 of 1checks answered this week
622 msmedian answer time
$0.003listed price per call
$0.003price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://x402.openwebninja.com/realtime-amazon-data/search
| Category | Commerce and shopping |
|---|---|
| Provider host | x402.openwebninja.com |
| Networks | eip155:137, eip155:42161, eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.003 | 622 ms |
Example input (from the provider)
{
"method": "GET",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"additional_filters": {
"type": "string"
},
"brand": {
"type": "string"
},
"category": {
"type": "string"
},
"category_id": {
"default": "aps (All Departments)",
"type": "string"
},
"country": {
"default": "US",
"enum": [
"US",
"AU",
"BR",
"CA",
"CN",
"FR",
"DE",
"IN",
"IT",
"MX",
"NL",
"SG",
"ES",
"TR",
"AE",
"GB",
"JP",
"SA",
"PL",
"SE",
"BE",
"EG",
"ZA",
"IE"
],
"type": "string"
},
"deals_and_discounts": {
"default": "NONE",
"enum": [
"NONE",
"ALL_DISCOUNTS",
"TODAYS_DEALS"
],
"type": "string"
},
"fields": {
"type": "string"
},
"four_stars_and_up": {
"type": "boolean"
},
"is_prime": {
"default": false,
"type": "boolean"
},
"language": {
"type": "string"
},
"max_price": {
"type": "integer"
},
"min_price": {
"type": "integer"
},
"page": {
"default": 1,
"type": "integer"
},
"product_condition": {
"default": "ALL",
"enum": [
"ALL",
"NEW",
"USED",
"RENEWED",
"COLLECTIBLE"
],
"type": "string"
},
"query": {
"type": "string"
},
"seller_id": {
"type": "string"
},
"sort_by": {
"default": "RELEVANCE",
"enum": [
"RELEVANCE",
"LOWEST_PRICE",
"HIGHEST_PRICE",
"REVIEWS",
"NEWEST",
"BEST_SELLERS"
],
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"properties": {
"country": {
"description": "Country where the search was performed",
"type": "string"
},
"domain": {
"description": "Domain where the products are listed",
"type": "string"
},
"products": {
"description": "List of products matching the search query.",
"items": {
"type": "object"
},
"type": "array"
},
"total_products": {
"description": "Total number of products matching the query",
"type": "integer"
}
},
"type": "object"
},
"parameters": {
"properties": {
"country": {
"description": "Country code for the search",
"type": "string"
},
"is_prime": {
"description": "Filter for Prime-eligible products",
"type": "boolean"
},
"page": {
"description": "Current page number in pagination",
"type": "integer"
},
"query": {
"description": "The search query string",
"type": "string"
},
"sort_by": {
"description": "Field to sort results by",
"type": "string"
}
},
"type": "object"
},
"request_id": {
"description": "Unique identifier for the API request",
"type": "string"
},
"status": {
"description": "The status of the API response",
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}