Fast Google News Scraper avatar
Fast Google News Scraper
Try for free

3 days trial then $10.00/month - No credit card required now

View all Actors
Fast Google News Scraper

Fast Google News Scraper

aymorato/fast-google-news-scraper
Try for free

3 days trial then $10.00/month - No credit card required now

Extract details from Google News articles, such as images, titles, links, and other relevant information.

The Google News Scraper is a script designed to scrape Google News for each provided keyword and extract valuable data from the articles. This data includes:

  • Image: Image of the article - This is a visual representation of the news article.
  • Keyword: The specific keyword used to search for news articles.
  • Title: The headline or title of the news article.
  • Author: The author of the article. If the author is not available, it will default to null.
  • Source: The news organization or source where the article was published.
  • Published: The date and time when the article was published.
  • Link: The direct URL link to the news article.

Features

The Google News Scraper offers the following features:

  • Keyword Customization: Customize your news searches by using specific keywords. This helps you find articles that match your interests.
  • Filter Dates: Easily Stay updated on Google News by choosing specific timeframes, ranging from hours to years. If "1h" or "1d" is selected, the extraction is based on the actual article's published date, not the Google News published date.
  • No Usage Restrictions: Enjoy unlimited access to Google News data. There are no limits or usage.
  • Language & Region: You can adjust the language settings to match your preferences and target regions within Google News.

Updates:

  • Build 0.0.23:
    • Optimized code and removed unused dependencies, resulting in a significantly reduced memory (RAM) footprint.
  • Build 0.0.27:
    • Added Article News Domain
  • Build 0.0.29:
    • This build significantly improves performance.

Sample Input

1{
2    "keywords": [
3        "renewable energy",
4        "environment",
5        "climate change"
6    ],
7    "maxItems": 100,
8    "dateTime": "1d"
9}

Sample Ouput:

1[{
2  "keyword": "renewable energy",
3  "title": "Alberta to ban some renewable energy projects, greens say move is 'uncertainty bomb'",
4  "link": "https://www.reuters.com/world/americas/canadas-alberta-set-ban-renewables-projects-prime-land-report-2024-02-28/",
5  "author": "David Ljunggren",
6  "source": "Reuters Canada",
7  "published": "2024-02-28T20:53:00Z",
8  "domain": "www.reuters.com",
9  "image": "https://www.reuters.com/resizer/6dRXj-n9Fl_pT5IRZeNje3er704=/1920x1005/smart/filters:quality(80)/cloudfront-us-east-2.images.arcpublishing.com/reuters/6PASNAKCHBM6NCD4OQU7JWHIKE.jpg"
10},
11{
12  "keyword": "environment",
13  "title": "A sad day for human rights, the environment and the competitiveness of European businesses.",
14  "link": "https://www.greens-efa.eu/en/article/press/a-sad-day-for-human-rights-the-environment-and-the-competitiveness-of-european-businesses",
15  "author": "Guendalina De Sario",
16  "source": "Greens/EFA",
17  "published": "2024-02-28T18:33:40Z",
18  "domain": "www.greens-efa.eu",
19  "image": "https://www.greens-efa.eu/files/assets/imgs/list/untitled_design__2_.png"
20},
21{
22  "keyword": "climate change",
23  "title": "The False Promise of Carbon Capture as a Climate Solution",
24  "link": "https://www.scientificamerican.com/article/the-false-promise-of-carbon-capture-as-a-climate-solution/",
25  "author": "Naomi Oreskes",
26  "source": "Scientific American",
27  "published": "2024-02-29T04:33:01Z",
28  "domain": "www.scientificamerican.com",
29  "image": "https://static.scientificamerican.com/sciam/cache/file/D29CEBBD-06F4-4E7A-BBDC282C186937E1_source.jpg?w=1200"
30}]
Developer
Maintained by Community
Actor metrics
  • 10 monthly users
  • 2 stars
  • 99.8% runs succeeded
  • Created in Mar 2024
  • Modified about 12 hours ago