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.
The API endpoint is https://serpapi.com/search?engine=bing_shopping
Head to the playground for a live and interactive demo.
API Examples
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"
},
...
]
...
}