Multi News Scraper - Google, Bing & Yahoo News API
Pricing
from $2.00 / 1,000 results
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
Maintained by CommunityActor 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
searchEngineso you can compare coverage across sources - Deduplicates across sources when possible
- Saves
SUMMARY,HEADLINES_BY_SOURCE, andERRORSkey-value outputs
No API key, login, or browser required.
Popular use cases
- 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
| Field | Type | Default | Description |
|---|---|---|---|
queries | string[] | - | Search terms |
queriesText | string | - | Queries as text, one per line or comma-separated |
searchEngines | string[] | [google, bing, yahoo] | News sources to scrape |
geo | string | "US" | Country/market code for Google and Bing |
language | string | "en" | Language code for Google and Bing |
maxItemsPerQuery | integer | 50 | Cap per query per source |
maxQueries | integer | 100 | Max search queries |
dedupe | boolean | true | Remove duplicate articles across sources |
requestDelayMs | integer | 500 | Delay between feed requests |
maxConcurrency | integer | 3 | Parallel feed requests |
proxyConfiguration | object | - | 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.