Amazon product data on demand with key details including ASIN, title, brand, pri
Amazon product data on demand with key details including ASIN, title, brand, price, currency, rating, review count, availability, thumbnail, and product URL. Get results for $0.03 per record (minimum 1, up to 1,000). Enter your search keywords, optionally choose an Amazon marketplace (com, in, co.uk, de, ca, com.au, ae), and the number of products you need. Discover live Amazon product listings in seconds. Powered by Techforce Global — explore more at https://techforceglobal.com
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://techforce-agents.onrender.com/api/amazon-products
| Category | Image and media |
|---|---|
| Provider host | techforce-agents.onrender.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 1 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.3 | 169 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"domain": "www.amazon.com",
"max": 10,
"q": "wireless earbuds"
},
"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"
],
"type": "string"
},
"queryParams": {
"properties": {
"domain": {
"description": "Amazon marketplace (optional, default www.amazon.com)",
"enum": [
"www.amazon.com",
"www.amazon.in",
"www.amazon.co.uk",
"www.amazon.de",
"www.amazon.ca",
"www.amazon.com.au",
"www.amazon.ae"
],
"type": "string"
},
"max": {
"description": "Number of products to return (min 1, max 1000)",
"type": "integer"
},
"q": {
"description": "Search keywords, e.g. 'wireless earbuds'",
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"items": {
"description": "Array of Amazon products",
"items": {
"properties": {
"asin": {
"description": "Amazon Standard Identification Number",
"type": "string"
},
"availability": {
"description": "Stock availability",
"type": "string"
},
"brand": {
"description": "Brand name",
"type": "string"
},
"currency": {
"description": "Currency code",
"type": "string"
},
"price": {
"description": "Numeric price",
"type": "number"
},
"priceRaw": {
"description": "Formatted price with currency symbol",
"type": "string"
},
"rating": {
"description": "Average rating out of 5",
"type": "number"
},
"reviewsCount": {
"description": "Number of reviews",
"type": "integer"
},
"thumbnailUrl": {
"description": "Product image URL",
"type": "string"
},
"title": {
"description": "Product title",
"type": "string"
},
"url": {
"description": "Product page URL",
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}