Pricing
from $1.20 / 1,000 results
Amazon Search Scraper
Scrape Amazon search result pages and extract structured product data such as title, ASIN, price, rating, reviews, image, and product URL across multiple pages.
Pricing
from $1.20 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
๐ Amazon Search Results Scraper
Scrape Amazon search result pages and extract structured product data for keyword research, competitor monitoring, catalog tracking, and e-commerce analytics.
This Apify Actor accepts one or more search keywords, crawls multiple result pages on a chosen Amazon marketplace, and returns detailed product-level records in the dataset.
๐ Why use this scraper
- ๐ Collect Amazon search results for any keyword across 23 countries
- ๐ Choose marketplace and page language independently (e.g. search Amazon Germany in English)
- ๐ Export clean product data for BI, dashboards, and reports
- ๐ฐ Track price and ranking changes over time
- ๐ท๏ธ Monitor competitor listings and review signals
๐ฆ Data you can get
Each dataset record combines search context with full product details. Depending on the page, fields can include:
๐ Search context
keyword,page,total_products,country,language,max_pages
๐ Product details
- ๐ท๏ธ Title, brand, ASIN (
current_asin,parent_asin) - ๐ต Price (
current_price,original_price,saving_percentage), currency - โญ Rating (
average_rating,total_reviews,rating_distribution) - ๐ผ๏ธ Images, description, about items, product overview
- ๐ฆ Availability, delivery message, sold by / ships from
- ๐ Category path, BSR ranks, variants
- ๐ฌ Customer reviews and โcustomers sayโ insights
- ๐
url,timestamp,status,message
โ๏ธ Input
| Field | Required | Default | Description |
|---|---|---|---|
keywords | โ Yes | โ | List of search terms, e.g. ["laptop", "nike shoes"] |
country | No | US | Amazon marketplace country code (determines domain, currency, and shipping region) |
language | No | en_US | Page language code (controls titles, descriptions, and UI text) |
maxPages | No | 20 | Maximum number of search result pages to crawl per keyword (1โ20) |
๐ Country vs. language
country and language are separate settings:
- ๐บ๏ธ Country selects which Amazon marketplace to use (
www.amazon.com,www.amazon.de, etc.). - ๐ฃ๏ธ Language selects which locale Amazon renders the page in. It does not have to match the countryโs default language.
Examples:
- ๐บ๐ธ Search the US marketplace in Spanish:
country: "US",language: "es_US" - ๐ฉ๐ช Search Germany in English:
country: "DE",language: "en_GB" - ๐ฏ๐ต Search Japan in Chinese:
country: "JP",language: "zh_CN"
โ ๏ธ If
languageis not supported for the selectedcountry, the Actor falls back to that countryโs default language.
๐บ๏ธ Supported countries
US, CA, MX, BR, GB, IE, FR, DE, IT, ES, NL, SE, PL, BE, JP, AU, IN, SG, AE, SA, TR, EG, ZA
๐ฃ๏ธ Supported languages by country
| Country | Supported language values | Default |
|---|---|---|
| ๐บ๐ธ US | en_US, es_US | en_US |
| ๐จ๐ฆ CA | en_CA, fr_CA | en_CA |
| ๐ฒ๐ฝ MX | es_MX | es_MX |
| ๐ง๐ท BR | pt_BR | pt_BR |
| ๐ฌ๐ง GB | en_GB | en_GB |
| ๐ฎ๐ช IE | en_IE | en_IE |
| ๐ซ๐ท FR | fr_FR, en_GB | fr_FR |
| ๐ฉ๐ช DE | de_DE, en_GB, nl_NL, pl_PL, tr_TR | de_DE |
| ๐ฎ๐น IT | it_IT, en_GB | it_IT |
| ๐ช๐ธ ES | es_ES, pt_PT, en_GB | es_ES |
| ๐ณ๐ฑ NL | nl_NL, en_GB | nl_NL |
| ๐ธ๐ช SE | sv_SE, en_GB | sv_SE |
| ๐ต๐ฑ PL | pl_PL | pl_PL |
| ๐ง๐ช BE | fr_BE, nl_BE, en_GB | fr_BE |
| ๐ฏ๐ต JP | ja_JP, en_US, zh_CN | ja_JP |
| ๐ฆ๐บ AU | en_AU | en_AU |
| ๐ฎ๐ณ IN | en_IN | en_IN |
| ๐ธ๐ฌ SG | en_SG | en_SG |
| ๐ฆ๐ช AE | ar_AE, en_AE | en_AE |
| ๐ธ๐ฆ SA | ar_AE, en_AE | ar_AE |
| ๐น๐ท TR | tr_TR | tr_TR |
| ๐ช๐ฌ EG | ar_AE, en_AE | ar_AE |
| ๐ฟ๐ฆ ZA | en_ZA | en_ZA |
๐ก Example input
{"keywords":["laptop","wireless mouse"],"country":"DE","language":"en_GB","maxPages":5}
๐ค Output
The Actor stores results in the default dataset as JSON records.
Access output via:
- ๐ Dataset API:
{{links.apiDefaultDatasetUrl}}/items - ๐ Apify integrations: Webhooks, Make, Zapier, Google Sheets, and custom pipelines
๐ผ Common use cases
- ๐ Amazon keyword and SERP tracking across multiple locales
- ๐ง Marketplace intelligence for brands and agencies
- ๐ฏ Product discovery and lead generation
- ๐ Price monitoring and alerting workflows
- ๐ Cross-border research (same marketplace, different page languages)
