Google Shopping Related Searches API
Deprecated
Google Shopping Related Searches API will be deprecated as part of the transition to the New Google Shopping Layout.
Google Shopping Related Searches API scrapes the text
, highlighted_words
, link
, and serpapi_link
of related searches at the end of the search result page.
JSON structure overview
{
...
"related_searches": [
{
"text": "String - Search text (Ex: 'PS5 Amazon')",
"link": "String - Link to Google Shopping Page",
"serpapi_link": "String - SerpApi URL to fetch the Google Shopping Link",
"highlighted_words": "Array - Highlighted words in the search text"
},
...
]
...
}