Search Amazon products: pay per use, no API key
Use Apify from Claude, Claude Code, Cursor, ChatGPT, and other agents through one Cralo balance.
Search public Amazon product listings using Apify. Price is per product (quoted from `limit`, max 1000).
Price and execution
- Price
- $0.004 / result
- Pricing model
- Per result, billed on success
- Execution class
- queued
Limits
No additional limits are published for this tool.
Parameters
Fields apify.amazon-search accepts as JSON input.
limitintegerOptionalMaximum number of records to return (1 to 1000, default 10). Quoted price scales with this limit.
querystringRequiredAmazon search keyword, such as `usb c cable`.
domain"com" | "co.uk" | "de" | "fr" | "ca" | "it" | "es" | "co.jp" | "in" | "com.au"OptionalAmazon domain code without the `amazon.` prefix.
Raw input JSON Schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 1000,
"minimum": 1,
"description": "Maximum number of records to return (1 to 1000, default 10). Quoted price scales with this limit."
},
"query": {
"type": "string",
"maxLength": 300,
"minLength": 1,
"description": "Amazon search keyword, such as `usb c cable`."
},
"domain": {
"enum": [
"com",
"co.uk",
"de",
"fr",
"ca",
"it",
"es",
"co.jp",
"in",
"com.au"
],
"type": "string",
"default": "com",
"description": "Amazon domain code without the `amazon.` prefix."
}
},
"additionalProperties": false
}Returns
Fields a successful apify.amazon-search call returns.
countintegerRequiredresultsarrayRequiredretrieved_atstring (date-time)Requiredprovider_request_idstring | nullRequired
Raw output JSON Schema
{
"type": "object",
"required": [
"results",
"count",
"provider_request_id",
"retrieved_at"
],
"properties": {
"count": {
"type": "integer",
"minimum": 0
},
"results": {
"type": "array",
"maxItems": 1000
},
"retrieved_at": {
"type": "string",
"format": "date-time"
},
"provider_request_id": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": false
}Run this tool
Copy this instruction to your agent to set up Cralo and call this tool with the example input.
Set up Cralo by following https://cralo.ai/SKILL.md, then call the apify.amazon-search tool with this input: {"query":"usb c cable","domain":"com","limit":1}Safety notes
- Side Effect
- read_only
- Public Sources Only
- Yes
- Authenticated Content
- No
How this compares to using Apify directly
You do not need a separate Apify account or subscription for this call. Cralo uses one prepaid balance across all tools and shows the per-call price before you run the command.
Related tools
[Browse all tools]- $0.0015 / productGet Amazon product detailsFetch public Amazon product details by ASIN or URL using Apify. Price is per product.Apify
apify.amazon-product - $0.0009 / reviewGet Amazon reviewsFetch public Amazon product reviews using Apify. Price is per review (quoted from `limit`, max 100).Apify
apify.amazon-reviews - $0.0023 / resultSearch InstagramSearch public Instagram profiles, hashtags, or places using Apify's Instagram Scraper actor. Price is per result (quoted from `limit`, max 1000).Apify
apify.instagram-searchInstant - $0.002 / postSearch LinkedIn postsSearch public LinkedIn posts by keyword using Apify. Price is per post (quoted from `limit`, max 1000).Apify
apify.linkedin-post-search - $0.01 / postSearch RedditSearch public Reddit posts across Reddit or within one subreddit using an Apify actor run. Price is per post plus a small start fee (quoted from `limit`, max 1000).Apify
apify.reddit-searchInstant