Google Discover Feed Scraper avatar

Google Discover Feed Scraper

Pricing

from $3.99 / 1,000 results

Go to Apify Store
Google Discover Feed Scraper

Google Discover Feed Scraper

Scrape Google Discover feed content and extract article titles, publishers, URLs, publication dates, snippets, images, topics, and other available metadata. Export data to JSON, CSV, Excel, or API for news monitoring, trend analysis, content research, and market insights.

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

ScrapeAI

ScrapeAI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Google Discover Scraper

Scrapes topic-based news from Google News/Discover feed.


How to Run on Apify

  1. Go to apify.com and sign in.
  2. Find Google Discover Scraper in the Apify Store.
  3. Click Try for free and configure the input.
  4. Click Start to run the actor.
  5. View results in the Dataset tab of the actor run.

Input

Configure via the Apify Console or by passing a JSON input:

{
"query": "example search",
"maxResults": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

See input_schema.json for the full list of supported input fields.


Output

Results are stored in the Apify Dataset. Each record includes:

  • Core data fields specific to this actor's content type
  • A metadata object with: url, crawledAt, actorId, runId

Key Features

  • Residential proxy support via Apify Proxy (RESIDENTIAL group)
  • Automatic Google consent/cookie wall handling
  • CAPTCHA detection with detailed warnings
  • Pagination support for large result sets
  • Clean, structured dataset output

Proxy Configuration

Uses Apify Residential proxies by default:

{
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}

Switch to datacenter proxies or your own proxy by modifying proxyConfiguration in the input.