Amazon Product Search Scraper
Pricing
from $5.00 / 1,000 runs
Amazon Product Search Scraper
Search Amazon products by keyword with category, price, condition, brand and Prime filters
Pricing
from $5.00 / 1,000 runs
Rating
0.0
(0)
Developer
Data Direct
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Search Amazon products by free-text keyword (or an ASIN) across 24 marketplaces. Each page returns ~16 results with price, rating, Prime status, sales volume, and badges.
Features
- Real-time Amazon data — results are fetched live at run time, never cached or stale
- No login, cookies, or proxy configuration needed — just provide the input and run
- Each result is pushed as a separate dataset item, exportable as JSON, CSV, or Excel
- Fast: a typical run finishes in seconds
Input
| Field | Type | Required | Description |
|---|---|---|---|
query | string | yes | Search keyword or a product ASIN (max 500 characters) |
page | integer | no | Page number, 1-20 (default: 1) |
country | string | no | Marketplace country code (default: us) One of: us, au, br, ca, cn, fr, de, in, it, mx, nl, sg, es, tr, ae, gb, jp, sa, pl, se, be, eg, za, ie. |
sort_by | string | no | Sort order (default: relevance) One of: relevance, lowest_price, highest_price, reviews, newest, best_sellers. |
category_id | string | no | Category slug, e.g. electronics (see https://apidirect.io/docs/amazon-categories) |
category | string | no | Numeric Amazon category node ID(s) from an Amazon URL's ?node= parameter, comma-separated |
min_price | number | no | Minimum price in the marketplace currency |
max_price | number | no | Maximum price in the marketplace currency |
product_condition | string | no | Product condition filter (default: all) One of: all, new, used, renewed, collectible. |
brand | string | no | Brand name(s), comma-separated for multiple |
seller_id | string | no | Only products from specific seller ID(s), comma-separated |
is_prime | boolean | no | Set to true to only return products with Prime-eligible offers |
deals_and_discounts | string | no | Deals filter (default: none) One of: none, all_discounts, todays_deals. |
four_stars_and_up | boolean | no | Set to true to only return products rated 4 stars and up |
Pricing
This Actor is billed per run — a flat $0.005 per run.
- One run returns all matching results for your input, and costs $0.005 — whether it comes back with one result or hundreds.
- You’re only charged when a run succeeds. Failed runs are free.
Example output
{"products": [{"asin": "B0CTW8TXGH","title": "Motorola Moto g Play 2024 | 64GB | 50MP Camera | Sapphire Blue","price": "$39.88","original_price": null,"unit_price": null,"unit_count": null,"currency": "USD","rating": 4.3,"num_ratings": 856,"url": "https://www.amazon.com/dp/B0CTW8TXGH","photo": "https://m.media-amazon.com/images/I/71fflP-3W4L._AC_UY654_FMwebp_QL65_.jpg","num_offers": 1,"minimum_offer_price": "$39.88","is_best_seller": false,"is_amazon_choice": true,"is_prime": true,"climate_pledge_friendly": false,"sales_volume": "5K+ bought in past month","delivery": "FREE delivery Mon, Jun 9","availability": null,"has_variations": false,"badge": "Overall Pick","coupon_text": null}],"count": 16,"total_products": 132661,"query": "phone","page": 1}
About
Maintained by Data Direct — a small suite of fast, reliable Amazon and web-data scrapers. Each actor returns clean, structured results with no login, cookies, or proxy setup required. Have a question or a custom data need? Open an issue on this actor.