Amazon Search Scraper — Listings by Keyword ✅ No API Key avatar

Amazon Search Scraper — Listings by Keyword ✅ No API Key

Pricing

$3.00 / 1,000 results

Go to Apify Store
Amazon Search Scraper — Listings by Keyword ✅ No API Key

Amazon Search Scraper — Listings by Keyword ✅ No API Key

Search Amazon by keyword across 19 marketplaces and get one clean row per listing card: ASIN, title, product URL, price, rating, review count and image. Paginate with a start page. No API key, no Amazon account and no cookies required. One search term 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 Search Scraper — Listings by Keyword

Search Amazon by keyword and get one clean row per listing card: ASIN, title, product URL, price, rating, review count and image. Walk deeper into the results with a start page. Works across 19 Amazon marketplaces. No API key, no Amazon account and no cookies required. One search term per run.

✨ Why this Actor

  • Listing cards, priced like listing cards. This Actor returns what the search results page shows — seven fields per product. It is the cheap, fast way to turn a keyword into a list of ASINs. When you need the whole product page, feed those ASINs to the Amazon Product Scraper.
  • 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.
  • 19 marketplaces, local prices. amazon.com, .co.uk, .de, .fr, .it, .es, .ca, .co.jp, .com.mx, .com.br, .in, .com.au, .nl, .se, .pl, .com.tr, .ae, .sa and .sg.
  • Clean rows. Sponsored cards that repeat inside the organic results are de-duplicated, the price arrives both as Amazon prints it and as a numeric priceValue with the currency in its own column, and position records where in the results the product sat.
  • A blocked page is never sold as an empty result set. A response that carries no data and too little traffic to have been a real page fails the run instead of billing you for a captcha.

🔧 How it works

  1. Type a search term.
  2. Pick the marketplace, how many products you want and which results page to start from.
  3. The Actor calls the Neuralverge extraction engine and writes one dataset row per listing.

Input

FieldMeaning
searchQueryWhat to search for, e.g. wireless mouse
domainWhich Amazon marketplace to read (default amazon.com)
maxItemsProducts per run, 1–250
startPageResults page to start from (1 = the first page)

What you'll receive

One row per listing: position, asin, title, url, price, priceValue, currency, rating, reviewCount, image, plus the searchQuery and domain the row came from.

Illustrative sample:

{
"searchQuery": "wireless mouse",
"domain": "amazon.com",
"position": 1,
"asin": "B004YAVF8I",
"title": "Logitech M510 Wireless Computer Mouse …",
"url": "https://www.amazon.com/dp/B004YAVF8I",
"price": "$13.97",
"priceValue": 13.97,
"currency": "$",
"rating": 4.5,
"reviewCount": 44938,
"image": "https://m.media-amazon.com/images/I/…jpg"
}

Fields are best-effort and follow what the results page actually exposes: a new product may carry no rating, and a listing without a visible price shows none. Amazon does not return a stable ordering, so two identical runs can return the products in a different order.

Pricing

Pay per result, charged per dataset row. A search that completes and matches nothing writes one explicit found: false row and is billed as one result. A search 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

Do I get the full product page? No — this Actor returns the search listing card, seven fields per product. Run the Amazon Product Scraper on the ASINs it returns for the full page.

How do I go past the first page of results? Raise maxItems, or set startPage to 2, 3 … and run again. Amazon re-orders results between requests, so pages can overlap.

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

Which marketplaces are supported? The 19 listed above. Prices and availability are read on the marketplace you pick.

🔗 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 search results 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.