Free Amazon Search Results Scraper avatar

Free Amazon Search Results Scraper

Under maintenance

Pricing

$3.00/month + usage

Go to Apify Store
Free Amazon Search Results Scraper

Free Amazon Search Results Scraper

Under maintenance

Retrieve ranked Amazon product listings for any keyword or search URL, including titles, prices, ratings, Prime status, sponsored flags, images, and available filters for any marketplace.

Pricing

$3.00/month + usage

Rating

0.0

(0)

Developer

Easyparser

Easyparser

Maintained by Community

Actor stats

0

Bookmarked

0

Total users

0

Monthly active users

2 hours ago

Last modified

Categories

Share

Retrieve ranked Amazon product listings for any keyword or search URL in real-time, including titles, prices, ratings, Prime status, sponsored flags, images, and available sidebar filters. Powered by Easyparser's real-time Search API.

No API key required to get started. This actor includes a shared demo key so you can try it immediately. For higher limits and bulk processing, sign up free at Easyparser.


What This Actor Returns

Each run produces one dataset row per search result product, plus one final metadata row with refinements and related searches.

Per product row:

FieldDescription
search_keywordThe keyword used for the search
search_domainThe Amazon marketplace queried
source_pagePage number this result came from
positionRanking position on the search results page
asinAmazon Standard Identification Number
titleFull product title
brandBrand name (if available)
linkFull Amazon product page URL
image_idAmazon image identifier for building image URLs
product_typeAmazon product type category (e.g. THERMOS)
is_sponsoredWhether the listing is a paid sponsored placement
is_primeWhether the product is Prime eligible
price, price_raw, price_currencyCurrent listing price
rrp, rrp_rawRecommended retail / list price (if available)
rating, rating_text, ratings_totalAverage star rating and total review count
bought_activity_raw, bought_activity_value, bought_activity_periodRecent purchase activity (e.g. "4K+ bought in past month")
color_options_countNumber of color variations available
more_buying_choices_count, more_buying_choices_priceAlternative offer count and lowest price
shipping_detailsDelivery estimate text

Metadata row (_type: "search_metadata"):

  • total_results_returned, pages_fetched
  • related_searches - Amazon's suggested related search terms
  • refinements - Full sidebar filter data (brands, price ranges, departments, ratings, conditions, delivery options, etc.)

How to Use

Option A - Try It Now (No Sign-Up)

Fill in the keyword and domain fields and run. A shared Easyparser key is built in.

  1. Sign up free at app.easyparser.com/signup - 100 free credits/month, no credit card required
  2. Copy your API key from the Plan Page
  3. Paste it into the api_key field

Input Fields

FieldRequiredDescription
keywordYes*Search keyword (e.g. vacuum bottle). Use either keyword or url, not both
urlYes*Full Amazon search URL with filters already applied
domainYesAmazon marketplace (e.g. .com, .co.uk, .de)
sort_byNoSort order: featured, price-asc-rank, price-desc-rank, review-rank, date-desc-rank. Default: featured
exclude_sponsoredNoIf enabled, removes sponsored listings from results. Default: false
languageNoLanguage code for the page (e.g. en_US, de_DE). Defaults to marketplace language
currencyNoCurrency code for prices (e.g. usd, eur). Defaults to marketplace currency
refinementsNoCategory or attribute filter string (e.g. n:7141123011). Use Amazon node IDs
max_pagesNoPages to retrieve (1-5). Each page costs 1 credit and returns up to 60 products. Default: 1
api_keyNoYour personal Easyparser API key (shared demo key used if empty)

Note: Provide either keyword or url, not both. Using keyword is simpler and recommended for automation.

Note on pagination: Each page returns approximately 20-60 products and consumes 1 credit. For most keyword research tasks, 1 page is sufficient.

Note on geographic location (address): The Easyparser API supports simulating a specific zip code to localize search results and pricing via an address_id parameter. This feature is available when using the API directly through your Easyparser account. It is not exposed as an input field in this Actor. To use it, call the API directly at easyparser.gitbook.io.


Example

Input:

{
"keyword": "vacuum bottle",
"domain": ".com",
"exclude_sponsored": true
}

Output (one row per product):

{
"search_keyword": "vacuum bottle",
"search_domain": ".com",
"source_page": 1,
"position": 0,
"asin": "B01DZQT3IU",
"title": "THERMOS Stainless King Vacuum-Insulated Beverage Bottle, 40 Ounce, Matte Stainless Steel",
"brand": null,
"link": "https://www.amazon.com/Thermos-Stainless-Ounce-Beverage-Bottle/dp/B01DZQT3IU",
"image_id": "61iAF0pBz2L",
"product_type": "THERMOS",
"is_sponsored": false,
"is_prime": false,
"price": 36.49,
"price_raw": "$36.49",
"price_currency": "USD",
"rrp": 44.99,
"rrp_raw": "$44.99",
"rating": 4.7,
"rating_text": "4.7 out of 5 stars",
"ratings_total": 21508,
"bought_activity_raw": "4K+ bought in past month",
"bought_activity_value": 4000,
"bought_activity_period": "past month",
"color_options_count": 4,
"more_buying_choices_count": 7,
"more_buying_choices_price": "$29.92",
"shipping_details": "FREE delivery Sun, Jan 11"
}

Use Cases

  • Keyword Research for Amazon SEO: Identify which products dominate Page 1 for high-intent keywords to guide listing optimization and targeting strategy
  • Competitor Monitoring by Keyword: Track how often competitors appear in organic and sponsored positions and how their visibility changes over time
  • Rank Tracking: Schedule regular runs to monitor how a product's position changes for specific keywords daily or weekly
  • Ad Visibility and PPC Auditing: Separate sponsored from organic placements to analyze share of voice and optimize ad spend
  • Seasonal and Event Trend Tracking: Capture SERP shifts during peak periods like Black Friday or Prime Day using hourly or daily runs
  • Market Gap and Opportunity Discovery: Find high-potential niches where low-rated or out-of-stock products dominate search results
  • Price Parity and Competitive Intelligence: Monitor real-time prices across entire categories without visiting individual product pages
  • Category Exploration with Refinements: Use the refinements parameter to scope searches to specific departments, brands, or price ranges
  • Enterprise Data Infrastructure: Replace fragile scraper scripts with a reliable API for dashboards, BI tools, and data pipelines

Need More?

For better pricing, higher limits, and dedicated throughput:



About Easyparser

Easyparser is a real-time Amazon scraping API built for developers and data teams. No IP blocks, no CAPTCHAs, fast response times.