URL
Last updated
Was this helpful?
Last updated
Was this helpful?
The google
source is designed to retrieve content from various Google URLs. This means that instead of sending multiple parameters, you can provide us with a direct URL to the required Google page. We do not strip any parameters or alter your URLs in any other way.
In the example below, the API will retrieve a Google Scholar search page.
We use synchronous integration method in our examples. If you would like to use or asynchronous integration, refer to the section.
Basic setup and customization options for scraping Google URLs.
source
Sets the scraper.
google
url
Direct URL (link) to the Google page.
-
render
-
parse
-
callback_url
-
user_agent_type
desktop
geo_location
-
Enables JavaScript rendering when set to html
. .
Returns parsed data when set to true
. Limited to URLs of specific .
URL to your callback endpoint. .
Device type and browser. The full list can be found .
The geographical location that the result should be adapted for. Using this parameter correctly is extremely important to get the right data. For more information, read about our suggested geo_location
parameter structures .