AS
Apify Store
/data_xplorer/google-news-scraper-fast
Search Google News
Scrape Google News in real time, including images and descriptions. This tool extracts complete structured data: high-resolution visuals, full, titles, sources, dates, and direct URLs.
liveverifiedasyncunknown~30s typical
google newsnewsarticles
$0.0020
per result + $0.01 call
plus $0.001 platform fee per run
Usage-based actor: event charges passed through at cost plus 25%
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /data_xplorer/google-news-scraper-fast for me.
Input
| Field | Type | Description |
|---|---|---|
| keywords | array | List of keywords to search for. You can use Google News search operators: - Use '-' to exclude words (e.g. 'bitcoin -ethereum') - Use 'site:' to filter by specific website (e.g. 'bitcoin site:cnn.com') - Use 'OR' to search for multiple terms (e.g. 'bitcoin OR ethereum') - Use quotes for exact match (e.g. '"bitcoin price"') default [] |
| topics | array | Select one or more predefined Google News topics to scrape. default [] |
| topicUrls | array | Provide custom Google News topic or section URLs to scrape. Useful for niche topics not in the predefined list. Example: https://news.google.com/topics/CAAqJggKIiBDQkFTRWdvSUwyMHZNRGx1YlY4U0FtVnVHZ0pWVXlnQVAB default [] |
| maxArticles | integer | Maximum number of news to extract per keyword or topic (0 = no limit) default 100 |
| timeframe | string (1h | 1d | 7d | 30d | 1y | all) | Time period for the news search. Note: this filter applies mainly to keyword searches. Topic pages return their own curated results. default "1h" |
| region_language | string (US:en | SK:sk | AU:en | BW:en | CA:en | ET:en) | Region and language for news search default "US:en" |
| decodeUrls | boolean | If enabled, decodes Google News URLs to get the original article URLs. Note: This will significantly slow down the scraping process as each URL needs to be decoded individually. default false |
| extractDescriptions | boolean | If enabled, extracts the meta description from each article page. Note: This will significantly slow down the scraping process. default false |
| extractImages | boolean | Fetches the og:image from each article page when no image is available (mainly for RSS/topic results). When this option is not explicitly set, images are extracted by default. Toggle OFF to skip image extraction and speed up scraping. default true |
| proxyConfiguration | object | Configure Apify Proxy. Residential proxies recommended for best results. default {"useApifyProxy":true} |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/data_xplorer/google-news-scraper-fast","input":{"query":"GLP-1","maxItems":30},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /data_xplorer/google-news-scraper-fast -i '{"query":"GLP-1","maxItems":30}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/data_xplorer/google-news-scraper-fast", input: {"query":"GLP-1","maxItems":30}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.