Amazon Deals Products Scraper avatar

Amazon Deals Products Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Amazon Deals Products Scraper

Amazon Deals Products Scraper

Browse and export Amazon deal listings—titles, ASINs, prices, savings, URLs, and timing—row by row with a collection timestamp.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Discover and export promotional listings from Amazon’s deals experience: product ASIN, titles, prices, savings, deal type, and links—saved as one row per deal, with a timestamp on each row.

Key Features

  • Collect up to your chosen maximum number of deals; continues with offset paging until that limit or until there are no more results
  • Identifiers and links: deal_id, product_asin, deal_url, canonical_deal_url (deal hub link), deal_photo
  • Classification: deal_type (e.g. best-deal style), type (e.g. single-item vs multi-item), deal_state (e.g. availability)
  • Copy and pricing: deal_title; deal_price / list_price as { amount, currency }; savings_percentage, savings_amount, deal_badge (short label like “26% off”)
  • Timing: deal_starts_at, deal_ends_at (ISO 8601 when present; may be null on some listings)
  • Filters: marketplace (country), optional categories, star / price / discount bands, brands, and toggles for Prime Early Access, Prime Exclusive, and Lightning-style deals
  • Optional language and fields projection
  • Each record includes scrapedAt (ISO 8601) when the row was written

Why Use It?

  • Practical: Snapshot what is on promotion for a marketplace and filters you care about
  • Structured: JSON rows suitable for sheets, alerts, or catalog tools
  • Steady: Stops at your cap or when the API returns no further deals

Great For

  • Deal monitoring and competitive pricing snapshots
  • Building “today’s deals” feeds for a region
  • Research on discount depth and deal types

Input Parameters

ParameterRequiredDescription
maxResultsNoMaximum number of deal rows to collect (default: 48).
geoNoWhich country’s Amazon site to use (default: US). Pick UK for the United Kingdom marketplace.
categoriesNoOptional category IDs, comma-separated.
min_product_star_ratingNoMinimum product rating band (ALL or 14).
price_rangeNoPreset price band (ALL or 15).
discount_rangeNoPreset discount band (ALL or 15).
brandsNoOptional brand filter when supported.
prime_early_accessNoRestrict to Prime Early Access deals.
prime_exclusiveNoRestrict to Prime Exclusive deals.
lightning_dealsNoRestrict to Lightning Deals.
languageNoPreferred language when supported (e.g. en_US).
fieldsNoComma-separated attributes if you want a narrower payload.

Output

Each dataset row is one deal. The actor appends scrapedAt (ISO 8601). Nested money objects use string amount and currency codes.

FieldTypeDescription
deal_idstring | nullShort deal identifier used in the marketplace.
deal_typestringDeal program or bucket (e.g. BEST_DEAL).
deal_titlestringProduct or offer title.
deal_photostringImage URL for the offer.
deal_statestringAvailability-style state (e.g. AVAILABLE).
deal_urlstringProduct or offer page URL.
canonical_deal_urlstringDeal landing URL (often /deal/{id}).
deal_starts_atstring | nullOffer start time (ISO 8601).
deal_ends_atstring | nullOffer end time (ISO 8601).
deal_priceobject | nullCurrent deal price: { amount, currency }.
list_priceobject | nullReference list price: { amount, currency }.
savings_percentagenumberPercent off when provided.
savings_amountobject | nullAbsolute savings: { amount, currency }.
deal_badgestring | nullShort badge text (e.g. discount label).
typestringRow shape (e.g. SINGLE_ITEM).
product_asinstringProduct ASIN for the item in the deal.
scrapedAtstringWhen this row was collected (ISO 8601).

Sample record

{
"deal_id": "c396e712",
"deal_type": "BEST_DEAL",
"deal_title": "TurboTax Home & Business Desktop Edition 2025, Federal & State Tax Return [Win11/Mac14 Download]",
"deal_photo": "https://m.media-amazon.com/images/I/71-jbdrZxVL.jpg",
"deal_state": "AVAILABLE",
"deal_url": "https://www.amazon.com/TurboTax-Business-Desktop-Federal-Download/dp/B0FWV2NJV5",
"canonical_deal_url": "https://www.amazon.com/deal/c396e712",
"deal_starts_at": "2026-03-10T07:00:00.000Z",
"deal_ends_at": "2026-04-08T06:59:59.000Z",
"deal_price": {
"amount": "95.99",
"currency": "USD"
},
"list_price": {
"amount": "129.99",
"currency": "USD"
},
"savings_percentage": 26,
"savings_amount": {
"amount": "34.0",
"currency": "USD"
},
"deal_badge": "26% off",
"type": "SINGLE_ITEM",
"product_asin": "B0FWV2NJV5",
"scrapedAt": "2026-03-24T03:28:26.438Z"
}

Notes

  • Available deals and filters depend on the marketplace and season.
  • Respect Amazon’s terms and applicable laws when using scraped data.