Free Amazon Seller Products Scraper avatar

Free Amazon Seller Products Scraper

Pricing

$3.00/month + usage

Go to Apify Store
Free Amazon Seller Products Scraper

Free Amazon Seller Products Scraper

Retrieve Amazon seller product listings including ASIN, title, price, rating, Prime status, brand, categories, availability, and refinement filters by seller ID or storefront URL.

Pricing

$3.00/month + usage

Rating

0.0

(0)

Developer

Easyparser

Easyparser

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Retrieve Amazon seller product listings in real-time, including ASIN, title, price, rating, Prime status, brand, categories, shipping details, availability, and storefront refinements. Powered by Easyparser's real-time Seller Products 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 seller product, plus one metadata row with refinements, pagination, and delivery context.

Per product row:

FieldDescription
seller_idThe queried seller ID
seller_domainThe Amazon marketplace queried
source_pagePage number this product came from
positionRanking position in the seller storefront
asinAmazon Standard Identification Number
titleFull product title
brandBrand name when available
linkDirect Amazon product URL
imageProduct image identifier or URL
product_typeAmazon product type
is_primeWhether the product is Prime eligible
is_sponsoredWhether the listing is sponsored
price, price_raw, price_currencyCurrent listing price
rrp, rrp_rawRecommended retail price when available
rating, rating_text, ratings_totalProduct rating and review count
categoriesProduct categories
color_optionsAvailable color variation summary
shipping_detailsDelivery estimate text
availabilityAvailability information when present
quantityQuantity information when present

Metadata row (_type: "seller_products_metadata"):

  • total_products_returned, pages_fetched
  • refinements - storefront filters like availability, condition, department, and delivery
  • pagination - page links and counts
  • delivered_to - delivery location shown by Amazon

How to Use

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

Fill in the seller_id (or url) 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
seller_idYes*Amazon seller ID (e.g. A1MCYUGJD2ILFU). Use either seller_id or url, not both
urlYes*Full Amazon seller storefront URL
domainYesAmazon marketplace (e.g. .com, .co.uk, .de)
sort_byNoSort order string such as exact-aware-popularity-rank
exclude_refinementsNoExclude storefront refinements from the response. Default: false
languageNoLanguage code for the storefront page (e.g. en_US, de_DE)
parametersNoExtra query parameters such as p_n_availability=2661601011&n=228013
max_pagesNoPages to retrieve (1-5). Each page costs 1 credit. Default: 1
api_keyNoYour personal Easyparser API key (shared demo key used if empty)

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

Note on pagination: Each page consumes 1 credit. Use higher values only when the seller has a large catalog and you need more than the first page.

Note on geographic location (address): The Easyparser API supports simulating a specific zip code 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:

{
"seller_id": "A1MCYUGJD2ILFU",
"domain": ".com",
"max_pages": 1
}

Output (one row per product):

{
"seller_id": "A1MCYUGJD2ILFU",
"seller_domain": ".com",
"source_page": 1,
"position": 0,
"asin": "B0FJRQC5LZ",
"title": "OLANLY Memory Foam Bath Mat 30x20...",
"brand": "OLANLY",
"link": "https://www.amazon.com/OLANLY-Absorbent-Bathroom-Washable-Accessories/dp/B0FJRQC5LZ/",
"image": "919C-98QIiL",
"product_type": "RUG",
"is_prime": true,
"is_sponsored": false,
"price": 7.59,
"price_raw": "$7.59",
"price_currency": "USD",
"rating": 4.5,
"rating_text": "4.5 out of 5 stars",
"ratings_total": 397,
"categories": [{ "id": "aps", "name": "All Departments" }],
"color_options": { "raw": "+24", "total_count": 30 },
"shipping_details": "FREE delivery Wed, Mar 18 on $35 of items shipped by Amazon"
}

Use Cases

  • Competitive Portfolio Analysis: Track a seller's full catalog, pricing strategy, and assortment changes over time
  • Product Research and Sourcing: Discover what top sellers stock and identify promising products and niches
  • Market Trend Identification: Monitor changes in seller listings, prices, and availability to spot demand shifts
  • Brand Protection and Enforcement: Track unauthorized sellers and collect structured evidence about their listed products
  • Inventory Monitoring: Follow stock and availability signals across seller catalogs in different marketplaces
  • Seller Intelligence Tools: Build seller tracking dashboards, research tools, or monitoring systems on top of structured storefront data
  • Online Arbitrage and Reselling: Observe profitable products and pricing patterns from leading sellers
  • At-Scale Catalog Auditing: Combine pages and repeated runs to analyze large seller portfolios over time

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.