Bing News Scraper
Pricing
Pay per usage
Go to Apify Store

Bing News Scraper
Scrape news articles from Bing News search — titles, URLs, sources, publish dates, snippets, and thumbnails. Supports keyword search, date filtering, and regional markets. No API key required.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Monkey Coder
Maintained by Community
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Share
📰 Bing News Scraper
Scrape news articles from Bing News search results — titles, URLs, sources, publish dates, snippets, and thumbnails. Supports multiple keyword search, date sorting, and regional markets. No API key required.
✨ Features
- Multi-Keyword Search: Search for news across multiple topics in a single run
- RSS + HTML Scraping: Uses Bing's RSS feed for clean data, with HTML scraping fallback
- Date Sorting: Sort results by relevance or most recent
- Regional Markets: Target 10+ markets including US, UK, Germany, France, Japan, and more
- Rich Data: Extracts title, URL, source, publish date, snippet, and thumbnail for each article
🔧 How It Works
- Configure your search keywords (comma-separated for multiple topics)
- Set the max results per keyword, sort order, and target market
- The Actor queries Bing News via RSS feed (primary) with HTML scraping fallback
- Results are pushed to the Apify dataset as structured JSON
📋 Input Parameters
| Parameter | Type | Description |
|---|---|---|
search_keywords | string | Comma-separated keywords (e.g., artificial intelligence, tesla) |
max_results | integer | Max articles per keyword (1–100, default: 30) |
sort_by | string | relevance or date (most recent first) |
market | string | Target market: en-US, en-GB, de-DE, fr-FR, ja-JP, etc. |
📊 Sample Output
{"title": "OpenAI Announces New GPT Model With Enhanced Reasoning","url": "https://www.example.com/article/openai-new-model","snippet": "OpenAI has unveiled its latest language model featuring significantly improved reasoning capabilities and reduced hallucination rates...","source": "TechCrunch","published": "Mon, 17 Mar 2026 14:30:00 GMT","thumbnail": "https://www.bing.com/th?id=OVFT.example&pid=News","search_keyword": "artificial intelligence","fetched_at": "2026-03-18T08:00:00.000000"}
⚡ Rate Limits
This Actor scrapes Bing News directly — no API key required. Built-in rate limiting ensures reliable operation:
- 1.5s delay between pagination requests
- Automatic retry on HTTP 429 (rate limit) responses
- ~30 articles per keyword: Completes in ~5-10 seconds
- Multiple keywords: Processed sequentially with delays
📝 Notes
- Data is scraped from Bing News search results in real-time
- RSS feed is used as the primary data source for cleaner, more structured output
- If RSS returns no results, the Actor automatically falls back to HTML scraping
- Article URLs link directly to the original source websites
- Thumbnails are Bing-cached images and may expire after some time
- For best results, use specific search terms rather than very broad keywords