Amazon DE Sellers Leads Scraper
Pricing
from $3.99 / 1,000 results
Amazon DE Sellers Leads Scraper
🛒 Amazon.de Sellers Leads Scraper extracts German seller prospects from public pages—seller name, store URL, ratings, reviews, categories, product count & seller ID. 🇩🇪 Export to CSV/CRM. 🔍 Fast, accurate & scalable. 🚀 Ideal for B2B prospecting, agencies and sales teams.
Pricing
from $3.99 / 1,000 results
Rating
0.0
(0)
Developer
Scrapio
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
8 days ago
Last modified
Categories
Share
Extract seller leads from Amazon.de — business names, contact details, ratings, and registration info from search result pages or direct product URLs.
Main Keyword
Amazon.de seller scraper, Amazon Germany seller leads, Amazon DE business contacts
Description
This Apify Actor scrapes Amazon.de (Amazon Germany) to collect seller lead data. You provide search result URLs or direct product URLs; the actor visits each product page, finds the seller, then fetches the seller profile and business information page. Results include ASIN, product name, seller ID, category, lifetime and recent ratings, about-seller text, business name, registration number, VAT, phone, email, and address.
Why Choose Us?
- Bulk URLs — Paste multiple search or product URLs in one run.
- Smart proxy fallback — Starts with no proxy; if Amazon blocks, automatically switches to Datacenter then Residential proxy (with clear logs).
- Live saving — Each seller lead is pushed to the dataset as it’s scraped, so you don’t lose data if the run stops.
- Deduplication — Same (ASIN, seller) pair is only stored once.
- Structured output — JSON matching your downstream tools (CRM, spreadsheets, APIs).
Key Features
| Feature | Description |
|---|---|
| Search & product URLs | Use Amazon.de search URLs (e.g. .../s?k=shirt&i=fashion-womens) or direct product links (.../dp/ASIN). |
| Proxy configuration | Default: no proxy. Optional Apify Proxy with automatic fallback (Datacenter → Residential, 3 retries) when blocked. |
| Max results | Cap unique seller leads (1–500). |
| Optional keyword/category | If you don’t paste URLs, you can set keyword + category to build one search URL. |
Input
| Field | Type | Required | Description |
|---|---|---|---|
| startUrls | array | No* | List of Amazon.de URLs (search or product). Each item: { "url": "https://..." }. |
| keyword | string | No | Used with amazon_category to build a search URL when no startUrls are provided. |
| amazon_category | string | No | Category ID (e.g. fashion-womens) when building search from keyword. |
| sort_by | string | No | Sort order for search (Featured, Best Sellers, Price, etc.). |
| maxResults | integer | No | Max unique seller leads to collect (1–500). Default: 100. |
| proxyConfiguration | object | Yes | Apify proxy settings. Default: no proxy; enable for fallback on blocks. |
* Either provide at least one URL in startUrls or both keyword and amazon_category.
Example input
{"startUrls": [{ "url": "https://www.amazon.de/s?k=shirt&i=fashion-womens" }],"maxResults": 50,"proxyConfiguration": { "useApifyProxy": false }}
Output
The default dataset contains one item per seller lead (per product–seller pair). Each item has:
| Field | Type | Description |
|---|---|---|
| asin | string | Product ASIN. |
| product_name | string | Product title. |
| product_url | string | Link to product page. |
| seller_id | string | Amazon seller ID. |
| seller_page_url | string | Link to seller profile. |
| category | string | Breadcrumb category (e.g. Fashion > Damen > …). |
| rating_lifetime | number | null | Lifetime average rating. |
| reviews_lifetime | number | null | Lifetime review count. |
| rating_1_year | number | null | 1-year average rating. |
| reviews_1_year | number | null | 1-year review count. |
| rating_3_months | number | null | 3-month average rating. |
| reviews_3_months | number | null | 3-month review count. |
| about_seller | string | null | “About seller” text. |
| business_name | string | null | Registered business name. |
| business_type | string | null | Type of business. |
| registration_number | string | null | Trade register number. |
| vat_number | string | null | VAT ID. |
| phone_number | string | null | Phone. |
| string | null | Email. | |
| business_address | string | null | Full address. |
| country_code | string | null | Country (e.g. DE, US). |
Example output item
{"asin": "B0FCS9LBVN","product_name": "Ficerd 3er Pack Langarm Shirts für Damen...","product_url": "https://www.amazon.de/dp/B0FCS9LBVN","seller_id": "A3OJWAJQNSBARP","seller_page_url": "https://www.amazon.de/sp?ie=UTF8&seller=A3OJWAJQNSBARP","category": "Fashion > Damen > Bekleidung > Tops, T-Shirts & Blusen","rating_lifetime": null,"reviews_lifetime": null,"rating_1_year": null,"reviews_1_year": null,"rating_3_months": null,"reviews_3_months": null,"about_seller": "Amazon Export Sales, LLC...","business_name": "Amazon Export Sales LLC","business_type": null,"registration_number": "82-0544687","vat_number": null,"phone_number": "+1206-266-1000","email": "ags-prodm-us-de@amazon.com","business_address": "410 TERRY AVE N, Seattle, WA, 98109-5210, US","country_code": "US"}
How to Use the Actor (via Apify Console)
- Log in at console.apify.com and go to Actors.
- Find Amazon DE Sellers Leads Scraper and open it.
- Set Input:
- Add one or more URLs in startUrls (search or product), or set keyword and amazon_category.
- Set maxResults and proxyConfiguration (e.g. leave proxy off for first run).
- Click Start.
- Watch the Log tab for progress and proxy fallback messages.
- Open the Output tab to see the dataset.
- Export to JSON or CSV as needed.
Best Use Cases
- Lead generation — Build lists of Amazon.de sellers (name, email, phone) for outreach.
- Category research — See who sells in a category and their ratings/addresses.
- Compliance / verification — Collect business and registration info from seller pages.
- Competitor mapping — From product URLs, get seller details for comparison.
Frequently Asked Questions
Do I need a proxy?
No. By default the actor uses no proxy. Enable Apify Proxy if you get blocked; it will then try Datacenter and then Residential with retries.
Can I use only product URLs?
Yes. Put direct amazon.de/dp/ASIN (or /gp/product/...) URLs in startUrls. The actor will extract the seller from each product page.
Why are some fields null?
Not all sellers show business details or ratings. The actor returns what’s on the page; missing fields are null.
Is this against Amazon’s terms?
You are responsible for complying with Amazon’s terms of use and applicable law. The actor only reads publicly visible data.
Support and Feedback
For bugs or feature requests, use the Apify platform support or the actor’s repository/issues.
Cautions
- Data is collected from publicly available Amazon.de pages only.
- No private or password-protected data is accessed.
- You are responsible for legal compliance (e.g. GDPR, spam laws, data protection) when storing and using the scraped data.