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:
The Google News Scraper offers the following features:
1{ 2 "keywords": [ 3 "renewable energy", 4 "environment", 5 "climate change" 6 ], 7 "maxItems": 100, 8 "dateTime": "1d" 9}
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}]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!