Related Searches Results
Scrape Google Related Searches and expand your area of research.
When you perform a search on Google you may sometimes get some related searches along with the results as well. You can retrieve these related searches through the related_searches
property from the API response. The properties of each related search results are:
Element
Type
Description
link
String
Query-string to link to the Google page
query
String
Text of related search
Related Searches Results Request Example
Request Example That Returns Related Searches Elements
GET
https://serpapi.webscrapingapi.com/v1?engine=google&api_key=<YOUR_API_KEY>&q=Is%20there%20a%20new%20season%20of%20futurama%3F
This is a basic GET request that returns the related searches found on the Google page.
Query Parameters
Name
Type
Description
q
String
Is there a new season of futurama?
api_key*
String
<YOUR_API_KEY>
Last updated