🔍 Google News Shopping Scholar Scraper avatar

🔍 Google News Shopping Scholar Scraper

Pricing

$4.00 / 1,000 results

Go to Apify Store
🔍 Google News Shopping Scholar Scraper

🔍 Google News Shopping Scholar Scraper

Extract Google news shopping scholar data — title, source, link, and more. Scrape by keyword, URL or ID. Export to JSON, CSV & Excel, use the API, schedule runs and integrate. No code required.

Pricing

$4.00 / 1,000 results

Rating

0.0

(0)

Developer

Jackie Chen

Jackie Chen

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 hours ago

Last modified

Categories

Share

Google News, Shopping & Scholar Scraper

google-news-shopping-scholar-scraper

Scrape Google News, Shopping, Scholar, Patents, Places, Web and Images results for any query — clean structured JSON, fast, with country/language and time filters.

Unofficial. Not affiliated with, authorized, or endorsed by Google. Independent tool that retrieves search results via a third-party API. Use it in compliance with all applicable terms and laws; you are responsible for how you use the retrieved data.

What it does

Pick a search type and pass one or more queries:

  • News — title, link, snippet, source, date, image.
  • Shopping — title, price, source, delivery, rating, offers, product ID, image.
  • Scholar / Patents — title, link, snippet, publication info, year, cited-by, PDF URL.
  • Places (Maps) — name, address, rating, category, phone, website, lat/long.
  • Web search / Images — organic results with snippets.

Country (gl), language (hl), results-per-query, and a time filter (tbs, e.g. past day/week/month) are all configurable.

Input

FieldTypeDefaultDescription
queriesstring[]["artificial intelligence"]Search terms; each queried separately.
searchTypeenumnewsnews / shopping / scholar / patents / places / search / images.
glstringusCountry code.
hlstringenLanguage code.
resultsPerQueryinteger10Results per query (1–100).
tbsstring""Optional time filter, e.g. qdr:d, qdr:w, qdr:m.
maxItemsinteger50Max total results.

Example input

{
"queries": ["nvidia earnings", "openai"],
"searchType": "news",
"gl": "us",
"tbs": "qdr:w",
"maxItems": 100
}

Output

One item per result, tagged with searchType and query. News example:

{
"searchType": "news",
"query": "nvidia earnings",
"position": 1,
"title": "Nvidia reports record quarterly revenue",
"link": "https://...",
"snippet": "...",
"source": "Reuters",
"date": "2 hours ago",
"imageUrl": "https://..."
}

Notes

  • Powered by the serper.dev Google API; transient rate-limits are retried with backoff.
  • News/Shopping/Places return a single page per query; Web/Scholar/Patents paginate.