Google News Scraper Pulse avatar
Google News Scraper Pulse

Pricing

Pay per event

Go to Apify Store
Google News Scraper Pulse

Google News Scraper Pulse

Scrape Google News headlines, keyword searches, or custom feeds with language/region control, time filters, optional images, and proxy toggle. Outputs structured story data ready for intelligence dashboards or monitoring pipelines.

Pricing

Pay per event

Rating

0.0

(0)

Developer

VMovies - Global

VMovies - Global

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Categories

Share

Keep your briefing decks, newsletters, or alerting bots stocked with the latest headlines straight from Google News. Google News Scraper Pulse is a professional actor made for Apify Marketplace customers who need dependable, structured story data without fiddling with scrapers or browser automation.

Why teams pick Google News Scraper Pulse

  • Editorial-grade signals – capture title, destination URL, publisher, optional author, timestamps, and preview image for every visible article card.
  • Dial in the workload – the maxItems limit protects your runs, credits, and automations from ballooning.
  • Proxy-aware by design – point the actor at any Apify Proxy group (or none) depending on the geography you need to emulate.
  • Drop-in data exports – each run lands in the default dataset so you can export JSON, CSV, XML, RSS, or plug it into Webhooks / Integrations immediately.

What you get per item

{
"title": "India and China trade barbs after passenger detained at Shanghai airport",
"url": "https://news.google.com/...",
"source": "BBC",
"author": "Cherylann Mollan",
"timeText": "8 hours ago",
"datetime": "2025-11-26T07:30:38Z",
"imageUrl": "https://news.google.com/api/attachments/...",
"scrapedAt": "2025-11-26T16:19:01.329Z"
}

No extra parsing on your side—just stream the dataset or schedule exports.

Configuration at a glance

FieldRequiredDescription
startUrlsAny Google News landing page, topic hub, or search query you want to monitor.
maxItemsOptional (default 50)Hard stop for how many article cards get processed per run.
proxyConfigurationOptional (default Apify Proxy auto)Choose residential/datacenter groups or disable if your IP is already trusted.

Launching a run

  1. Open the actor page on Apify Marketplace and click Run.
  2. Paste one or more startUrls (the Request List editor is perfect for multiple categories or searches).
  3. Set your maxItems limit and proxy preference.
  4. Start the run. When it finishes, open the default dataset to download or connect downstream.

Automate it via API

curl "https://api.apify.com/v2/acts/OWNER~google-news-scraper-pulse/run-sync?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"startUrls": [{"url": "https://news.google.com/search?q=ai+investments"}],
"maxItems": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}'

Use the returned dataset ID with https://api.apify.com/v2/datasets/<DATASET_ID>/items?format=csv (or json/xml) to pull results into your BI stack or Zapier/Make workflows.

  • Daily news briefings for leadership or investor relations teams.
  • Monitoring competitor coverage across regions and languages.
  • Seeding newsroom dashboards or Slack alerts with fresh angles to pursue.
  • Feeding LLM pipelines that need continuously updated, high-signal news snippets.

Compliance & support

  • All usage happens through the Apify platform. Feature requests go straight to the vendor via the Marketplace contact button.
  • Please respect Google News terms of service and Apify’s platform rules—especially around frequency, geography, and redistribution.
  • Looking for custom fields, SLA-backed runs, or white-label delivery? Reach out through the Marketplace listing and we’ll scope it with you.