Google News Scraper avatar

Google News Scraper

Try for free

No credit card required

Go to Store
Google News Scraper

Google News Scraper

data_xplorer/google-news-scraper
Try for free

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.

trends scraper

✨ 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

FieldTypeDescriptionOptional
titrestringArticle titleno
sourcestringNews source nameno
datestringPublication dateno
urlstringDirect article URLno
descriptionstringArticle descriptionyes
imagestringArticle Imageyes

πŸš€ 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

ParameterTypeDefaultDescription
keywordstringrequiredThe search term to find news articles
region_languagestringUS:enRegion and language combination
datestring30dTime range for articles
max_articlesinteger20Maximum number of articles to process
extract_imagebooleanfalseEnable image URL extraction
extract_descriptionbooleanfalseEnable description extraction
proxy_typestringRESIDENTIALType of proxy to use

Time Ranges Available

ValueDescription
1hPast hour
1dPast 24 hours
7dPast week
30dPast month (default)
1yPast 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
Developer
Maintained by Community

Actor Metrics

  • 3 monthly users

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 17 hours ago