URL
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.
Request samples
In the example below, the API will retrieve a Google Scholar search page.
We use synchronous Realtime integration method in our examples. If you would like to use Proxy Endpoint or asynchronous Push-Pull integration, refer to the integration methods section.
Request parameter values
Generic
Basic setup and customization options for scraping Google URLs.
source
Sets the scraper.
google
url
Direct URL (link) to the Google page.
-
parse
Returns parsed data when set to true
. Limited to URLs of specific Google page types.
-
user_agent_type
Device type and browser. The full list can be found here.
desktop
geo_location
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 here.
-
Output example
Last updated
Was this helpful?