SERP API to scrape Google search results using Olostep and a Javascript code snippet.
@olostep/google-search
id
, object
, created
timestamp, url_to_scrape
searchParameters
: Information about the search queryknowledgeGraph
: Detailed information about the search subject (when available)organic
: List of search results with title, link, position, and snippetpeopleAlsoAsk
: Related questions that users commonly search forrelatedSearches
: Suggested related search queriesjson_content
is the main part of the response with the structured search results. You can access the JSON content directly from the response or use the hosted URL provided in the response.
json_hosted_url
field in the response:
formats
parameter and Olostep will return them in the response and provide hosted URLs for each format.
site:linkedin.com Patrick Collison
. This technique can be used to find professional profiles for any person.
gl=us
and hl=en
parameters set the geolocation to US and language to English. Adjust these as needed.