Learn about the Google News Scraper Tool used by the Newsletter AI Agent
BaseTool
that interacts with the Apify Super Fast Google News Scraper actor. Here’s the implementation:
Parameter | Type | Description | Default |
---|---|---|---|
keywords | List[str] | The keywords used to search for news articles | Required |
language | str | Language and country code for the search (e.g., “US:en”) | “US:en” |
maxItems | int | Maximum number of items to scrape for each keyword | 20 |
title
: The title of the news articlelink
: The URL of the news articlesource
: The source of the news article (e.g., “CNN”, “BBC”)publishedAt
: The date the article was publishedsnippet
: A brief snippet or summary of the article