Skip to main content
GET
Web Search
Search Yahoo’s web SERP. Organic results carry the resolved destination URL (Yahoo’s tracking redirect is decoded), display URL and snippet. Credits: 5

Authorization

string
required
Your ScrapeBadger API key.

Query Parameters

string
required
Search keywords, e.g. coffee machine.
string
default:"us"
Yahoo market code (lowercase), e.g. us, uk, de. See /markets.
integer
default:"0"
Zero-based absolute result offset. Yahoo serves 7 organic results per page, so page 2 is offset=7 — see Pagination.
One of off, moderate, strict.

Response

string
Echo of the requested query.
string
The market the results were fetched for.
integer
Organic results returned in this response.
SearchResult[]
Organic results.
Ad[]
Ads served for this query, when present.
Yahoo’s related query suggestions.

Example

Response

Pagination

Yahoo serves 7 organic results per page and exposes no page-size parameter. offset is a zero-based absolute result offset — page 2 is offset=7, page 3 is offset=14. Yahoo also reports no total match count on the web SERP, so there is no total_results field here.
Yahoo web search is Bing-syndicated — organic results come from Microsoft’s index. Expect results close to, but not identical to, the Bing API: Yahoo applies its own ranking, ad load and layout on top.