Amazon Europe Catalogue by Category
Under maintenancePricing
from $2.50 / 1,000 results
Amazon Europe Catalogue by Category
Under maintenanceEvery product on an Amazon Europe browse-node listing (Germany (amazon.de), United Kingdom (amazon.co.uk), France (amazon.fr), Italy (amazon.it), Spain (amazon.es), Netherlands (amazon.nl)): ASIN, title, brand, price, list price, rating, review count, badges, delivery and sponsored flag, page by…
Pricing
from $2.50 / 1,000 results
Rating
0.0
(0)
Developer
AtTheRate AI
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Pulls every product Amazon shows on a browse-node listing across six European storefronts: amazon.de, amazon.co.uk, amazon.fr, amazon.it, amazon.es and amazon.nl. One row is one product card in the order shoppers see it. Use it to rebuild a category's assortment, compare pricing between European markets, and measure how much of a shelf is sponsored.
What you get
- Every card on the listing with
pageandposition, so shelf order is preserved. is_sponsoredon every row, taken from the card's own sponsored label in the local language.- Pricing:
price, the struck-throughoriginal_priceandcurrency(EUR or GBP). - Demand signals:
rating,rating_count,badgesand thedeliverypromise printed on the card. - Identity per product:
asin,name,brand,image_urlandproduct_url. - Category context on every row:
category,category_title,parent_categoryandbreadcrumbs. - Optional subcategory crawl: set
expandSubcategoriesand each node's children are crawled too.
Input
Give it one or more browse-node ids or listing URLs and pick the storefront.
{"categories": ["64272031"],"locale": "de","maxPages": 1,"expandSubcategories": false,"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "DE" },"delayMs": 1500}
categories(required): node ids such as "64272031", a/b?node=link or an/s?rh=n%3A...listing URL. Ids sit under Bestseller and in the left department nav.locale:de,uk,fr,it,esornl. Defaultde.maxPages: pages per node, 0 means every page.proxyConfiguration: residential proxy in the storefront's country, already defaulted to residential DE.
Output
One row per product card on one listing page.
{"platform": "amazon-eu","locale": "de","category": "64272031","breadcrumbs": "Kategorie","page": 1,"position": 1,"asin": "B08HS4K2DH","name": "Badeschaum Rose 1000 ml","brand": null,"price": 18.99,"original_price": null,"currency": "EUR","rating": 4.4,"rating_count": 159,"in_stock": true,"is_sponsored": true,"badges": [],"delivery": "GRATIS Lieferung Mi., 16. Sept.","product_url": "https://www.amazon.de/dp/B08HS4K2DH","fetched_at": "2026-09-12T03:35:58.552Z"}
seller is always null on listing rows, Amazon does not print it on a category card. brand is null for most products: today's Amazon cards carry no brand line, and the brand is part of name. It is filled for books and media, where the card prints a byline. For a reliable brand per product, pass the ASINs to the matching Amazon product details actor. original_price is null when nothing is struck through.
Use cases
- Price tracking across a category, then the same node in six markets for a European price map.
- Share of shelf: match your products by
asinornameand count them against the category total perpageandposition. - Ad-slot share:
is_sponsoredshows which competitors buy the top of each page. - Assortment and stock gaps:
in_stockplusdeliveryshows what is listed and what ships late.
Notes and limits
- A listing page carries roughly 48 to 60 cards. Browse-node listings go up to about 400 pages per node.
- Keyword search is capped by Amazon at 7 pages. This actor reads browse nodes, so it is not affected.
- A residential proxy inside the storefront's country is needed: DE, GB, FR, IT, ES or NL.
- Node ids are storefront specific. A German node id will not resolve on amazon.co.uk.
- Continental prices use a comma as the decimal separator, British prices a point. Both are parsed correctly.
- A category id that cannot be resolved is skipped and counted in
failed_categories. A live amazon.co.uk test with a bad id finished cleanly with zero rows.
FAQ
Do I need a proxy? Yes, residential in the storefront's country, for example DE for amazon.de and GB for amazon.co.uk. The actor already defaults to residential DE.
How many results can I get? About 48 to 60 products a page and up to roughly 400 pages per node, so a large node runs into tens of thousands of rows. Cap it with maxPages.
Does it need a login or an API key? No. Public listing pages only, no Amazon account and no seller credentials.
How are sponsored placements detected? From the sponsored label Amazon prints on the card in the storefront's own language, so is_sponsored matches what a local shopper sees.
Can one run cover several countries? Run it once per locale. Each row records its locale and currency, so the six markets merge cleanly afterwards.