Bing Shopping Related Searches API
SerpApi Bing 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 Bing Shopping Page",
"serpapi_link": "String - SerpApi URL to fetch the Bing Shopping Link",
"highlighted_words": "Array - Highlighted words in the search text"
},
...
]
...
}