Apify Store
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

FieldTypeDescription
maxItems*integerMaximum number of search results to retrieve default 100
query*stringThe search term to use default "Elon Musk"
glstring (af | al | dz | as | ad | ao)The Google country to use for the query
hlstring (af | ak | sq | am | ar | hy)The Google UI language to return results
lrstring (lang_ar | lang_hy | lang_be | lang_bg | lang_ca | lang_zh-cn)Limit the results to a specific language
crstring (af | al | dz | as | ad | ao)Limit the results to a specific country
time_periodstring (last_hour | last_day | last_week | last_month | last_year | custom)Time period for results
time_period_minstringMinimum date for custom time period (MM/DD/YYYY)
time_period_maxstringMaximum date for custom time period (MM/DD/YYYY)
nfprintegerExclude results from auto-corrected queries (0 or 1)
filterintegerEnable/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 120
mcp
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.