Last updated
Last updated
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.
Although we do not have dedicated parsers for each Google source, you can write your own parsing instructions with feature and get structured data.
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:
We use synchronous integration method in our examples. If you would like to use or asynchronous integration, refer to the section.