Bing News Scraper avatar

Bing News Scraper

Pricing

from $3.99 / 1,000 results

Go to Apify Store
Bing News Scraper

Bing News Scraper

Extract Bing News search results with detailed article metadata such as headline, direct URL, publisher name, summary snippet, thumbnail image, topic category, and publication timestamp.

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

ScrapeAI

ScrapeAI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Share

Extract Bing News search results with detailed article metadata such as headline, direct URL, publisher name, summary snippet, thumbnail image, topic category, and publication timestamp.

Features

  • Keyword search — find news articles by topic, brand, person, or event
  • Article extraction — collect title, URL, snippet, source/publisher, and publication date
  • Thumbnail support — extract article preview images when available
  • Category detection — capture article categories such as business, sports, tech, entertainment, and more
  • Time filtering — narrow results by latest news, past 24 hours, week, or month
  • Automatic pagination — collect news across multiple result pages
  • Structured JSON output — clean, machine-readable data for analytics and monitoring
  • Cloud-ready — runs on Apify with scheduling, proxy rotation, dataset storage, API access, and webhook support

Extracted Data

  • Title — news headline
  • URL — direct article link
  • Source / Publisher — news outlet name
  • Snippet — article preview text
  • Thumbnail — preview image URL
  • Category — article topic classification
  • Publication date — article publish timestamp
  • Ranking position — result order in Bing News

Use Cases

  • News aggregation platforms
  • Brand mention tracking and PR monitoring
  • Competitor news intelligence
  • Market trend analysis
  • Event monitoring and alerts
  • Building structured news datasets for research or AI training

Input

FieldTypeDefaultRequiredDescription
querystringThe news search query.
maxItemsinteger50Maximum number of news articles to scrape.
sortBystringdateSort news results by date or relevance. Options: date, relevance
timeRangestringanyFilter news by how recent they are. Options: any, day, week, month
proxyConfigurationobjectApify ResidentialProxy settings. Residential proxy is strongly recommended

Example Output

{
"position": 1,
"title": "Artificial Intelligence News Live: New study ranks generative AI models on user privacy protections",
"url": "https://www.moneycontrol.com/world/artificial-intelligence-news-live-updates-25-06-2025-alpha-liveblog-13173840.html",
"source": "source_value",
"snippet": "Welcome to our live blog tracking the latest developments in Artificial Intelligence. Stay updated with real-time insights ...",
"thumbnail": "https://th.bing.com/th?id=ONUT.sRbsDRPvnoeKmad5QJpvfA&pid=News&w=234&h=132&c=14&rs=2&qlt=90",
"category": "category_value",
"isBreaking": "isBreaking_value",
"relatedCount": "relatedCount_value",
"isPaywall": "isPaywall_value",
"publishedAt": "2026-06-22T08:15:35.396Z",
"query": "artificial intelligence",
"scrapedAt": "2026-06-22T08:27:35.408Z"
}