Amazon Seller Products Scraper — Storefront Catalogue ✅ avatar

Amazon Seller Products Scraper — Storefront Catalogue ✅

Pricing

$3.00 / 1,000 results

Go to Apify Store
Amazon Seller Products Scraper — Storefront Catalogue ✅

Amazon Seller Products Scraper — Storefront Catalogue ✅

List what an Amazon seller sells across 19 marketplaces: one row per storefront product with ASIN, title, URL, price, list price, rating, review count, image and the sponsored and Prime flags. No API key, account or cookies. One seller per run.

Pricing

$3.00 / 1,000 results

Rating

0.0

(0)

Developer

NeuralVerge

NeuralVerge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Amazon Seller Products Scraper — Storefront Catalogue

List what an Amazon seller sells. One clean row per storefront product: ASIN, title, product URL, price and list price, rating, review count, image, and the sponsored and Prime flags. Walk deeper with a start page. Works across 19 Amazon marketplaces. No API key, no Amazon account and no cookies required. One seller per run.

✨ Why this Actor

  • A competitor's catalogue in one table. Point it at a merchant ID and get the products that storefront is actually listing, with prices you can diff between runs.
  • Predictable price per result. You pay per dataset row, and the run is trimmed to what your "Maximum cost per run" can pay for before anything is fetched — it never buys rows it cannot deliver.
  • Prices as numbers. priceValue and listPriceValue are numeric with the currency in its own column, so a repricing history charts without cleaning.
  • Sponsored placements are labelled, not hidden. isSponsored and isPrime come through as their own columns.
  • 19 marketplaces. A storefront's catalogue and prices are read on the marketplace you pick.

🔧 How it works

  1. Paste a merchant ID such as A3LGJL7ZJFVWSN — or a storefront URL, the ID is taken out of it.
  2. Pick the marketplace, how many products you want and which page to start from.
  3. The Actor calls the Neuralverge extraction engine and writes one dataset row per product.

Input

FieldMeaning
sellerIdAmazon merchant ID, or a storefront URL
domainWhich Amazon marketplace to read (default amazon.com)
maxItemsProducts per run, 1–250
startPageStorefront page to start from (1 = the first page)

What you'll receive

One row per product: position, asin, title, url, price, priceValue, currency, listPrice, listPriceValue, rating, reviewCount, image, isSponsored, isPrime, plus the sellerId and domain the row came from.

Illustrative sample:

{
"sellerId": "A3LGJL7ZJFVWSN",
"domain": "amazon.com",
"position": 1,
"asin": "B0711V7BV6",
"title": "ASTRO Gaming A10 Wired Gaming Headset …",
"url": "https://www.amazon.com/dp/B0711V7BV6",
"priceValue": 44.99,
"currency": "$",
"rating": 4.4,
"reviewCount": 8558,
"isSponsored": false,
"isPrime": false
}

Fields are best-effort and follow what the storefront grid actually exposes: a product without a struck-through price carries no listPrice, and images come back at the grid's thumbnail size. For the full product page of any row, feed its asin to the Amazon Product Scraper.

Pricing

Pay per result, charged per dataset row. A storefront that is read and lists nothing writes one explicit found: false row and is billed as one result. A run that fails writes no row and is not charged.

Free plan limits

On the Apify Free plan this Actor can be started 5 times per calendar month per user and returns at most 5 rows per run; every Neuralverge Actor has its own allowance, and a run that finds nothing counts too. Any paid Apify plan removes both limits. Rate limit: 10 requests per second per Apify account.

Integrations & API

Runs can be started from the Apify API, scheduled, or wired into Make, Zapier, n8n, Airbyte, LangChain and the Apify MCP server like any other Actor. Results are available as JSON, CSV, Excel, XML and RSS from the dataset endpoint.

FAQ

Where do I find a merchant ID? On any product page sold by a third party, the "Sold by" link points at the storefront and carries seller= in the URL.

Who is this seller? Run the Amazon Seller Scraper on the same merchant ID for the profile, ratings and registered business details.

How do I get the whole catalogue? Raise maxItems, then set startPage to 2, 3 … and run again for the pages beyond it.

Do I need an Amazon account, cookies or an API key? No. Nothing to log into and nothing to configure.

🔗 Other Neuralverge Amazon Actors

The five Amazon Actors are built to hand work to each other — one endpoint each, one input per run:

Disclaimer

This Actor is not affiliated with, endorsed by, or in any way officially connected to Amazon.com, Inc. or any of its subsidiaries. "Amazon" and related marks are trademarks of their respective owners and are used here only to describe what this Actor reads. It collects publicly available information from public storefront pages. You are responsible for using the data lawfully, including under the terms of the source site and applicable data protection rules. Extraction is powered by the Neuralverge engine.