Skip to main content
GET
News Search
Search Yahoo News. Every article carries the resolved destination URL, the publisher, the syndication source it ran through (via), a snippet and a thumbnail — plus Yahoo’s reported total match count for the query. Credits: 5

Authorization

string
required
Your ScrapeBadger API key.

Query Parameters

string
required
Search keywords, e.g. interest rates.
string
default:"us"
Yahoo market code (lowercase), e.g. us. See /markets.

Response

string
Echo of the requested query.
string
The market the results were fetched for.
integer
Yahoo’s reported total match count (approximate), e.g. 1420000.
string
The count as displayed, e.g. About 1,420,000 results.
integer
Articles returned.
NewsArticle[]
News articles.

Example

Response

Timestamps

Yahoo News renders relative ages only26 minutes ago, 3 hours ago, 2 days ago — and shows no absolute date anywhere on the page. published is that display string verbatim; there is no published_at or published_utc field, unlike the Bing news endpoint, which reads an RSS feed. Derive absolute times from your own request time if you need them.