Google & Bing News Monitor - Brand Alerts API avatar

Google & Bing News Monitor - Brand Alerts API

Pricing

Pay per usage

Go to Apify Store
Google & Bing News Monitor - Brand Alerts API

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

Group Oject

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

a day ago

Last modified

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 searchEngine so you can compare coverage across sources
  • Deduplicates across Google and Bing 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.
  • 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

FieldTypeDefaultDescription
queriesstring[]-Search terms
queriesTextstring-Queries as text, one per line or comma-separated
searchEnginesstring[][google, bing]News sources to monitor
geostring"US"Country/market code
languagestring"en"Language code
maxItemsPerQueryinteger50Cap per query per search engine
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": "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.



Changelog

See CHANGELOG.md.