Google

With Web Scraper API, you can scrape and parse various types of Google pages; below is an overview of all supported scrapers and their respective source values.

Source
Description
Dedicated parser

google_search

SERPs.

Yes.

google_shopping

Serach results for a search term of your choice.

Yes.

google_local

Serach results from the Google Local page

Yes.

google_videos

scrape SERP results from Google Videos

Yes.

google_news

scrape results from the Google News search page

Yes.

google_product

Product page of a product ID of your choice.

Yes.

google_flights

Fligths service

Yes.

google_images

Rever Image Serach

Yes.

google_lens

Google Lens service.

Yes.

google_play

scrape SERP results from Google Play Apps Store.

Yes.

google_jobs

Google Jobs service

Yes.

google_scholar

Google Scholarservice

Yes.

google_finance

Google Financeservice

Yes.

google_patents

Google Parentsservice

Yes.

Request sample

curl -X GET "https://serpapi.abcproxy.com/search" \
  -d "engine=google_search" \
  -d "q=coffee" \
  -d "no_cache=false" \
  -d "api_key=YOUR_API_KEY"