Whatnot Scraper - Livestream Marketplace Data avatar

Whatnot Scraper - Livestream Marketplace Data

Pricing

Pay per event

Go to Apify Store
Whatnot Scraper - Livestream Marketplace Data

Whatnot Scraper - Livestream Marketplace Data

Scrape Whatnot livestream shows and in-show product listings. Extract show titles, hosts, viewer counts, categories, prices, auction status, and seller stats. Filter by category tag (sports cards, Pokemon, TCG, toys, sneakers, comics, and more).

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 hours ago

Last modified

Share

Whatnot Livestream Marketplace Scraper

Scrape live shopping shows and product listings from Whatnot, the dominant US livestream auction platform for collectibles. Returns show titles, hosts, viewer counts, categories, and — when you drill into a specific show — the auction and buy-now products listed inside it.


Whatnot Scraper Features

  • Pulls live and scheduled shows from any Whatnot category tag (sports cards, Pokémon, TCG, toys, sneakers, comics, and 15+ more).
  • Captures host details — username, profile image, premier-shop status — so each show is already attributed to a seller.
  • Drills into individual livestreams to extract every product line item: title, price (USD), auction-vs-buy-now, quantity, and listing status.
  • Reports point-in-time activity — active_viewers and total_watchlist_users — for trend tracking and demand modeling.
  • Two modes: categories for the show feed, livestreams for in-show products. Pick one per run, or chain runs.
  • Returns flat JSON. Array fields are plain string arrays. No nested objects to unpack.

What Can You Do With Whatnot Data?

  • Resellers — track which shows are pulling viewers in your vertical, then study auction prices for inventory benchmarks.
  • Collectible pricing services — sample current bids and buy-now prices across a category to ground market value.
  • Market analysts — count concurrent livestreams per category as a leading indicator of demand for sports cards, TCG, sneakers, and other collectible verticals.
  • CRM enrichment — pipe seller usernames and premier-shop flags into prospecting pipelines for high-volume hosts.
  • E-commerce intel — compare Whatnot listing volume against eBay, StockX, or Goldin for the same SKUs.

How Whatnot Scraper Works

  1. Pick a mode. categories walks a single tag page like /tag/sports_cards and returns the shows it surfaces. livestreams takes specific show URLs and returns the products inside each one.
  2. The scraper navigates with a real Chromium browser through a US residential proxy. Whatnot's Cloudflare clears automatically — no CapSolver keys, no manual challenges.
  3. While the page mounts, the scraper intercepts Whatnot's internal GetFeed and LiveShopFeed GraphQL responses, parses the JSON directly, and emits flat records.
  4. It scrolls a few times to trigger lazy-loaded pages, dedupes by record ID, and stops when maxItems is reached.

Input

{
"mode": "categories",
"categoryTag": "sports_cards",
"maxItems": 50,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "US"
}
}
FieldTypeDefaultDescription
modestringcategoriescategories returns livestream shows for a tag. livestreams returns the products inside specific show URLs.
categoryTagstringsports_cardsWhatnot category-tag slug. Examples: sports_cards, trading_card_games, toys, sneakers, comics, coins_and_money. Whatnot uses underscores, not hyphens.
livestreamUrlsarray[]List of https://www.whatnot.com/live/<uuid> URLs (used in livestreams mode).
maxItemsinteger15Cap on returned records. The default keeps runs under the Apify tester's 5-minute budget; bump it for larger pulls.
proxyConfigurationobjectApify residential USResidential US proxy required. Whatnot geofences listings to US IPs and sits behind Cloudflare. Datacenter IPs are blocked before the first byte.

Drill into a specific livestream

{
"mode": "livestreams",
"livestreamUrls": [
{ "url": "https://www.whatnot.com/live/0c3621ad-012a-49a5-9174-aa25c04ab724" }
],
"maxItems": 30
}

Whatnot Scraper Output Fields

A single dataset schema covers both modes. The record_type field tells you whether the row is a livestream show or a product listing inside one. Fields that don't apply to a given record type are null.

Categories mode — livestream show record

{
"record_type": "livestream",
"id": "c2f772f5-88de-4ef5-9dbe-c293d006a8ad",
"title": "$1 Singles NBA, NFL, MLB Sudden Death",
"url": "https://www.whatnot.com/live/c2f772f5-88de-4ef5-9dbe-c293d006a8ad",
"status": "PLAYING",
"start_time": "2026-05-01T18:15:29.160Z",
"active_viewers": 19,
"total_watchlist_users": 1,
"stream_service": "agora",
"seller_username": "2farrgone",
"seller_id": "13508717",
"seller_profile_url": "https://www.whatnot.com/user/2farrgone",
"seller_profile_image": "https://images.whatnot.com/...",
"seller_is_premier": null,
"categories": ["Football Cards"],
"tags": ["Raw Cards", "$1 Starts", "Sudden Death"],
"category_tag": "sports_cards",
"thumbnail_url": "https://images.whatnot.com/...",
"scraped_at": "2026-05-01T18:25:53.346Z"
}
FieldTypeDescription
record_typestringAlways livestream in categories mode.
idstringWhatnot livestream UUID.
titlestringShow title set by the host.
urlstringCanonical Whatnot URL for the livestream.
statusstringPLAYING, SCHEDULED, or ENDED.
start_timestringISO 8601 timestamp the show is scheduled to start (or did start).
active_viewersnumberConcurrent viewer count at scrape time.
total_watchlist_usersnumberUsers who have added the show to their watchlist.
stream_servicestringBackend streaming service (ivs, agora).
seller_usernamestringHost's Whatnot handle.
seller_idstringWhatnot internal seller ID.
seller_profile_urlstringDirect URL to the host's profile.
seller_profile_imagestringHost avatar URL.
seller_is_premierbooleantrue if the host is a Premier Shop. May be null when the flag isn't returned.
categoriesarray of stringsWhatnot categories for the show (e.g. "Football Cards").
tagsarray of stringsShow tags (e.g. "Raw Cards", "$1 Starts").
category_tagstringThe source category-tag slug used for discovery.
thumbnail_urlstringShow thumbnail image URL.
scraped_atstringISO timestamp the record was extracted.

