Search Amazon by keyword or browse bestsellers by category slug
Search Amazon by keyword or browse bestsellers by category slug
Answeringour last check, 2026-09-24
1 of 1checks answered this week
903 msmedian answer time
$0.005listed price per call
$0.005price 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
POST https://glim.sh/api/v1/amazon/search
| Category | Commerce and shopping |
|---|---|
| Provider host | glim.sh |
| Networks | eip155:143, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 110 from 6 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.005 | 903 ms |
Example input (from the provider)
{
"body": {
"query": "LG Ultragear OLED 34",
"tld": "de"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"category_slug": {
"description": "Amazon bestsellers category slug, e.g. 'electronics' (.com), 'elektronik' (.de), 'electronique' (.fr). Invalid slugs return 'not_found' - retry with a correct slug.",
"type": "string"
},
"include_paid": {
"default": false,
"description": "Include sponsored ad results (default: dropped)",
"type": "boolean"
},
"include_suggested": {
"default": false,
"description": "Include 'people also searched for' suggestions (default: dropped)",
"type": "boolean"
},
"keyword": {
"description": "Alias of 'query'",
"type": "string"
},
"keywords": {
"description": "Alias of 'query'",
"type": "string"
},
"min_reviews": {
"description": "Drop hits with fewer than N reviews. Pair with sort_by='most_reviewed' for a trust-weighted result. Applied client-side to organic/paid/suggested.",
"maximum": 9007199254740991,
"minimum": 0,
"type": "integer"
},
"page": {
"default": 1,
"description": "Page number (1-20)",
"maximum": 20,
"minimum": 1,
"type": "integer"
},
"q": {
"description": "Alias of 'query'",
"type": "string"
},
"query": {
"description": "Free-text keyword query (mutually exclusive with category_slug)",
"type": "string"
},
"response_format": {
"default": "concise",
"description": "'concise' drops images/variants/deep seller metadata; 'detailed' keeps everything",
"enum": [
"concise",
"detailed"
],
"type": "string"
},
"sort_by": {
"description": "Server-side sort, except 'most_reviewed' which re-ranks the current page client-side by review count desc (rating tiebreaker). Pair 'most_reviewed' with min_reviews to skip thinly-reviewed items.",
"enum": [
"most_recent",
"price_low_to_high",
"price_high_to_low",
"featured",
"average_review",
"bestsellers",
"most_reviewed"
],
"type": "string"
},
"tld": {
"default": "com",
"description": "Amazon marketplace: com | co.uk | de | fr | es | it",
"enum": [
"com",
"co.uk",
"de",
"fr",
"es",
"it"
],
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}