# Amazon Today's Deals Scraper — Prices & Discounts (`crawloop/amazon-deals-scraper`) Actor

Scrape Amazon Today's Deals: ASIN, deal price, list price, percent off, end time, and claimed percent. Lightning deals, coupons, or a category bubble. curl\_cffi HTTP and residential proxy across 20+ marketplaces.

- **URL**: https://apify.com/crawloop/amazon-deals-scraper.md
- **Developed by:** [Andrej Kiva](https://apify.com/crawloop) (community)
- **Categories:** E-commerce, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.49 / 1,000 deals

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Amazon Today's Deals Scraper

> **Disclaimer:** Unofficial tool — not affiliated with, sponsored by, or endorsed by Amazon or its affiliates. Data is read from publicly accessible pages only. No login. You are responsible for complying with applicable law and the site’s terms. No warranty on accuracy or availability. Provided for informational and research use.

Scrape **Amazon Today's Deals** into a dataset: **ASIN**, **deal price**, **list price**, **percent off**, **deal end time**, and **percent claimed**. Use it for lightning deals, coupon feeds, or a category bubble such as electronics. Built for deal hunters, repricers, and ecommerce research.

> **Crawloop Marketplace & E-commerce Suite** — Today's Deals, keyword SERP, and Best Sellers charts.

| Amazon Today's Deals Scraper ◄── you are here | [Amazon Search Scraper](https://apify.com/crawloop/amazon-search-scraper) | [Amazon Best Sellers Scraper](https://apify.com/crawloop/amazon-bestsellers-scraper) | [eBay Sold Listings Scraper](https://apify.com/crawloop/ebay-sold-listings-scraper) |
| :---: | :---: | :---: | :---: |
| Deal price, discount, end time | Keyword SERP and ASIN cards | Category rank charts | Completed eBay sold comps |

***

### When to use

Use this Actor when you need the **Today's Deals** feed: current deal price against the list price, the discount badge, lightning-deal end time, and how much of the deal is already claimed.

Use [Amazon Search Scraper](https://apify.com/crawloop/amazon-search-scraper) for a keyword SERP. Use [Amazon Best Sellers Scraper](https://apify.com/crawloop/amazon-bestsellers-scraper) when you need category rank, not a deal card.

### Key features

- **Today's Deals, lightning deals, and coupons** — `dealType` selects the feed
- **Category bubble** — pass `electronics`, `beauty`, `home`, or another Amazon deals bubble
- **Deal fields** — deal price, list price, percent off, end time, claimed percent, Prime flag
- **Paste a deals URL** — `startUrls` keeps the bubble from the link
- **20+ marketplaces** — US, GB, DE, FR, IT, ES, CA, AU, JP, IN, BR, MX, NL, SE, PL, BE, SA, AE, ZA, IE, SG, TR, EG
- **Fast HTTP** — `curl_cffi` with a residential proxy. No browser

### Input

| Field | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| `country` | String | `US` | Marketplace country code |
| `dealType` | String | `ALL` | `ALL`, `LIGHTNING`, or `COUPONS` |
| `bubbleId` | String | — | Category bubble. Overrides `dealType` |
| `startUrls` | Array | — | Full deals URLs |
| `maxItems` | Integer | `30` | Max deals per feed |
| `maxPages` | Integer | `1` | Pages to request (about 30 deals each) |
| `minDiscount` | Number | — | Drop deals below this percent off |
| `proxyConfiguration` | Object | Residential | Apify Proxy. Residential is required |

```json
{
  "country": "US",
  "dealType": "LIGHTNING",
  "maxItems": 30,
  "maxPages": 1,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
```

### Output

| Field | Description |
| :--- | :--- |
| `asin` | Amazon product id |
| `title` | Deal card title |
| `dealPrice` / `listPrice` | Current deal price and list price |
| `currency` | Marketplace currency |
| `discountPercent` / `discountText` | Percent off |
| `dealType` | `LIGHTNING_DEAL`, `BEST_DEAL`, or the type Amazon returns |
| `dealEndsAt` | UTC end time when the card has a countdown |
| `percentClaimed` | Claimed share of the deal, when shown |
| `dealMessage` | Card message, such as a Prime or countdown label |
| `isPrime` | True when the message mentions Prime |
| `productUrl` | Product page on the same marketplace |
| `position` | Position in the feed |

```json
{
  "source": "amazon_deals",
  "country": "US",
  "currency": "USD",
  "asin": "B0GY4TQ2P8",
  "title": "Anker SOLIX S2000 Portable Power Station",
  "dealPrice": 649.99,
  "listPrice": 1199.0,
  "discountPercent": 46,
  "discountText": "46% off",
  "dealType": "LIGHTNING_DEAL",
  "dealEndsAt": "2026-09-24T00:00:00.000Z",
  "percentClaimed": 28,
  "dealState": "AVAILABLE",
  "isPrime": false,
  "productUrl": "https://www.amazon.com/dp/B0GY4TQ2P8"
}
```

### Use cases

- Pull lightning deals before they expire and keep ASIN, price, and end time.
- Watch a category bubble such as electronics for discounts above a percent.
- Export coupon-feed cards for a repricer or a deal newsletter.
- Hand an ASIN to Amazon Best Sellers to see whether the deal item is also on a rank chart.

### Integration examples

#### Node.js

```javascript
import { ApifyClient } from "apify-client";

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor("crawloop/amazon-deals-scraper").call({
  country: "US",
  dealType: "LIGHTNING",
  maxItems: 30,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
```

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient(token="YOUR_APIFY_TOKEN")
run = client.actor("crawloop/amazon-deals-scraper").call(run_input={
    "country": "US",
    "dealType": "LIGHTNING",
    "maxItems": 30,
})
items = client.dataset(run["defaultDatasetId"]).list_items().items
print(items)
```

#### cURL

```bash
curl "https://api.apify.com/v2/acts/crawloop~amazon-deals-scraper/runs?token=YOUR_APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"country":"US","dealType":"LIGHTNING","maxItems":30}'
```

### MCP and AI assistants

Use this Actor from AI tools via [Apify MCP](https://docs.apify.com/platform/integrations/mcp). Connect your Apify account, then call this Actor by its Store name.

Example prompts:

- "Run Amazon Today's Deals Scraper for US lightning deals and return ASIN, deal price, list price, and end time as JSON."
- "Get Amazon electronics deals with at least 40 percent off and list the ASINs."
- "Take the first ASIN from Amazon Today's Deals, then check its category rank with Amazon Best Sellers Scraper."

### Suite next step

After a deal row, run [Amazon Best Sellers Scraper](https://apify.com/crawloop/amazon-bestsellers-scraper) with that ASIN to see whether it is on a category chart. For the keyword around the product, run [Amazon Search Scraper](https://apify.com/crawloop/amazon-search-scraper).

### FAQ

#### Does this track price history or send alerts?

No. Each run returns the deals on the page at that moment. Schedule it when you want a fresh snapshot. It does not store previous prices or send Discord or Telegram messages.

#### Which marketplaces work?

The same set as the other Crawloop Amazon Actors: US, GB, DE, FR, IT, ES, CA, AU, JP, IN, BR, MX, NL, SE, PL, BE, SA, AE, ZA, IE, SG, TR, and EG. Residential proxy country follows the marketplace.

#### What is a bubble ID?

Amazon labels deal collections with a bubble, such as `electronics` or `deals-collection-lightning-deals`. Leave it empty to use `dealType`, or paste a deals URL into `startUrls`.

# Actor input Schema

## `country` (type: `string`):

Amazon marketplace. Sets the deals domain and residential proxy country.

## `dealType` (type: `string`):

Which Today's Deals feed to open. A bubble ID overrides this.

## `bubbleId` (type: `string`):

Optional Amazon deals bubble, such as electronics, beauty, or home. Replaces the deal type feed.

## `startUrls` (type: `array`):

Optional full Today's Deals URLs. Marketplace and bubble are taken from each URL.

## `maxItems` (type: `integer`):

Stop after this many deals per URL or feed.

## `maxPages` (type: `integer`):

How many deals pages to request. Each page is about 30 deals before the max deals cap.

## `minDiscount` (type: `number`):

Drop deals below this percent off. Deals without a parsed discount are dropped when this is set.

## `proxyConfiguration` (type: `object`):

Residential proxy is required. Country is set from the marketplace.

## Actor input object example

```json
{
  "country": "US",
  "dealType": "ALL",
  "maxItems": 30,
  "maxPages": 1,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

Default dataset items.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("crawloop/amazon-deals-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("crawloop/amazon-deals-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call crawloop/amazon-deals-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,crawloop/amazon-deals-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/C7M0pECxClry5Cdel/builds/sdSp1TfZeCTyqo9Xl/openapi.json
