Google News Scraper
No credit card required
Google News Scraper
No credit card required
π Transform your news monitoring with our Google News Scraper - the ultimate API alternative for real-time news collection. Built for developers, this solution provides structured news data across 70+ region/language combinations.
π Google News Scraper
π‘ If you'd like to request new Google Trends data features, feel free to open an issue
Extract news articles from Google News with a reliable scraping API! Get structured news data ready for integration, with customizable options for metadata extraction. Perfect for news monitoring, media analysis, and content aggregation, our solution automatically extracts and organizes articles from any region and language combination.
β¨ What You'll Get
π Available Data
- Article titles and sources
- Publication dates
- Article URLs (decoded from Google News redirects)
- Article descriptions (optional)
- Article images (optional)
- Multi-region and multi-language support
Data Structure Details
Field | Type | Description | Optional |
---|---|---|---|
titre | string | Article title | no |
source | string | News source name | no |
date | string | Publication date | no |
url | string | Direct article URL | no |
description | string | Article description | yes |
image | string | Article Image | yes |
π Performance Features
β‘οΈ Lightning Fast:
- Concurrent article processing
- Optimized resource usage
- Smart retry mechanism with exponential backoff
π οΈ Smart Handling:
- Flexible proxy configuration
- HTML content cleaning
- Error handling with retries
- Metadata validation
- Configurable extraction options
π Global Coverage:
- 70+ region/language combinations
- Multiple time range options
- Standardized output format
- Clean, structured data
π Quick Start
Input Parameters
Parameter | Type | Default | Description |
---|---|---|---|
keyword | string | required | The search term to find news articles |
region_language | string | US:en | Region and language combination |
date | string | 30d | Time range for articles |
max_articles | integer | 20 | Maximum number of articles to process |
extract_image | boolean | false | Enable image URL extraction |
extract_description | boolean | false | Enable description extraction |
proxy_type | string | RESIDENTIAL | Type of proxy to use |
Time Ranges Available
Value | Description |
---|---|
1h | Past hour |
1d | Past 24 hours |
7d | Past week |
30d | Past month (default) |
1y | Past year |
Input Example
1{ 2 "keyword": "artificial intelligence", 3 "region_language": "US:en", 4 "date": "7d", 5 "max_articles": 50, 6 "extract_image": true, 7 "extract_description": true, 8 "proxy_type": "RESIDENTIAL" 9}
Output Example
1{ 2 "image": "https://example.com/article-image.jpg", 3 "titre": "Breaking News: Major AI Breakthrough Announced", 4 "source": "Tech News Daily", 5 "description": "Scientists have achieved a significant milestone in artificial intelligence research...", 6 "date": "2024-01-12T10:30:00Z", 7 "url": "https://technewsdaily.com/ai-breakthrough" 8}
π‘ Pro Tips
- Use appropriate proxy type for better reliability
- Enable image and description extraction only when needed
- Choose time range based on your needs:
- Need latest news? Use 1h or 1d
- Adjust max_articles based on your requirements (0 for all available)
- Pick the right region_language combination for targeted results
π Reliability & Performance
- Automatic proxy rotation
- Smart retry mechanism
- Rate limiting compliance
- HTML content cleaning
- Efficient concurrent processing
- Optional metadata extraction
- Robust error handling
π€ Support
Need help? Have questions? We're here to help!
- If you'd like to request new features, feel free to open an issue
- For technical support or questions, open an issue
- Check the documentation for detailed usage instructionsgritagee
Actor Metrics
3 monthly users
-
0 No stars yet
>99% runs succeeded
Created in Jan 2025
Modified 17 hours ago