Google Shopping Related Searches API

SerpApi Google Shopping 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"
    },
    ...
  ]
  ...
}

API Examples