Google News Scraper - Cheap

Google News Scraper - Cheap

by bot_kevin

Easily scrape news from Google News page in .json format.

749 runs
56 users
Try This Actor

Opens on Apify.com

About Google News Scraper - Cheap

Easily scrape news from Google News page in .json format.

What does this actor do?

Google News Scraper - Cheap 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

Scrape all Google News data Our Google News Scraper allows you to extract news metadata such as title, link, source, publication date. The search is query-based but you can also extract general news by using an empty query. The actor has a simple interface where you can specify your query as well as the language you want to use for news titles. Google News Scraper doesn't limit the number of results you can view which is a significant advantage when compared to manual browsing using Google News website. While using a regular Google News search, you'll only get approximately 100 results for your query. ## How it works bash import { ApifyClient } from 'apify-client'; const client = new ApifyClient({ token: '<YOUR_API_TOKEN>', }); const input = { "query": "food", // or null (all) "lang": "en", "country": "US", "maxItems": 100 }; (async () => { const run = await client.actor("bot_kevin/Google-News-Scraper").call(input); const { items } = await client.dataset(run.defaultDatasetId).listItems(); console.log(await items); })(); ## Sample output bash { title: 'Miss Manners: Should I have told him that his fancy food was awful? - The Mercury News', description: 'Miss Manners: Should I have told him that his fancy food was awful?', link: 'https://news.google.com/rss/articles/M6Ly93d3cubWVWhpcy1mYW5jeS1mb29kLXdhcy1hd2Z1bC9hbXAv?oc=5', companyName: 'The Mercuryd News', companyUrl: 'https://www.mercurynews.om', pubDateUnix: 1709918779 }

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 - Cheap now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
bot_kevin
Pricing
Paid
Total Runs
749
Active Users
56
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