Amazon Multi-Country Scraper - 7 Marketplaces EN+EU+CA avatar

Amazon Multi-Country Scraper - 7 Marketplaces EN+EU+CA

Pricing

Pay per usage

Go to Apify Store
Amazon Multi-Country Scraper - 7 Marketplaces EN+EU+CA

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

viralanalyzer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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 actoramazon.com, co.uk, .de, .fr, .it, .es, .ca
  • Country-aware Prime filter — each marketplace has its own primeFilterRh browse node verified against Amazon's category URLs
  • Locale-correct price parsing — auto-detects whether . or , is the decimal separator (US $1,299.90 vs DE 1.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 filterminPrice / maxPrice in local currency
  • Prime-only toggle — adds the country-specific rh=p_n_prime_eligible filter 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

ParameterTypeRequiredDefaultDescription
countryenumNoUSMarketplace: US / UK / DE / FR / IT / ES / CA
searchQuerystringYes*iphone 15Keyword search (required if no productUrls)
productUrlsstring[]Yes*[]Direct Amazon URLs (alternative to search; must match chosen country TLD)
maxProductsintegerNo10Total products to extract (1-500)
sortByenumNorelevancerelevance / price-asc / price-desc / rating / newest
minPricenumberNo0Minimum price filter in local currency
maxPricenumberNo0Maximum price filter (0 = no limit)
primeOnlybooleanNofalseOnly return products eligible for Prime delivery
includeReviewsbooleanNofalseExtract customer reviews (slower)
maxReviewsPerProductintegerNo10Reviews per product if includeReviews=true (1-100)
proxyConfigurationobjectNodatacenterDefault 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 + categories in DE/FR/IT/ES for non-English keyword mining

⚠️ Common errors

ErrorCauseFix
[FAIL] Zero products extractedAggressive 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 parserLocale parser is automatic from v1.0; upgrade
productUrls did not match countryURL points to .com while country: "UK"URLs must match the chosen marketplace TLD
CAPTCHA page detectedDatacenter IP fingerprintedRetry 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.

🆕 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

🔗 Ver na Apify Store

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çominPrice / maxPrice em moeda local
  • Apenas Prime — adiciona o rh=p_n_prime_eligible especí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âmetroTipoObrigatórioDefaultDescrição
countryenumNãoUSMarketplace alvo
searchQuerystringSim*iphone 15Termo de busca
productUrlsstring[]Sim*[]URLs diretas (alternativa à busca)
maxProductsintegerNão10Produtos a extrair (1-500)
sortByenumNãorelevanceOrdenação
minPrice / maxPricenumberNão0Faixa de preço em moeda local
primeOnlybooleanNãofalseSó produtos elegíveis ao Prime
includeReviewsbooleanNãofalseExtrair reviews
maxReviewsPerProductintegerNão10Reviews por produto
proxyConfigurationobjectNãodatacenterTrocar 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 features e categories

⚠️ Erros comuns

  • [FAIL] Zero products extracted: anti-bot agressivo — trocar para RESIDENTIAL no mesmo countryCode
  • CAPTCHA page detected: IP datacenter sinalizado — retry com residential
  • productUrls did not match country: as URLs precisam casar o TLD do country escolhido

🔒 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.