Super Fast Google News Scraper avatar
Super Fast Google News Scraper

Pricing

$10.00/month + usage

Go to Store
Super Fast Google News Scraper

Super Fast Google News Scraper

Developed by

Alwin Morato

Alwin Morato

Maintained by Community

Efficiently extract direct links to the latest Google News articles from the past 24 hours.

0.0 (0)

Pricing

$10.00/month + usage

1

Total users

16

Monthly users

1

Runs succeeded

>99%

Last modified

a day ago

Extract the latest Google news articles from the past 24 hours with our fast and efficient scraper. It can gather a large number of results for a low price.

Features:

  • Extract News Articles from the Past 24 Hours (based on actual article published date, not on Google News published date)
  • Extract Article Direct Links

Adjust Memory Limit via API

You can adjust the memory limit for the actor run via the API call, helping to prevent out-of-memory (OOM) errors.

To set the memory limit to 4 GB or more and trigger the actor run, use this GET request:

$GET https://api.apify.com/v2/acts/aymorato~super-fast-google-news-scraper-pay-per-result/runs?memory=4096&token=YOUR_API_TOKEN

Replace YOUR_API_TOKEN with your actual API token.

Sample Input:

{
"keywords": [
"climate change"
]
}

Sample Ouput:

[{
"keyword": "climate change",
"title": "WASH considerations in key national climate change policies",
"link": "https://www.graphic.com.gh/news/general-news/ghana-news-wash-considerations-in-key-national-climate-change-policies.html",
"source": "Graphic Online",
"published": "2024-03-25T06:50:08Z",
"domain": "www.graphic.com.gh",
"image": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSVaL97MoMZsWxSwZF9d0e-j0AgCxbyA8FVeEajWEGoT5U-cdq2PZXb0gQ0ojaAR0rhKvlNu_V0H7T9f9EAVY4"
}
{
"keyword": "climate change",
"title": "CCC: NAP 'critical enabler' to achieve global climate resilience goals",
"link": "https://www.pna.gov.ph/articles/1221487",
"source": "pna.gov.ph",
"published": "2024-03-25T08:30:28Z",
"domain": "www.pna.gov.ph",
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRddlSmo-XGkLqnPAuiR52MYJMYCmgEbLiZHbIyUF8s8kzcwDUv2k7znq4bEC9Qe1ojHd9YTNgGfL2JzpNMGOw"
}
{
"keyword": "climate change",
"title": "Climate Change Research Grant Recipients Announced",
"link": "https://www.looppng.com/png-news/climate-change-research-grant-recipients-announced-125348",
"source": "Loop PNG",
"published": "2024-03-25T01:55:00Z",
"domain": "www.looppng.com",
"image": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQtHfHISgSnHZGwE9JW0Yd77MYGG_ETGqfyT1OpO3nsp5Q3XVYqKiAHqk_i7rQHA32Xpm2oLk5izxNh8MVZrL8"
}]