Google & Bing News Monitor - Brand Alerts API
Pricing
Pay per usage
Google & Bing News Monitor - Brand Alerts API
Monitor Google News and Bing News by keyword for brand alerts, competitor tracking, market research, headlines, sources, dates, snippets, and URLs. No API key required.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Group Oject
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
a day ago
Last modified
Categories
Share
Monitor Google News and Bing News from one Actor. Search one or many queries and get a unified dataset of headlines, sources, publish dates, snippets, news links, and decoded publisher 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, or both
- Accepts multiple queries or pasted query lists
- Returns one normalized row per article
- Adds
searchEngineso you can compare coverage across sources - Deduplicates across Google and Bing 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.
- Cross-source news monitoring - compare Google News and Bing News 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"],"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] | News sources to monitor |
geo | string | "US" | Country/market code |
language | string | "en" | Language code |
maxItemsPerQuery | integer | 50 | Cap per query per search engine |
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": "bing","query": "openai","queryType": "search","title": "OpenAI ships new model and tools","newsUrl": "https://www.bing.com/news/apiclick.aspx?...","googleNewsUrl": null,"bingNewsUrl": "https://www.bing.com/news/apiclick.aspx?...","articleUrl": "https://www.theverge.com/openai...","source": "The Verge","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"}
articleUrl is decoded from Bing News links when Bing includes the publisher URL. Google News rows keep the Google News RSS redirect link as googleNewsUrl.
Related tools
Changelog
See CHANGELOG.md.