# Whatnot Scraper — Listings, Sellers & Shop Inventory (`blackfalcondata/whatnot-scraper`) Actor

Scrape Whatnot listings and sellers — prices, bids, conditions, card attributes (Set, Grade, Year), seller ratings, sold counts, and full shop inventory. Search, browse categories, or walk seller shops. Incremental price-change tracking with JSON and CSV export.

- **URL**: https://apify.com/blackfalcondata/whatnot-scraper.md
- **Developed by:** [Black Falcon Data](https://apify.com/blackfalcondata) (community)
- **Categories:** E-commerce, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

### What does Whatnot Scraper do?

Whatnot Scraper extracts listings and seller profiles from [Whatnot](https://www.whatnot.com/?fpr=1h3gvi) — the leading live-commerce platform for collectibles, trading cards, comics, toys, and sports memorabilia. Unlike general e-commerce scrapers, it walks full seller shop inventories, extracts structured card attributes (Set, Grade, Year, Cert), and tracks price changes across runs so you always know what's new and what's dropped in price.

**New to Apify?** [Sign up free](https://console.apify.com/sign-up?fpr=1h3gvi) and use the included $5 monthly platform credit to test this actor.

### Key features

<!-- KEY_FEATURES:START -->
- **🏪 Full seller shop inventory** — cursor-walk a seller's complete active listings, not just a capped search page. Get every item they have listed with prices, conditions, and attributes.
- **⭐ Real seller ratings & social proof** — extract verified seller rating, review count, follower count, sold count, and Premier Shop / verified badges from each profile.
- **🃏 Structured listing attributes** — Set, Grade, Year, Certification, and Condition extracted as structured key-value pairs from `listingAttributeValues[]` — ready for filtering and analytics.
- **♻️ Incremental price tracking** — each run tags listings as NEW, UPDATED, or UNCHANGED. Price and bid changes are captured in `lastObservedPrice` / `lastObservedBid` — no duplicate re-scraping.
- **🔍 Deal filters** — filter by price range, minimum discount %, minimum quantity, offerable-only, and condition substring (e.g. `"new"` matches "New", "Like New", "Brand New").
- **📦 Four scrape modes** — keyword search, category browse, seller shop walk, or paste direct listing/seller URLs. Mix modes in one run.
- **🤖 AI-ready structured output** — listings and seller profiles as clean JSON with consistent field names, null-free (with `excludeEmptyFields`), and description in text/HTML/Markdown format.
<!-- KEY_FEATURES:END -->

### What data can you extract from whatnot.com?

Each result includes Core listing fields (`type`, `id`, `url`, `title`, `images`, `videos`, `listingType`, and `status`, and more) and detail fields when enrichment is enabled (`description`, `descriptionHtml`, and `descriptionMarkdown`). All fields are always present — unavailable data points are returned as `null`, never omitted.

### Input

Configure the actor through the input schema in Apify Console.

Key parameters:

- **`searchKeywords`** — One or more search terms. Each keyword produces an independent set of results.
- **`categories`** — One or more Whatnot category slugs (e.g. "trading-cards", "sneakers"). Leave empty to search across all categories.
- **`sellerUrls`** — Whatnot seller profile URLs (e.g. https://www.whatnot.com/user/bob). The actor scrapes all active listings in each seller's shop.
- **`startUrls`** — Direct listing URLs or search result pages to scrape. Useful for targeting specific items or saved searches.
- **`listingType`** — Filter by transaction type: all types, auctions only, or fixed-price buy-now listings only. (default: `"all"`)
- **`status`** — Filter by listing status: active listings, currently-live shows, sold listings, or all. (default: `"active"`)
- **`condition`** — Filter by item condition (e.g. "new", "like_new", "good", "fair"). Leave empty for all conditions.
- **`priceMin`** — Minimum listing price in US dollars. Listings below this price are excluded.
- **`priceMax`** — Maximum listing price in US dollars. Listings above this price are excluded.
- **`sort`** — How to sort the results: best match, newest listings, ending soonest (auctions), price low-to-high, or price high-to-low. (default: `"best_match"`)
- **`onlyLive`** — When enabled, return only listings attached to a currently live show. (default: `false`)
- **`minDiscountPercent`** — Minimum discount percentage (0–100). Only listings with at least this discount are included.
- ...and 22 more parameters

### Input example

**Basic search** — Targeted run scoped to a specific searchKeywords.

→ Full payload per result — all standard fields populated where the source provides them.

```json
{
  "searchKeywords": [
    "trading cards"
  ],
  "maxItems": 50
}
````

### Output

Each run produces a dataset of structured Whatnot Scraper records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

### Example Whatnot Scraper record

```json
{
  "type": "listing",
  "id": "TGlzdGluZ05vZGU6MTgyOTY2NTYxMA==",
  "url": "https://www.whatnot.com/listing/TGlzdGluZ05vZGU6MTgyOTY2NTYxMA==",
  "title": "Topps Palatial Nani Autographed Sports Card 2025/26",
  "description": "This Topps Palatial Season 2025/26 sports card features Nani with an autograph and a limited print number 1/25. The card is professionally graded PSA 9 and is encased in a protective slab.",
  "descriptionHtml": "<p>This Topps Palatial Season 2025/26 sports card features Nani with an autograph and a limited print number 1/25. The card is professionally graded PSA 9 and is encased in a protective slab.</p>",
  "descriptionMarkdown": "This Topps Palatial Season 2025/26 sports card features Nani with an autograph and a limited print number 1/25. The card is professionally graded PSA 9 and is encased in a protective slab.",
  "images": [
    "https://images.whatnot.com/eyJidWNrZXQiOiAid2hhdG5vdC1pbWFnZXMiLCAia2V5IjogImxpc3RpbmdzLzAtODM3Y2Y5NWItZDg1My00N2E5LWFhZDQtMzBiNmEwZWYwZTNmLTUyNGYzYTZiLTI1ZDctNDA3OC1iM2UyLWE4YmMyOWRjYzk5Mi5qcGVnIiwgImVkaXRzIjogeyJyZXNpemUiOiB7IndpZHRoIjogbnVsbCwgImhlaWdodCI6IG51bGwsICJmaXQiOiAiY29udGFpbiIsICJiYWNrZ3JvdW5kIjogeyJyIjogMjU1LCAiZyI6IDI1NSwgImIiOiAyNTUsICJhbHBoYSI6IDF9fX19?signature=b21ff813a4784731b34ee9d859a0a83aa20cf769a9292d881952ece11e878df7"
  ],
  "videos": [],
  "listingType": "AUCTION",
  "status": "ACTIVE",
  "price": 125,
  "discountedPrice": null,
  "discountPercent": null,
  "topBid": null,
  "bidCount": null,
  "startingBid": null,
  "buyNowPrice": null,
  "currency": "GBP",
  "quantity": 1,
  "isOfferable": null,
  "condition": "Nani ∙ Topps",
  "attributes": {
    "Name": "Nani",
    "Brand": "Topps",
    "Variety": "Palatial Season 2025/26",
    "Year": "2025",
    "Card Number": "1/25",
    "Graded": "true",
    "Grading Service": "PSA",
    "Grade": "9",
    "Cert": "00000000",
    "Autographed": "Yes",
    "Patch Card": "No",
    "Rookie Card": "No"
  },
  "category": "Soccer Cards",
  "categoryPath": [
    "Soccer Cards"
  ],
  "hashtags": [
    "Singles",
    "Graded Cards"
  ],
  "shippingPrice": null,
  "shipsFrom": null,
  "productId": "UHJvZHVjdE5vZGU6NDkyNzA3NDQ4",
  "productPriceMin": null,
  "productPriceMax": null,
  "seller": {
    "id": "UHVibGljVXNlck5vZGU6MjY3MjMwNjU=",
    "username": "craigcamcards",
    "url": "https://www.whatnot.com/user/craigcamcards",
    "rating": 5,
    "reviewCount": 631,
    "isVerified": false,
    "isPremierShop": false,
    "onVacation": false
  },
  "showId": null,
  "showTitle": "🇬🇧 Chilled Singles Stream",
  "isLive": false,
  "scheduledStartTime": "2026-06-30T18:00:00.000Z",
  "createdAt": "2026-05-17T17:15:39.000Z",
  "endedAt": null
}
```

### How to scrape whatnot.com

1. Go to [Whatnot Scraper](https://apify.com/blackfalcondata/whatnot-scraper?fpr=1h3gvi) in Apify Console.
2. Configure the input.
3. Set `maxResults` to control how many results you need.
4. Click **Start** and wait for the run to finish.
5. Export the dataset as JSON, CSV, or Excel.

### Use cases

- Monitor a seller's shop for new listings and price drops.
- Build a collectible price database for Pokemon, sports cards, comics, or toys.
- Track auction competition — watch bid counts and top bids across categories.
- Qualify sellers before buying: check rating, sold count, and verified status.
- Feed a price-alert system for specific items (keyword + condition filter).
- Research inventory gaps in the collectible market by category and condition.

### How much does it cost to scrape whatnot.com?

Whatnot Scraper uses [pay-per-event](https://docs.apify.com/platform/actors/paid-actors/pay-per-event) pricing. You pay a small fee when the run starts and then for each result that is actually produced.

- **Run start:** $0.005 per run
- **Per result:** $0.004 per Whatnot Scraper record

Example costs:

- 10 results: **$0.04**
- 25 results: **$0.11**
- 100 results: **$0.41**
- 200 results: **$0.81**
- 500 results: **$2**

### FAQ

#### How many results can I get from whatnot.com?

The number of results depends on the search query and available listings on whatnot.com. Use the `maxResults` parameter to control how many results are returned per run.

#### Can I integrate Whatnot Scraper with other apps?

Yes. Whatnot Scraper works with Apify's [integrations](https://apify.com/integrations?fpr=1h3gvi) to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

#### Can I use Whatnot Scraper with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the [Apify API](https://docs.apify.com/api/v2). Client libraries are available for JavaScript, Python, and other languages.

#### Can I use Whatnot Scraper through an MCP Server?

Yes. Apify provides an [MCP Server](https://apify.com/apify/actors-mcp-server?fpr=1h3gvi) that lets AI assistants and agents call this actor directly. Use a single `descriptionFormat` and `excludeEmptyFields` to keep payloads manageable for LLM context windows.

#### Is it legal to scrape whatnot.com?

This actor extracts publicly available data from whatnot.com. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

#### Your feedback

If you have questions, need a feature, or found a bug, please [open an issue](https://apify.com/blackfalcondata/whatnot-scraper/issues?fpr=1h3gvi) on the actor's page in Apify Console. Your feedback helps us improve.

### You might also like

- [Actiris Brussels Job Scraper](https://apify.com/blackfalcondata/actiris-scraper?fpr=1h3gvi) — Scrape all active job listings from actiris.brussels — official Brussels public employment service..
- [Adzuna Job Scraper — Global Jobs with Salary & Coordinates](https://apify.com/blackfalcondata/adzuna-scraper?fpr=1h3gvi) — Scrape adzuna.com job listings across 19 country markets with structured salary data.
- [APEC.fr Scraper - French Executive Jobs](https://apify.com/blackfalcondata/apec-scraper?fpr=1h3gvi) — Scrape apec.fr - French executive job listings with salary ranges, company, location, skills,.
- [Arbeitsagentur Jobs Feed — German Federal Employment Agency](https://apify.com/blackfalcondata/arbeitsagentur-jobs-feed?fpr=1h3gvi) — Extract job listings from arbeitsagentur.de — Germany's official public employment portal with 1M+.
- [Arbeitsagentur Scraper - German Jobs](https://apify.com/blackfalcondata/arbeitsagentur-scraper?fpr=1h3gvi) — Scrape arbeitsagentur.de - Germany’s official employment portal with 1M+ listings. Contact data,.
- [Arbetsformedlingen Job Scraper](https://apify.com/blackfalcondata/arbetsformedlingen-scraper?fpr=1h3gvi) — Scrape arbetsformedlingen.se (Platsbanken) — Sweden's official employment portal. Returns 84.
- [AutoScout24 Scraper — European Car Listings with Dealer Data](https://apify.com/blackfalcondata/autoscout24-scraper?fpr=1h3gvi) — Scrape autoscout24.com - Europe's largest used car marketplace with 770K+ listings. Structured.
- [Bayt.com Scraper — MENA Jobs with Salary & Skills Filter](https://apify.com/blackfalcondata/bayt-scraper?fpr=1h3gvi) — Scrape bayt.com — leading Middle East job board covering UAE, Saudi Arabia, Qatar, Egypt and 9 more.

### Getting started with Apify

New to Apify? [Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=1h3gvi) — no credit card required.

1. Sign up — $5 platform credit included
2. Open this actor and configure your input
3. Click **Start** — export results as JSON, CSV, or Excel

Need more later? [See Apify pricing](https://apify.com/pricing?fpr=1h3gvi).

# Actor input Schema

## `searchKeywords` (type: `array`):

One or more search terms. Each keyword produces an independent set of results.

## `categories` (type: `array`):

One or more Whatnot category slugs (e.g. "trading-cards", "sneakers"). Leave empty to search across all categories.

## `sellerUrls` (type: `array`):

Whatnot seller profile URLs (e.g. https://www.whatnot.com/user/bob). The actor scrapes all active listings in each seller's shop.

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

Direct listing URLs or search result pages to scrape. Useful for targeting specific items or saved searches.

## `listingType` (type: `string`):

Filter by transaction type: all types, auctions only, or fixed-price buy-now listings only.

## `status` (type: `string`):

Filter by listing status: active listings, currently-live shows, sold listings, or all.

## `condition` (type: `string`):

Filter by item condition (e.g. "new", "like\_new", "good", "fair"). Leave empty for all conditions.

## `priceMin` (type: `number`):

Minimum listing price in US dollars. Listings below this price are excluded.

## `priceMax` (type: `number`):

Maximum listing price in US dollars. Listings above this price are excluded.

## `sort` (type: `string`):

How to sort the results: best match, newest listings, ending soonest (auctions), price low-to-high, or price high-to-low.

## `onlyLive` (type: `boolean`):

When enabled, return only listings attached to a currently live show.

## `minDiscountPercent` (type: `number`):

Minimum discount percentage (0–100). Only listings with at least this discount are included.

## `offerableOnly` (type: `boolean`):

When enabled, only include listings where the seller accepts offers.

## `quantityMin` (type: `integer`):

Minimum available quantity. Only listings with at least this many units in stock are included.

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

Maximum total listings to return (0 = unlimited). Applies across all sources combined.

## `maxListingsPerSeller` (type: `integer`):

Maximum listings to collect from each seller's shop (0 = unlimited).

## `maxSellers` (type: `integer`):

Maximum number of sellers to process from sellerUrls (0 = all provided sellers).

## `includeSellerProfiles` (type: `boolean`):

Fetch and emit the seller's full profile (bio, follower count, ratings, social links) alongside their listings.

## `includeListingDetails` (type: `boolean`):

Fetch the full listing detail page for each result — adds full description, all images, condition notes, and structured attributes.

## `includeProductAggregates` (type: `boolean`):

Add product-level price range data (min/max across all variants) when available.

## `descriptionFormat` (type: `string`):

Format for the description field: all (text + html + markdown), text only, html only, or markdown only.

## `excludeEmptyFields` (type: `boolean`):

Remove null and empty fields from the output to reduce dataset size.

## `includeRunMetadata` (type: `boolean`):

Append run metadata (actor version, run ID, scrape timestamp) to each output record.

## `telegramToken` (type: `string`):

Telegram bot token (from @BotFather). Required for Telegram notifications.

## `telegramChatId` (type: `string`):

Telegram chat or channel ID (e.g. "-100123456789"). Required when telegramToken is set.

## `discordWebhookUrl` (type: `string`):

Discord incoming webhook URL. Server Settings → Integrations → Webhooks → New Webhook.

## `slackWebhookUrl` (type: `string`):

Slack incoming webhook URL. api.slack.com/messaging/webhooks.

## `notificationLimit` (type: `integer`):

Maximum number of listings included in each notification message (1–20).

## `notifyOnlyChanges` (type: `boolean`):

Only send notifications for NEW and UPDATED listings when incremental mode is active.

## `whatsappAccessToken` (type: `string`):

WhatsApp Cloud API permanent access token (System User token from Meta Business).

## `whatsappPhoneNumberId` (type: `string`):

Your WhatsApp Business phone-number ID (numeric, from Meta dashboard). Required when whatsappAccessToken is set.

## `whatsappTo` (type: `string`):

Recipient phone in E.164 format without + (e.g. "436641234567").

## `webhookUrl` (type: `string`):

Receives a JSON POST with {metadata, items} after each run. Works with n8n, Make, Zapier, and custom backends.

## `webhookHeaders` (type: `object`):

Optional JSON object of custom HTTP headers sent with the webhook (e.g. {"Authorization":"Bearer ..."}).

## Actor input object example

```json
{
  "searchKeywords": [
    "trading cards"
  ],
  "listingType": "all",
  "status": "active",
  "sort": "best_match",
  "onlyLive": false,
  "offerableOnly": false,
  "maxItems": 5,
  "maxListingsPerSeller": 0,
  "maxSellers": 0,
  "includeSellerProfiles": false,
  "includeListingDetails": true,
  "includeProductAggregates": false,
  "descriptionFormat": "all",
  "excludeEmptyFields": false,
  "includeRunMetadata": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false
}
```

# Actor output Schema

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

No description

# 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 = {
    "searchKeywords": [
        "trading cards"
    ],
    "maxItems": 5,
    "includeListingDetails": false
};

// Run the Actor and wait for it to finish
const run = await client.actor("blackfalcondata/whatnot-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 = {
    "searchKeywords": ["trading cards"],
    "maxItems": 5,
    "includeListingDetails": False,
}

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

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

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

```

## CLI example

```bash
echo '{
  "searchKeywords": [
    "trading cards"
  ],
  "maxItems": 5,
  "includeListingDetails": false
}' |
apify call blackfalcondata/whatnot-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=blackfalcondata/whatnot-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Whatnot Scraper — Listings, Sellers & Shop Inventory",
        "description": "Scrape Whatnot listings and sellers — prices, bids, conditions, card attributes (Set, Grade, Year), seller ratings, sold counts, and full shop inventory. Search, browse categories, or walk seller shops. Incremental price-change tracking with JSON and CSV export.",
        "version": "0.1",
        "x-build-id": "DchCHgcBOLoyApxgN"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/blackfalcondata~whatnot-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-blackfalcondata-whatnot-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/blackfalcondata~whatnot-scraper/runs": {
            "post": {
                "operationId": "runs-sync-blackfalcondata-whatnot-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/blackfalcondata~whatnot-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-blackfalcondata-whatnot-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "searchKeywords": {
                        "title": "🔍 Search Keywords",
                        "type": "array",
                        "description": "One or more search terms. Each keyword produces an independent set of results.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "categories": {
                        "title": "📂 Category Slugs",
                        "type": "array",
                        "description": "One or more Whatnot category slugs (e.g. \"trading-cards\", \"sneakers\"). Leave empty to search across all categories.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "sellerUrls": {
                        "title": "👤 Seller Profile URLs",
                        "type": "array",
                        "description": "Whatnot seller profile URLs (e.g. https://www.whatnot.com/user/bob). The actor scrapes all active listings in each seller's shop.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "🔗 Start URLs",
                        "type": "array",
                        "description": "Direct listing URLs or search result pages to scrape. Useful for targeting specific items or saved searches.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "listingType": {
                        "title": "🏷️ Listing Type",
                        "enum": [
                            "all",
                            "auction",
                            "buy_now"
                        ],
                        "type": "string",
                        "description": "Filter by transaction type: all types, auctions only, or fixed-price buy-now listings only.",
                        "default": "all"
                    },
                    "status": {
                        "title": "📌 Listing Status",
                        "enum": [
                            "active",
                            "live",
                            "sold",
                            "all"
                        ],
                        "type": "string",
                        "description": "Filter by listing status: active listings, currently-live shows, sold listings, or all.",
                        "default": "active"
                    },
                    "condition": {
                        "title": "🏅 Condition",
                        "type": "string",
                        "description": "Filter by item condition (e.g. \"new\", \"like_new\", \"good\", \"fair\"). Leave empty for all conditions."
                    },
                    "priceMin": {
                        "title": "💵 Min Price (USD)",
                        "minimum": 0,
                        "type": "number",
                        "description": "Minimum listing price in US dollars. Listings below this price are excluded."
                    },
                    "priceMax": {
                        "title": "💵 Max Price (USD)",
                        "minimum": 0,
                        "type": "number",
                        "description": "Maximum listing price in US dollars. Listings above this price are excluded."
                    },
                    "sort": {
                        "title": "📊 Sort Order",
                        "enum": [
                            "best_match",
                            "newest",
                            "ending_soonest",
                            "price_asc",
                            "price_desc"
                        ],
                        "type": "string",
                        "description": "How to sort the results: best match, newest listings, ending soonest (auctions), price low-to-high, or price high-to-low.",
                        "default": "best_match"
                    },
                    "onlyLive": {
                        "title": "📡 Live Shows Only",
                        "type": "boolean",
                        "description": "When enabled, return only listings attached to a currently live show.",
                        "default": false
                    },
                    "minDiscountPercent": {
                        "title": "🔖 Min Discount %",
                        "minimum": 0,
                        "maximum": 100,
                        "type": "number",
                        "description": "Minimum discount percentage (0–100). Only listings with at least this discount are included."
                    },
                    "offerableOnly": {
                        "title": "🤝 Offerable Listings Only",
                        "type": "boolean",
                        "description": "When enabled, only include listings where the seller accepts offers.",
                        "default": false
                    },
                    "quantityMin": {
                        "title": "📦 Min Quantity",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Minimum available quantity. Only listings with at least this many units in stock are included."
                    },
                    "maxItems": {
                        "title": "💯 Max Items",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum total listings to return (0 = unlimited). Applies across all sources combined.",
                        "default": 0
                    },
                    "maxListingsPerSeller": {
                        "title": "🏪 Max Listings per Seller",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum listings to collect from each seller's shop (0 = unlimited).",
                        "default": 0
                    },
                    "maxSellers": {
                        "title": "👥 Max Sellers",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of sellers to process from sellerUrls (0 = all provided sellers).",
                        "default": 0
                    },
                    "includeSellerProfiles": {
                        "title": "👤 Include Seller Profiles",
                        "type": "boolean",
                        "description": "Fetch and emit the seller's full profile (bio, follower count, ratings, social links) alongside their listings.",
                        "default": false
                    },
                    "includeListingDetails": {
                        "title": "📋 Include Listing Details",
                        "type": "boolean",
                        "description": "Fetch the full listing detail page for each result — adds full description, all images, condition notes, and structured attributes.",
                        "default": true
                    },
                    "includeProductAggregates": {
                        "title": "📈 Include Product Aggregates",
                        "type": "boolean",
                        "description": "Add product-level price range data (min/max across all variants) when available.",
                        "default": false
                    },
                    "descriptionFormat": {
                        "title": "📝 Description Format",
                        "enum": [
                            "all",
                            "text",
                            "html",
                            "markdown"
                        ],
                        "type": "string",
                        "description": "Format for the description field: all (text + html + markdown), text only, html only, or markdown only.",
                        "default": "all"
                    },
                    "excludeEmptyFields": {
                        "title": "🚫 Exclude Empty Fields",
                        "type": "boolean",
                        "description": "Remove null and empty fields from the output to reduce dataset size.",
                        "default": false
                    },
                    "includeRunMetadata": {
                        "title": "🏷️ Include Run Metadata",
                        "type": "boolean",
                        "description": "Append run metadata (actor version, run ID, scrape timestamp) to each output record.",
                        "default": false
                    },
                    "telegramToken": {
                        "title": "🔑 Telegram Bot Token",
                        "type": "string",
                        "description": "Telegram bot token (from @BotFather). Required for Telegram notifications."
                    },
                    "telegramChatId": {
                        "title": "💬 Telegram Chat ID",
                        "type": "string",
                        "description": "Telegram chat or channel ID (e.g. \"-100123456789\"). Required when telegramToken is set."
                    },
                    "discordWebhookUrl": {
                        "title": "🎮 Discord Webhook URL",
                        "type": "string",
                        "description": "Discord incoming webhook URL. Server Settings → Integrations → Webhooks → New Webhook."
                    },
                    "slackWebhookUrl": {
                        "title": "💼 Slack Webhook URL",
                        "type": "string",
                        "description": "Slack incoming webhook URL. api.slack.com/messaging/webhooks."
                    },
                    "notificationLimit": {
                        "title": "📊 Max Items Per Notification",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "Maximum number of listings included in each notification message (1–20).",
                        "default": 5
                    },
                    "notifyOnlyChanges": {
                        "title": "🔄 Notify Only New/Updated",
                        "type": "boolean",
                        "description": "Only send notifications for NEW and UPDATED listings when incremental mode is active.",
                        "default": false
                    },
                    "whatsappAccessToken": {
                        "title": "📱 WhatsApp Access Token",
                        "type": "string",
                        "description": "WhatsApp Cloud API permanent access token (System User token from Meta Business)."
                    },
                    "whatsappPhoneNumberId": {
                        "title": "📞 WhatsApp Phone Number ID",
                        "type": "string",
                        "description": "Your WhatsApp Business phone-number ID (numeric, from Meta dashboard). Required when whatsappAccessToken is set."
                    },
                    "whatsappTo": {
                        "title": "📲 WhatsApp Recipient",
                        "type": "string",
                        "description": "Recipient phone in E.164 format without + (e.g. \"436641234567\")."
                    },
                    "webhookUrl": {
                        "title": "🪝 Generic Webhook URL",
                        "type": "string",
                        "description": "Receives a JSON POST with {metadata, items} after each run. Works with n8n, Make, Zapier, and custom backends."
                    },
                    "webhookHeaders": {
                        "title": "📋 Webhook Headers",
                        "type": "object",
                        "description": "Optional JSON object of custom HTTP headers sent with the webhook (e.g. {\"Authorization\":\"Bearer ...\"})."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
