Amazon DE Sellers Leads Scraper avatar

Amazon DE Sellers Leads Scraper

Pricing

from $3.99 / 1,000 results

Go to Apify Store
Amazon DE Sellers Leads Scraper

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

Scrapio

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

8 days ago

Last modified

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

FeatureDescription
Search & product URLsUse Amazon.de search URLs (e.g. .../s?k=shirt&i=fashion-womens) or direct product links (.../dp/ASIN).
Proxy configurationDefault: no proxy. Optional Apify Proxy with automatic fallback (Datacenter → Residential, 3 retries) when blocked.
Max resultsCap unique seller leads (1–500).
Optional keyword/categoryIf you don’t paste URLs, you can set keyword + category to build one search URL.

Input

FieldTypeRequiredDescription
startUrlsarrayNo*List of Amazon.de URLs (search or product). Each item: { "url": "https://..." }.
keywordstringNoUsed with amazon_category to build a search URL when no startUrls are provided.
amazon_categorystringNoCategory ID (e.g. fashion-womens) when building search from keyword.
sort_bystringNoSort order for search (Featured, Best Sellers, Price, etc.).
maxResultsintegerNoMax unique seller leads to collect (1–500). Default: 100.
proxyConfigurationobjectYesApify 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:

FieldTypeDescription
asinstringProduct ASIN.
product_namestringProduct title.
product_urlstringLink to product page.
seller_idstringAmazon seller ID.
seller_page_urlstringLink to seller profile.
categorystringBreadcrumb category (e.g. Fashion > Damen > …).
rating_lifetimenumber | nullLifetime average rating.
reviews_lifetimenumber | nullLifetime review count.
rating_1_yearnumber | null1-year average rating.
reviews_1_yearnumber | null1-year review count.
rating_3_monthsnumber | null3-month average rating.
reviews_3_monthsnumber | null3-month review count.
about_sellerstring | null“About seller” text.
business_namestring | nullRegistered business name.
business_typestring | nullType of business.
registration_numberstring | nullTrade register number.
vat_numberstring | nullVAT ID.
phone_numberstring | nullPhone.
emailstring | nullEmail.
business_addressstring | nullFull address.
country_codestring | nullCountry (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)

  1. Log in at console.apify.com and go to Actors.
  2. Find Amazon DE Sellers Leads Scraper and open it.
  3. 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).
  4. Click Start.
  5. Watch the Log tab for progress and proxy fallback messages.
  6. Open the Output tab to see the dataset.
  7. 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.