Yahoo News Scraper avatar

Yahoo News Scraper

Under maintenance

Pricing

from $1.99 / 1,000 yahoo news scraper results

Go to Apify Store
Yahoo News Scraper

Yahoo News Scraper

Under maintenance

Scrapes Yahoo News for any query. Extracts the full canonical news-vertical schema: title, source, snippet, dates, thumbnail, images, category, subcategory, tags, language, authors, sponsored flag, and more.

Pricing

from $1.99 / 1,000 yahoo news scraper results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Scrapes Yahoo News search results for a query, including headline, article URL, publisher, snippet, publication time, thumbnail, and result metadata when available.

What this Actor collects

The Actor creates one dataset item per Yahoo News result and retains both normalized and source-displayed publication times.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 24-field dataset schema.
  • Optional publisher, timing, image, and engagement fields are populated only when Yahoo exposes them.

Use cases

  • News monitoring
  • Publisher and topic research
  • Article-feed enrichment

Input

Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.

FieldTypeRequiredDefaultDescription
querystringYesThe news search query on Yahoo News.
maxItemsintegerNo50Maximum number of news articles to scrape.
countrystringNo"lang_en"Yahoo language/country code (e.g. 'lang_en', 'lang_de', 'lang_fr').
languagestringNo"en"Yahoo language code (e.g. 'en', 'de', 'fr').
timeRangestringNo""Recency filter: 1d, 7d, or 30d; empty means no recency filter.
sortBystringNo""Use date to sort by date; empty keeps relevance ordering.
proxyConfigurationobjectNoProxy settings. Residential proxies are recommended.

Example input

{
"query": "breaking news",
"maxItems": 50,
"country": "us",
"language": "en",
"proxyConfiguration": {
"useApifyProxy": false
},
"timeRange": "1d"
}

Output

The default dataset contains one item per news result. Publisher, author, category, thumbnail, and engagement fields are optional because Yahoo does not expose them on every card.

FieldTypeDescription
positionintegerPosition
titlestringTitle
linkstringURL
sourcestringSource
authorstringAuthor
publishedAtstringPublished At (ISO)
snippetstringSnippet
thumbnailstringThumbnail
pageintegerPage
searchQuerystringQuery
scrapedAtstringScraped At
sourceDomainstringSource Domain
authorUrlstringAuthor URL
publishedAtRawstringPublished At (raw)
relativeTimestringRelative Time
categorystringCategory

Example dataset item

This compact example is a subset of one item in local Actor storage; every displayed value is unmodified.

{
"position": 1,
"title": "2026 3M Open leaderboard, Thursday tee times, live updates from TPC Twin Cities",
"link": "https://sports.yahoo.com/articles/2026-3m-open-leaderboard-thursday-110135560.html?fr=sycsrp_catchall",
"source": "USA TODAY Sports - Golfweek · via Yahoo Sports",
"publishedAt": "2026-07-23T11:31:38.363Z",
"snippet": "Follow along with Golfweek for live leaderboard updates, highlights, breaking news and more from...",
"page": 1,
"searchQuery": "breaking news",
"scrapedAt": "2026-07-23T12:31:38.363Z",
"publishedAtRaw": "1 hour ago",
"relativeTime": "1 hour ago"
}