Skip to main content
GET
Image Search
Search Yahoo Images. Each result carries the full-size image URL, a thumbnail, the page the image lives on, and its pixel dimensions. Credits: 5

Authorization

string
required
Your ScrapeBadger API key.

Query Parameters

string
required
Search keywords, e.g. golden retriever.
string
default:"us"
Yahoo market code (lowercase), e.g. us. See /markets. Echoed back — the image vertical is US-hosted, see Page size.
integer
default:"30"
Results to return, 1100. Trims the rendered grid — see Page size.

Response

string
Echo of the requested query.
string
The market the results were fetched for.
integer
Images returned.
ImageResult[]
Image results.

Example

Response

Page size

Yahoo renders roughly 60 tiles into the first response and has no native page-size parameter, so count trims that list rather than paginating. Asking for more than Yahoo rendered simply returns everything available.The image vertical only exists on images.search.yahoo.com, so results are fetched from that fixed US host regardless of the market you pass; the value is echoed back for consistency.