search_google_alerts
Search Google Alerts to find news articles on any topic by simulating a browser workflow, returning relevant results with direct URLs.
Instructions
Search Google Alerts for news articles about a specific topic by simulating the browser workflow
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query/topic to look for (e.g., '白银', 'artificial intelligence') | |
| language | No | Language code (e.g., 'zh-CN', 'en-US') | zh-CN |
| region | No | Region code (e.g., 'US', 'CN') | US |
| clean_urls | No | If true, removes Google redirect parameters to get direct target URLs (default: true) |