Multi News Scraper - Google, Bing & Yahoo News API avatar

Multi News Scraper - Google, Bing & Yahoo News API

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Multi News Scraper - Google, Bing & Yahoo News API

Multi News Scraper - Google, Bing & Yahoo News API

Scrape Google News, Bing News, and Yahoo News by keyword for brand monitoring, competitor tracking, market research, headlines, sources, dates, snippets, and article URLs. No API key required.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Group Oject

Group Oject

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrape Google News, Bing News, and Yahoo News from one Actor. Search one or many queries and get a unified dataset of headlines, publishers, publish dates, snippets, news links, source engine, and article URLs when available.

Use it for brand monitoring, competitor tracking, PR alerts, market research, crisis monitoring, and AI/news pipelines.

What it does

  • Searches Google News, Bing News, Yahoo News, or any combination
  • Accepts multiple queries or pasted query lists
  • Returns one normalized row per article
  • Adds searchEngine so you can compare coverage across sources
  • Deduplicates across sources when possible
  • Saves SUMMARY, HEADLINES_BY_SOURCE, and ERRORS key-value outputs

No API key, login, or browser required.

  • Brand alerts - monitor your brand, executives, products, and competitors.
  • Multi-source news monitoring - compare Google, Bing, and Yahoo coverage.
  • Competitor launch tracking - watch funding, partnerships, acquisitions, and product launches.
  • Crisis monitoring - track lawsuits, outages, breaches, recalls, and controversies.
  • Market research - follow AI, crypto, healthcare, real estate, climate, or finance topics.
  • LLM news pipelines - feed structured current news into dashboards and AI workflows.

Example input

{
"queries": ["openai", "climate tech", "interest rates"],
"searchEngines": ["google", "bing", "yahoo"],
"geo": "US",
"language": "en",
"maxItemsPerQuery": 25,
"dedupe": true
}

Input

FieldTypeDefaultDescription
queriesstring[]-Search terms
queriesTextstring-Queries as text, one per line or comma-separated
searchEnginesstring[][google, bing, yahoo]News sources to scrape
geostring"US"Country/market code for Google and Bing
languagestring"en"Language code for Google and Bing
maxItemsPerQueryinteger50Cap per query per source
maxQueriesinteger100Max search queries
dedupebooleantrueRemove duplicate articles across sources
requestDelayMsinteger500Delay between feed requests
maxConcurrencyinteger3Parallel feed requests
proxyConfigurationobject-Optional proxy settings for high volume

At least one of queries or queriesText is required.

Output

{
"searchEngine": "yahoo",
"query": "openai",
"queryType": "search",
"title": "OpenAI ships new model and tools",
"newsUrl": "https://news.yahoo.com/...",
"googleNewsUrl": null,
"bingNewsUrl": null,
"yahooNewsUrl": "https://news.yahoo.com/...",
"articleUrl": "https://news.yahoo.com/...",
"source": "Yahoo News",
"publishedAt": "2026-06-18T14:30:00.000Z",
"snippet": "OpenAI ships new model...",
"guid": "ABC123",
"position": 1,
"geo": "US",
"language": "en",
"fetchedAt": "2026-06-18T15:00:00.000Z"
}

Google News rows keep the Google News RSS redirect link as googleNewsUrl. Bing rows include decoded publisher URLs as articleUrl when Bing provides them. Yahoo rows generally include direct Yahoo article URLs.