Free Amazon Product Offers Scraper avatar

Free Amazon Product Offers Scraper

Under maintenance

Pricing

$3.00/month + usage

Go to Apify Store
Free Amazon Product Offers Scraper

Free Amazon Product Offers Scraper

Under maintenance

Retrieve all seller offers for any Amazon product including pricing, Buy Box winner, fulfillment type (FBA/FBM), seller ratings, shipping costs, discounts, and condition details for any ASIN.

Pricing

$3.00/month + usage

Rating

0.0

(0)

Developer

Easyparser

Easyparser

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 hours ago

Last modified

Categories

Share

Retrieve all active seller offers for any Amazon product in real-time, including pricing, Buy Box winner, fulfillment type (FBA/FBM), seller ratings, shipping costs, discounts, and item condition. Powered by Easyparser's real-time Product Offer 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 a single dataset item with a product summary and a complete list of seller offers.

Product Summary:

  • asin, title, link - product identity
  • rating, ratings_total - product review score
  • offer_count - total number of active offers available on Amazon

Buy Box Snapshot (top-level convenience fields):

  • buybox_winner_name - name of the current Buy Box seller
  • buybox_winner_price - Buy Box price
  • buybox_is_prime - whether the Buy Box offer is Prime eligible
  • buybox_is_fba - whether the Buy Box offer is fulfilled by Amazon

Offers Array (one object per seller):

Each offer in the offers array contains:

FieldDescription
positionDisplay order in the offer listing
buybox_winnerWhether this offer holds the Buy Box
is_primePrime eligibility
price, price_raw, price_currencyCurrent seller price
rrp, rrp_rawRecommended retail price (if available)
discount_percent, discount_amount, discount_rawDiscount vs. RRP
has_couponWhether a coupon is attached to the offer
conditionItem condition (New, Used - Like New, Used - Good, etc.)
is_newBoolean condition indicator
condition_commentsSeller notes for used items
fulfilled_by_amazonFBA fulfillment indicator
shipping_priceShipping cost (or FREE)
is_free_shippingBoolean free shipping indicator
delivery_dateEstimated delivery date
delivery_countdownOrder cut-off countdown for fast delivery
shipped_from_outside_countryCross-border shipping flag
min_quantity, max_quantityOrder quantity limits
seller_id, seller_name, seller_linkSeller identity
seller_ratingSeller star rating
seller_positive_percentPositive feedback percentage
seller_ratings_totalTotal seller feedback count

Pagination and Filters:

  • total_offers_returned - number of offers retrieved
  • pages_fetched - number of pages requested
  • available_filters - flags indicating available condition and delivery filters

How to Use

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

Fill in the asin 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
asinYesAmazon ASIN (e.g. B0BR8J5M7X)
domainYesAmazon marketplace (e.g. .com, .co.uk, .de)
primeNoReturn only Prime-eligible offers. Default: false
free_shippingNoReturn only offers with free shipping. Default: false
condition_newNoInclude new condition offers. Default: true
condition_used_like_newNoInclude Used - Like New offers. Default: false
condition_used_very_goodNoInclude Used - Very Good offers. Default: false
condition_used_goodNoInclude Used - Good offers. Default: false
condition_used_acceptableNoInclude Used - Acceptable offers. Default: false
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 on pagination: Each page returns approximately 10 offers and consumes 1 credit. For most products, 1 page is sufficient. Use higher values only when a product has many competing sellers.


Example

Input:

{
"asin": "B0BR8J5M7X",
"domain": ".com",
"condition_new": true
}

Output:

{
"asin": "B0BR8J5M7X",
"title": "Philips 40-Inch 1080p FHD LED Roku Smart TV...",
"link": "https://www.amazon.com/dp/B0BR8J5M7X",
"rating": 4.0,
"ratings_total": 35,
"offer_count": 7,
"buybox_winner_name": "BH-Boston",
"buybox_winner_price": "$237.66",
"buybox_is_prime": false,
"buybox_is_fba": false,
"offers": [
{
"position": 0,
"buybox_winner": true,
"is_prime": false,
"price": 237.66,
"price_raw": "$237.66",
"price_currency": "USD",
"rrp": 258.93,
"rrp_raw": "$258.93",
"discount_percent": 8.21,
"discount_amount": 21.27,
"discount_raw": "-8%",
"has_coupon": false,
"condition": "New",
"is_new": true,
"condition_comments": null,
"fulfilled_by_amazon": false,
"shipping_price": "FREE",
"is_free_shipping": true,
"delivery_date": "Friday, January 9",
"delivery_countdown": "7 hrs 36 mins",
"shipped_from_outside_country": false,
"min_quantity": 1,
"max_quantity": 3,
"seller_id": "A2MGF0ZMBCKH2I",
"seller_name": "BH-Boston",
"seller_link": "https://www.amazon.com/gp/aag/main?seller=A2MGF0ZMBCKH2I",
"seller_rating": 3.5,
"seller_positive_percent": 57,
"seller_ratings_total": 412,
"source_page": 1
},
{
"position": 1,
"buybox_winner": false,
"is_prime": false,
"price": 194.00,
"price_raw": "$194.00",
"price_currency": "USD",
"condition": "Used - Like New",
"is_new": false,
"fulfilled_by_amazon": false,
"shipping_price": "$32.69",
"is_free_shipping": false,
"delivery_date": "January 7 - 8",
"seller_name": "GSA WHOLESALE",
"seller_rating": 4.5,
"seller_positive_percent": 90,
"seller_ratings_total": 1100,
"source_page": 1
}
],
"total_offers_returned": 7,
"pages_fetched": 1,
"available_filters": {
"offers_condition_new": false,
"offers_condition_used": false,
"offers_free_shipping": false
}
}

Use Cases

  • Marketplace Competition Analysis: Use offer-level data to compare all active sellers on a listing, including pricing spread, Buy Box ownership, and seller count
  • Buy Box Strategy Optimization: Track which price points and fulfillment methods win the Buy Box and model your pricing accordingly
  • Repricing and Automation: Power automated repricers with live price, condition, and seller data for any ASIN
  • Seller Reputation Evaluation: Filter and rank sellers by rating, positive feedback percentage, and fulfillment method
  • Sourcing and Profitability Research: Identify the lowest-priced offers and calculate margins before committing to a product
  • Promotional Pricing Intelligence: Detect active coupons and discount percentages across all competing offers
  • Logistics and Margin Precision: Factor in exact shipping costs per offer to calculate true landed cost and net margin
  • Comprehensive Offer Monitoring: Schedule regular runs to track price changes, seller entry and exit, and Buy Box rotation 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.