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
Yes.
google_ads
num=10 only.
Yes.
google_images
Yes.
google_maps
No.
google_trends_explore
No.
google_suggest
No.
google_travel_hotels
No.
google_shopping_product
Yes.
google_shopping_search
Yes.
google_shopping_pricing
Yes.
google_lens
Yes.
google
Although we do not have dedicated parsers for each Google source, you can write your own parsing instructions with feature and get structured data.
Getting started
Create your API user credentials: Sign up for a free trial or purchase the product in the to create your API user credentials (USERNAME and PASSWORD).
If you need more than one API user for your account, please contact our or message our 24/7 live chat support.
Optionally, you can include additional parameters such as geo_location, user_agent_type, parse, render and more to customize your scraping request. Read more:
SERPs. (, , , )
SERPs, optimized for .
.
service.
.
Autocomplete search term .
service.
page of a product ID of your choice.
results for a search term of your choice.
available for a product ID of your choice.
service.
Submit any Google you like.
Limited to URLs of specific .
We use synchronous integration method in our examples. If you would like to use or asynchronous integration, refer to the section.