Skip to main content
GET
Video Search
Search Yahoo Videos. Each result carries the destination watch URL, thumbnail, duration, the host platform (e.g. YouTube), a description, and views as displayed. Credits: 5

Authorization

string
required
Your ScrapeBadger API key.

Query Parameters

string
required
Search keywords, e.g. espresso tutorial.
string
default:"us"
Yahoo market code (lowercase), e.g. us. See /markets. Echoed back — the video 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
Videos returned.
VideoResult[]
Video results.

Example

Response
duration and views are returned as Yahoo displays them (13:47, 1.8M views) — they are display strings, not numbers.

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.The video vertical only exists on video.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.