Super Fast Google News Scraper (pay per result) avatar

Super Fast Google News Scraper (pay per result)

Try for free

Pay $1.00 for 1,000 results

Go to Store
Super Fast Google News Scraper (pay per result)

Super Fast Google News Scraper (pay per result)

aymorato/super-fast-google-news-scraper-pay-per-result
Try for free

Pay $1.00 for 1,000 results

Experience the fast and efficient Google News scraper! It can extract a large amount of items in seconds and requires only 256 MB of RAM to run.

Developer
Maintained by Community

Actor Metrics

  • 200 monthly users

  • No reviews yet

  • 31 bookmarks

  • 97% runs succeeded

  • 5.4 days response time

  • Created in Mar 2024

  • Modified 5 months ago

Categories

Super Fast Google News Scraper

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)
  • Lightweight (require only 256mb to run)
  • Super Fast (It can extract a large amount of items in seconds)

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 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:

1{
2    "keywords": [
3        "climate change"
4    ]
5}

Sample Ouput:

1[{
2  "keyword": "climate change",
3  "title": "WASH considerations in key national climate change policies",
4  "link": "https://www.graphic.com.gh/news/general-news/ghana-news-wash-considerations-in-key-national-climate-change-policies.html",       
5  "source": "Graphic Online",
6  "published": "2024-03-25T06:50:08Z",
7  "domain": "www.graphic.com.gh",
8  "image": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSVaL97MoMZsWxSwZF9d0e-j0AgCxbyA8FVeEajWEGoT5U-cdq2PZXb0gQ0ojaAR0rhKvlNu_V0H7T9f9EAVY4"
9}
10{
11  "keyword": "climate change",
12  "title": "CCC: NAP 'critical enabler' to achieve global climate resilience goals",
13  "link": "https://www.pna.gov.ph/articles/1221487",
14  "source": "pna.gov.ph",
15  "published": "2024-03-25T08:30:28Z",
16  "domain": "www.pna.gov.ph",
17  "image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRddlSmo-XGkLqnPAuiR52MYJMYCmgEbLiZHbIyUF8s8kzcwDUv2k7znq4bEC9Qe1ojHd9YTNgGfL2JzpNMGOw"
18}
19{
20  "keyword": "climate change",
21  "title": "Climate Change Research Grant Recipients Announced",
22  "link": "https://www.looppng.com/png-news/climate-change-research-grant-recipients-announced-125348",
23  "source": "Loop PNG",
24  "published": "2024-03-25T01:55:00Z",
25  "domain": "www.looppng.com",
26  "image": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQtHfHISgSnHZGwE9JW0Yd77MYGG_ETGqfyT1OpO3nsp5Q3XVYqKiAHqk_i7rQHA32Xpm2oLk5izxNh8MVZrL8"
27}]