Deals content monitoring
Use Yahoo Shopping endpoints to turn deals content monitoring into repeatable API requests with documented inputs and JSON responses.
Turn shopping.yahoo.com's own server-rendered buying-guide, deals, and retailer store pages into structured JSON — homepage and section story feeds, full article content, and per-retailer deal offers. Credential-free.
Extract Yahoo Shopping's homepage and section editorial story feeds, full article content, and retailer store deals as structured JSON.
Endpoint families
6
Documented params
12
Examples
7
Live catalog snapshot
Active endpoints
7
Methods
GET
Required params
11
Schema refs
7
{
"platform": "Yahoo Shopping",
"endpoint": "yahoo-shopping-home",
"method": "GET",
"path": "/yahoo-shopping/home",
"auth": "apiKey"
}Use cases
Extract Yahoo Shopping's homepage and section editorial story feeds, full article content, and retailer store deals as structured JSON.
Use Yahoo Shopping endpoints to turn deals content monitoring into repeatable API requests with documented inputs and JSON responses.
Use Yahoo Shopping endpoints to turn buying-guide aggregation into repeatable API requests with documented inputs and JSON responses.
Use Yahoo Shopping endpoints to turn retailer deal tracking 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.
/yahoo-shopping/article
/yahoo-shopping/category
/yahoo-shopping/home
/yahoo-shopping/shopping-list
/yahoo-shopping/shopping-lists
/yahoo-shopping/store
Endpoint catalog
/yahoo-shopping/homeReturns Yahoo Shopping's homepage editorial story feed: title, destination URL, category, and thumbnail image for each story. Sourced from Yahoo Shopping's own server-rendered homepage. This is Yahoo's shopping buying-guide/deals content site, not a product-search API -- shopping.yahoo.com no longer exposes a searchable product catalog.
/yahoo-shopping/categoryReturns a Yahoo Shopping section's editorial story feed: title, destination URL, category, and thumbnail image for each story, with page-based pagination. Sourced from Yahoo Shopping's own server-rendered section pages.
/yahoo-shopping/articleReturns a single Yahoo Shopping article's full content: title, description, author, publish/update time, section, image, keywords, original publisher, and body paragraphs. Accepts a canonical shopping.yahoo.com article URL, such as one returned by the home or category story streams.
/yahoo-shopping/storesReturns Yahoo Shopping's retailer store directory: a slug, display name, and logo image for each retailer with a dedicated store page (e.g. Amazon, Target, Best Buy). Use a store's slug with GET /yahoo-shopping/store to read its current deals.
/yahoo-shopping/storeReturns one retailer's current deals on Yahoo Shopping: product title, direct retailer product URL, image, brand, currency, price, and sale price for each offer. Sourced from the retailer's shopping.yahoo.com store page's own structured product data -- not a keyword search, a fixed set of currently-featured deals for that retailer. Use GET /yahoo-shopping/stores to find a retailer's slug.
/yahoo-shopping/shopping-listsReturns Yahoo Shopping's curated shopping-lists directory: a slug, title, and image for each themed list (e.g. "Cooling Essentials", "Back to School"). Use a list's slug with GET /yahoo-shopping/shopping-list to read its items.
/yahoo-shopping/shopping-listReturns one curated Yahoo Shopping list's items: product title, direct destination URL, image, seller, currency, price, and sale price for each item. Sourced from the list page's own product cards. Use GET /yahoo-shopping/shopping-lists to find a list's slug.
Related APIs
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints for live-entertainment research.
How to scrape Yahoo Shopping
Yahoo Shopping has no public developer API, but shopping.yahoo.com's own pages are credential-free public JSON-backed HTML. Note this is Yahoo's shopping buying-guide/deals editorial site, not a keyword product-search API — Yahoo has restructured the site away from a searchable product catalog. Crawlora's 7 Yahoo Shopping endpoints return the homepage and section story feeds, full article content, per-retailer store deal offers, and curated shopping-list items as normalized JSON.
The homepage endpoint returns Yahoo Shopping's editorial story feed; the category endpoint returns a section's feed (beauty, deals, general, gift-ideas, home-garden, or style) with page-based pagination — each story includes its title, destination URL, category, and thumbnail image.
Pass a story's canonical shopping.yahoo.com article URL from either feed to the article endpoint to get its title, description, author, publish/update time, section, image, keywords, original publisher, and full body paragraphs.
List featured retailers with /yahoo-shopping/stores, then pass a retailer slug (e.g. target, best-buy) to /yahoo-shopping/store for its current fixed set of deal offers — title, direct retailer product URL, price, and sale price.
List featured themed lists with /yahoo-shopping/shopping-lists, then pass a list slug (e.g. cooling-essentials) to /yahoo-shopping/shopping-list for its current items — title, direct destination URL, seller, price, and sale price.
FAQ
No. Yahoo Shopping has no public developer API. Crawlora's endpoints read shopping.yahoo.com's own server-rendered pages and return the data as normalized JSON.
No. Yahoo has restructured shopping.yahoo.com away from a searchable product catalog into a buying-guide and deals editorial content site. The store and shopping-list endpoints return a fixed set of currently-featured deals, not a keyword search over all products.
beauty, deals, general, gift-ideas, home-garden, and style — the category endpoint's category parameter accepts exactly those six values.
Pass the article's URL (returned by the home or category endpoints as each story's url field) to /yahoo-shopping/article.
Call /yahoo-shopping/stores for the retailer directory (slug, name, logo), then pass a slug to /yahoo-shopping/store for that retailer's current deal offers with direct product URLs, prices, and sale prices.
Call /yahoo-shopping/shopping-lists for the list directory (slug, title, image), then pass a slug to /yahoo-shopping/shopping-list for that list's current items with direct destination URLs, prices, and sale prices.