Amazon Multi-Country Scraper - 7 Marketplaces EN+EU+CA
Pricing
Pay per usage
Amazon Multi-Country Scraper - 7 Marketplaces EN+EU+CA
Scrape Amazon products across 7 marketplaces: US, UK, Germany, France, Italy, Spain, Canada. Country-aware locale, currency (USD/GBP/EUR/CAD), Accept-Language, and Prime filter. Smart proxy routing per region.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
viralanalyzer
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
🌍 Amazon Multi-Country Scraper — US / UK / DE / FR / IT / ES / CA
🔗 View on Apify Store | 🇺🇸 English | 🇧🇷 Português
Scrape Amazon products across 7 marketplaces (US, UK, DE, FR, IT, ES, CA) from a single actor. Country-aware TLD, locale, currency, Accept-Language, and Prime filter ID. Handles US/UK/CA period-decimal prices AND DE/FR/IT/ES comma-decimal prices automatically.
✨ Features
- 7 marketplaces in one actor —
amazon.com,co.uk,.de,.fr,.it,.es,.ca - Country-aware Prime filter — each marketplace has its own
primeFilterRhbrowse node verified against Amazon's category URLs - Locale-correct price parsing — auto-detects whether
.or,is the decimal separator (US$1,299.90vs DE1.299,90 €) - Search OR direct URLs — pass a keyword OR pass an array of full product URLs matching the chosen country
- Sort modes — relevance / price-asc / price-desc / rating / newest
- Price range filter —
minPrice/maxPricein local currency - Prime-only toggle — adds the country-specific
rh=p_n_prime_eligiblefilter automatically - Optional review extraction — up to 100 reviews per product, with rating + verified-purchase + helpful-votes
- CheerioCrawler — fast HTTP-only, no Playwright overhead — works with default datacenter proxy
- NEVER 0 ITEMS guard — actor fails loudly with HTML byte-count and selector trace instead of silently succeeding
📥 Input
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
country | enum | No | US | Marketplace: US / UK / DE / FR / IT / ES / CA |
searchQuery | string | Yes* | iphone 15 | Keyword search (required if no productUrls) |
productUrls | string[] | Yes* | [] | Direct Amazon URLs (alternative to search; must match chosen country TLD) |
maxProducts | integer | No | 10 | Total products to extract (1-500) |
sortBy | enum | No | relevance | relevance / price-asc / price-desc / rating / newest |
minPrice | number | No | 0 | Minimum price filter in local currency |
maxPrice | number | No | 0 | Maximum price filter (0 = no limit) |
primeOnly | boolean | No | false | Only return products eligible for Prime delivery |
includeReviews | boolean | No | false | Extract customer reviews (slower) |
maxReviewsPerProduct | integer | No | 10 | Reviews per product if includeReviews=true (1-100) |
proxyConfiguration | object | No | datacenter | Default is cheap Apify datacenter; switch to RESIDENTIAL + countryCode if blocked |
*Either searchQuery OR productUrls is required.
Input example (JSON)
{"country": "DE","searchQuery": "kaffeevollautomat","maxProducts": 20,"sortBy": "rating","minPrice": 200,"maxPrice": 800,"primeOnly": true}
📤 Output
Each record carries country-specific currency and locale. Example DE output:
{"asin": "B08FBN5BTC","title": "De'Longhi Magnifica S ECAM 22.110.B Kaffeevollautomat","url": "https://www.amazon.de/dp/B08FBN5BTC","price": 349.0,"originalPrice": 449.99,"discount": 22,"currency": "EUR","rating": 4.5,"reviewCount": 31412,"mainImage": "https://m.media-amazon.com/images/I/61gn8E2y8FL.jpg","isPrime": true,"brand": "De'Longhi","seller": "Amazon","categories": ["Küche, Haushalt & Wohnen", "Kaffee & Espresso"],"features": ["13 Mahlgrade", "Cappuccino-System", "..."],"bestSellerRank": 7,"isSponsored": false,"isAvailable": true,"scrapedAt": "2026-05-15T14:23:00Z"}
💰 Pricing
Pay-per-event (product-scraped): you are only charged once per product successfully extracted. CAPTCHA / 0-item runs do not charge (NEVER 0 ITEMS guard).
🚀 Use cases
- Multi-market price comparison — same ASIN/equivalent product in US vs UK vs DE for arbitrage research
- Currency-aware competitor monitoring — track regional pricing in EUR/GBP/USD/CAD with correct decimal parsing
- Affiliate catalog seeding — bulk-import 500 products per country into a comparison shopping site
- Prime-eligible inventory scout — filter to fast-delivery SKUs per region
- Localized SEO research — extract
features+categoriesin DE/FR/IT/ES for non-English keyword mining
⚠️ Common errors
| Error | Cause | Fix |
|---|---|---|
[FAIL] Zero products extracted | Aggressive anti-bot in target country (typically DE/UK on hot keywords) | Switch proxyConfiguration.apifyProxyGroups: ["RESIDENTIAL"] + matching countryCode |
Price parsed as 1.299 for 1.299,90 € | Old version (<1.0) used BR-only parser | Locale parser is automatic from v1.0; upgrade |
productUrls did not match country | URL points to .com while country: "UK" | URLs must match the chosen marketplace TLD |
CAPTCHA page detected | Datacenter IP fingerprinted | Retry with RESIDENTIAL proxy in the same country |
🔒 Privacy
No credentials stored. Apify proxy traffic only — no third-party proxy vendors. Datasets stay inside your Apify account.
📚 Related actors
- Amazon US Intelligence — dedicated US-only with deeper review extraction
- Amazon Brazil Intelligence — Amazon.com.br canonical (BR-only)
- Mercado Livre Scraper — LATAM equivalent
- Etsy Product Intelligence — handmade/vintage marketplace (BYOC)
🆕 Changelog
- v1.0 (2026-05-14): Initial release. 7 marketplaces, country-aware Prime filter, locale-correct price parser, CheerioCrawler, NEVER 0 ITEMS guard.
Português
🌍 Amazon Multi-País Scraper — US / UK / DE / FR / IT / ES / CA
Scrape produtos Amazon em 7 marketplaces (US, UK, DE, FR, IT, ES, CA) com um único actor. TLD, locale, moeda, Accept-Language e ID do filtro Prime corretos por país. Lida tanto com preço decimal por ponto (US/UK/CA) quanto por vírgula (DE/FR/IT/ES) automaticamente.
✨ Recursos
- 7 marketplaces num actor só —
amazon.com,.co.uk,.de,.fr,.it,.es,.ca - Filtro Prime por país — cada marketplace tem seu próprio
primeFilterRh(browse node) validado - Parser de preço por locale — detecta automaticamente se decimal é
.ou, - Busca OU URLs diretas — palavra-chave OU lista de URLs que casem com o país escolhido
- Ordenação — relevância / preço asc/desc / rating / mais novos
- Faixa de preço —
minPrice/maxPriceem moeda local - Apenas Prime — adiciona o
rh=p_n_prime_eligibleespecífico da região - Reviews opcionais — até 100 reviews por produto
- CheerioCrawler — leve, sem overhead Playwright, funciona com proxy datacenter
- NUNCA 0 ITENS — actor falha alto com diagnóstico (tamanho HTML, selectors testados, proxy ativo)
📥 Input
| Parâmetro | Tipo | Obrigatório | Default | Descrição |
|---|---|---|---|---|
country | enum | Não | US | Marketplace alvo |
searchQuery | string | Sim* | iphone 15 | Termo de busca |
productUrls | string[] | Sim* | [] | URLs diretas (alternativa à busca) |
maxProducts | integer | Não | 10 | Produtos a extrair (1-500) |
sortBy | enum | Não | relevance | Ordenação |
minPrice / maxPrice | number | Não | 0 | Faixa de preço em moeda local |
primeOnly | boolean | Não | false | Só produtos elegíveis ao Prime |
includeReviews | boolean | Não | false | Extrair reviews |
maxReviewsPerProduct | integer | Não | 10 | Reviews por produto |
proxyConfiguration | object | Não | datacenter | Trocar para RESIDENTIAL se bloqueado |
💰 Cobrança
Pay-per-event product-scraped: você só paga por produto extraído com sucesso. Runs com CAPTCHA ou 0 itens não cobram.
🚀 Casos de uso
- Comparação de preço entre mercados (US vs UK vs DE) para arbitragem
- Monitoramento de concorrência regional em EUR/GBP/USD/CAD
- População de catálogo afiliado multi-país
- Inventário Prime-elegível por região
- SEO multi-idioma a partir de
featuresecategories
⚠️ Erros comuns
[FAIL] Zero products extracted: anti-bot agressivo — trocar paraRESIDENTIALno mesmocountryCodeCAPTCHA page detected: IP datacenter sinalizado — retry com residentialproductUrls did not match country: as URLs precisam casar o TLD docountryescolhido
🔒 Privacidade
Sem credenciais armazenadas. Tráfego só via Apify Proxy. Datasets ficam na sua conta Apify.
📚 Actors relacionados
🆕 Changelog
- v1.0 (2026-05-14): release inicial com 7 marketplaces, Prime filter por país, parser locale-aware.