Amazon Seller Scraper avatar

Amazon Seller Scraper

Under maintenance

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Amazon Seller Scraper

Amazon Seller Scraper

Under maintenance

An advanced, high-speed e-commerce scraper designed for real-time price monitoring and competitor intelligence. Extracts product titles, current pricing, discounts, stock availability, specifications, images, and seller ratings from Amazon Seller. Perfect for inventory tracking, drop-shipping res...

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

10 days ago

Last modified

Share

Collect public Amazon seller-profile evidence from a bounded list of seller IDs or exact seller-profile URLs. The Actor uses ordinary HTML requests and does not launch a browser, inject a fingerprint, solve challenges, call private APIs, or return fabricated fallback rows.

What it returns

Each dataset item is a successfully verified seller profile with a stable sellerIdentity and recordId, seller name and marketplace, the canonical public profile URL, available public rating and feedback evidence, optional policy and feedback text, and optionally complete product cards from one public storefront page. Missing optional values are omitted rather than written as null, empty strings, or "unknown".

Diagnostics are not billable/countable dataset items. Run status, access blocks, request counts, proxy mode, and bounded errors are written to the OUTPUT record.

Input

{
"mode": "sellerId",
"sellerIds": ["A14CZOWI0VEHLG"],
"country": "in",
"maxItems": 1,
"maxFeedbackEntries": 5,
"scrapeProducts": false,
"requestTimeoutMs": 30000,
"proxyConfiguration": { "useApifyProxy": false }
}
  • mode: sellerId or sellerUrl.
  • sellerIds / sellerUrls: 1–25 inputs. URL mode accepts only credential-free HTTPS /sp URLs on the marketplace selected by country.
  • country: in, com, co.uk, de, co.jp, ca, com.au, or com.br.
  • maxItems: 1–25 sellers.
  • maxFeedbackEntries: 0–20 visible feedback entries per seller.
  • scrapeProducts: when true, requests one storefront page per seller.
  • maxProducts: 1–50 complete product cards per seller.
  • requestDelayMs: 0–3000 milliseconds between sellers.
  • requestTimeoutMs: 5000–45000 milliseconds per request.
  • proxyConfiguration: optional Apify Proxy configuration; direct access is the default.

Access behavior

Amazon can return robot checks, rate limits, regional redirects, or incomplete public pages. The Actor detects those boundaries and fails closed. A zero-row run exits unsuccessfully and records a typed diagnostic in OUTPUT; it does not disguise a challenge as valid seller data. Proxy setup is used only when explicitly requested, and a setup failure is never silently downgraded to direct access.

Output guarantees

  • Dataset rows are seller products only; diagnostics stay in OUTPUT.
  • URLs and redirects are restricted to the selected exact marketplace host.
  • Responses are capped at 5 MB and redirects at three hops.
  • Stable identity is derived from marketplace country plus seller ID.
  • fingerprintApplied is always false; this direct HTTP Actor has no browser fingerprint surface.
  • Product arrays contain only unique cards with ASIN, title, product URL, and image URL.

Use low limits first. Public HTML and selectors can change, so validate critical downstream decisions against the source page.