Live-commerce and category trend tracking
Use Whatnot endpoints to turn live-commerce and category trend tracking into repeatable API requests with documented inputs and JSON responses.
Turn Whatnot's public live-shopping data into structured JSON — browse live shows by category, the full category list, and a specific live show's current shop feed (items up for sale, pricing), as normalized JSON. Credential-free.
Browse Whatnot live shopping shows by category and get a live show's current shop feed as structured JSON.
Endpoint families
3
Documented params
5
Examples
3
Live catalog snapshot
Active endpoints
3
Methods
GET
Required params
5
Schema refs
3
{
"platform": "Whatnot",
"endpoint": "whatnot-browse",
"method": "GET",
"path": "/whatnot/browse",
"auth": "apiKey"
}Use cases
Browse Whatnot live shopping shows by category and get a live show's current shop feed as structured JSON.
Use Whatnot endpoints to turn live-commerce and category trend tracking into repeatable API requests with documented inputs and JSON responses.
Use Whatnot endpoints to turn live show and seller monitoring into repeatable API requests with documented inputs and JSON responses.
Use Whatnot endpoints to turn auction pricing research into repeatable API requests with documented inputs and JSON responses.
Managed execution
Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.
Request behavior is tuned for the target platform and endpoint type.
Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable upstream responses are detected and surfaced clearly.
Results are returned as documented JSON instead of raw HTML.
Test the same route from Docs and Playground before production integration.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/whatnot/browse
/whatnot/categories
/whatnot/live/{id}
Endpoint catalog
/whatnot/browseReturns the live and upcoming shows currently listed under a Whatnot category: seller, title, status, start time, thumbnail, and tags. Public data sourced from Whatnot's own GraphQL API.
/whatnot/live/{id}Returns a Whatnot live show's current shop feed: every product, auction, and giveaway listing currently visible in the show, each with its seller's rating. Public data sourced from Whatnot's own GraphQL API.
/whatnot/categoriesReturns Whatnot's full top-level category list (e.g. "Trading Card Games", "Sneakers & Streetwear"). Each entry's slug is usable directly with /whatnot/browse's category filter. Public data sourced from Whatnot's own GraphQL API.
Related APIs
Marketplaces & Retail
Collect marketplace product signals from Amazon without building brittle storefront scrapers.
Marketplaces & Retail
Build resale, pricing, and marketplace workflows from structured eBay data.
Marketplaces & Retail
Turn public Shop.app product and merchant pages into structured JSON for e-commerce product intelligence, price research, shop monitoring, and marketplace discovery workflows.
How to scrape Whatnot
Crawlora's Whatnot endpoints return category browsing and a live show's shop feed as normalized JSON with one API key — no Whatnot account required.
Use /whatnot/categories for the full category list, then /whatnot/browse with a category to list current live shows.
Pass a show id from /whatnot/browse to /whatnot/live/{id} for that show's current shop feed — items up for sale and pricing.
Re-run browse or a specific show on a schedule to track category activity and item pricing over time.
FAQ
Send a category to Crawlora's /whatnot/browse endpoint and get normalized live show listings as structured JSON — no Whatnot account required.
Yes — /whatnot/live/{id} returns a live show's current shop feed, including items and pricing, as structured JSON.
No Whatnot login or auth token is required from the caller — only your Crawlora API key.