AS
Apify Store
/easyapi/google-news-scraper
Google News Scraper
Powerful Google News scraper, collect up to 5000 news articles with flexible search options, language support. Perfect for news aggregation, market research, and sentiment analysis. 📰🔍
liveasyncunknown~30s typical
newsgoogle
$0.0063
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.005 per result; Cracked adds 25% plus a $0.005 call fee
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 /easyapi/google-news-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| maxItems* | integer | Maximum number of search results to retrieve default 100 |
| query* | string | The search term to use default "Elon Musk" |
| gl | string (af | al | dz | as | ad | ao) | The Google country to use for the query |
| hl | string (af | ak | sq | am | ar | hy) | The Google UI language to return results |
| lr | string (lang_ar | lang_hy | lang_be | lang_bg | lang_ca | lang_zh-cn) | Limit the results to a specific language |
| cr | string (af | al | dz | as | ad | ao) | Limit the results to a specific country |
| time_period | string (last_hour | last_day | last_week | last_month | last_year | custom) | Time period for results |
| time_period_min | string | Minimum date for custom time period (MM/DD/YYYY) |
| time_period_max | string | Maximum date for custom time period (MM/DD/YYYY) |
| nfpr | integer | Exclude results from auto-corrected queries (0 or 1) |
| filter | integer | Enable/disable Similar Results and Omitted Results filters (0 or 1) |
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":"/easyapi/google-news-scraper","input":{"maxItems":100,"query":"Elon Musk"},"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 /easyapi/google-news-scraper -i '{"maxItems":100,"query":"Elon Musk"}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/easyapi/google-news-scraper", input: {"maxItems":100,"query":"Elon Musk"}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.