Livestreams mode — in-show product record

{
"record_type": "listing",
"id": "TGlzdGluZ05vZGU6MTc2ODE2OTMxNg==",
"title": "Mystery Pack #7",
"url": "https://www.whatnot.com/live/0c3621ad-012a-49a5-9174-aa25c04ab724",
"status": "ACTIVE",
"price_usd": 5.00,
"currency": "USD",
"transaction_type": "AUCTION",
"quantity": 1,
"description": "",
"seller_username": "ht_breaksingles",
"seller_id": "UHVibGljVXNlck5vZGU6NTY3NDAwMzA=",
"seller_profile_url": "https://www.whatnot.com/user/ht_breaksingles",
"livestream_id": "0c3621ad-012a-49a5-9174-aa25c04ab724",
"livestream_url": "https://www.whatnot.com/live/0c3621ad-012a-49a5-9174-aa25c04ab724",
"thumbnail_url": "https://images.whatnot.com/...",
"scraped_at": "2026-05-01T18:25:53.346Z"
}
FieldTypeDescription
record_typestringAlways listing in livestreams mode.
idstringWhatnot listing-node ID (base64-encoded).
titlestringProduct title shown in the live shop.
urlstringParent livestream URL.
statusstringACTIVE, ENDED, or other listing-status code.
price_usdnumberListing price in USD, converted from Whatnot's cents-amount payload.
currencystringCurrency code (typically USD).
transaction_typestringAUCTION, BUY_NOW, or GIVEAWAY.
quantitynumberQuantity available.
descriptionstringListing description text (often empty).
seller_usernamestringHost running the show.
seller_idstringWhatnot internal seller ID.
seller_profile_urlstringDirect URL to the seller's profile.
livestream_idstringParent livestream UUID.
livestream_urlstringParent livestream URL.
thumbnail_urlstringListing thumbnail image URL.
scraped_atstringISO timestamp the record was extracted.

FAQ

How do I scrape Whatnot?

Whatnot Scraper hits the public category and livestream pages through a real browser. Pick categories mode and a category tag, run it, and you get back the shows currently surfaced on that tag. To get product-level data, copy a livestream URL into the livestreamUrls input and switch to livestreams mode.

What data does Whatnot Scraper return?

Whatnot Scraper returns either livestream show records (host, viewer count, status, categories, tags) or in-show product listings (price, transaction type, quantity, listing status). Both record types share a flat schema with a record_type discriminator field.

Does Whatnot Scraper need proxies?

Yes. Whatnot Scraper requires Apify residential proxies pinned to the US. Whatnot is Cloudflare-protected and geofences its listing feed to US IPs — datacenter and non-US proxies see an empty splash page. The default proxy configuration in the input ships with this set up correctly.

How much does Whatnot Scraper cost to run?

Whatnot Scraper is pay-per-result. A fixed start fee per run plus $0.001 per record saved. A typical 100-record category pull is around $0.20. A 1,000-record pull is about $1.10. There's no subscription and you only pay for records that get saved to the dataset.

Why are some fields null in the output?

Whatnot Scraper uses one schema for two record types. Livestream rows have viewer counts but no price; listing rows have price but no viewers. Fields that don't apply to a given record are returned as null rather than omitted, which keeps the dataset shape consistent across runs.

Can I filter by category?

Whatnot Scraper takes a single category-tag slug per run. Whatnot uses underscores in slugs (sports_cards, trading_card_games, coins_and_money). The input enum lists 21 supported tags covering the main collectible verticals. To cover more categories, run the actor multiple times.


Need More Features?

Need a different Whatnot data shape, additional categories, or seller-profile crawling? File an issue on the actor page or email through the Apify console.

Why Use Whatnot Scraper?

  • First paid Whatnot actor on Apify — the alternatives are free, sporadically maintained, and surface fewer fields. This one is built and monitored.
  • Real schema, two modes — categories mode gives you market-level signal (which shows are live, who's hosting), livestreams mode gives you the actual auction prices. One actor covers both jobs that other scrapers split across separate tools.
  • No CAPTCHA keys, no setup — Whatnot's Cloudflare clears automatically with the bundled residential proxy. You ship input JSON, you get clean records out.