Google News Scraper

Google News Scraper

by akash9078

A simple API to scrape and structure Google News results. Send an HTTP request, get clean JSON data for headlines, sources, and links—no parsing needed.

242 runs
13 users
Try This Actor

Opens on Apify.com

About Google News Scraper

Need to pull the latest news from Google without dealing with the messy HTML? I built this Google News Scraper for exactly that. It's a straightforward API that turns Google News search results into clean, structured JSON data you can use immediately. You send a simple HTTP request with your search query, and it returns the headlines, sources, dates, and links in a format that's ready for your database, analysis, or application. I use it all the time to monitor brand mentions, track industry trends, or gather data for machine learning projects. It saves hours of manual scraping and parsing. Since it runs on Apify's infrastructure, you don't have to worry about getting blocked by Google—it handles proxies and browser rotation for you. Just plug in your search terms, get the data, and focus on building your project. It's a developer tool that does one job and does it well.

What does this actor do?

Google News Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Google News Scraper

An Apify actor that searches Google News and returns structured results. It's optimized for speed and reliability, delivering clean JSON data for news articles without extracting the full content.

Key Features

  • Fast and Focused: Average execution under 5 seconds, exclusively searching Google News.
  • Structured JSON Output: Returns news titles, URLs, and publication dates in a consistent format.
  • Reliable: Built-in error handling, retries, and timeout management with a high success rate.
  • Memory Efficient: Runs optimally on 1GB-2GB of memory.
  • Easy Integration: Simple input/output structure with ready-to-use client examples.

How to Use

Run the actor via the Apify CLI or integrate it directly into your application.

Basic CLI call:

apify call google-news-scraper --query "your news search terms" --maxResults 10

Python Integration:

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("google-news-scraper").call(
    input={
        "query": "technology news 2024",
        "maxResults": 15
    }
)

JavaScript Integration:

const { ApifyClient } = require('apify-client');
const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });
const run = await client.actor('google-news-scraper').call({
    query: "tech news updates",
    maxResults: 10
});

Input & Output

Input Parameters:
* query (required): Your Google News search string.
* maxResults (optional, default: 20): Number of results to return (1-100).

Output Format:
The actor returns a JSON object with the search query and an array of news results.

{
  "query": "search terms",
  "results": [
    {
      "title": "Article Title",
      "url": "https://example.com/article",
      "published_date": "2024-01-20T08:00:00"
    }
  ]
}

Performance & Notes

  • Runtime: Typically 2-5 seconds.
  • Use Cases: News research, real-time monitoring, trend analysis, and API integration.
  • Compliance: Respects robots.txt, only collects public article metadata, and follows ethical scraping practices.
  • Pricing: Pay-per-use with a free tier available for testing.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Google News Scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
akash9078
Pricing
Paid
Total Runs
242
Active Users
13
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support