Google Short Videos People Also Search For API
Our Google Short Videos People Also Search For API allows you to scrape SERP results from Google Short Videos. For each "People Also Search For Result" result, we are able to extract its title, link, and serpapi_link.
The API endpoint is https://serpapi.com/search?engine=google_short_videos
Head to the playground for a live and interactive demo.
Note on People Also Search For API
These results only appear when queries are performed using mobile or tablet device parameters.
API Examples
Results for: logitech on mobile devices
For some searches, Google short videos results includes "people also search for". SerpApi is able to scrape, extract, and make sense of this information.
{
"people_also_search_for": [
{
"title": "driver logitech",
"link": "https://www.google.com/search?n&sca_esv=d4be40e2387352c5&udm=39&q=Driver+Logitech&sa=X&ved=2ahUKEwjP27nE9f2NAxX4zzgGHT7PHrMQ1QJ6BAgbEAE",
"serpapi_link": "https://serpapi.com/search.json?device=mobile&engine=google_short_videos&google_domain=google.com&q=Driver+Logitech"
},
{
"title": "logitech kda",
"link": "https://www.google.com/search?sca_esv=d4be40e2387352c5&udm=39&q=Logitech+KDA&sa=X&ved=2ahUKEwjP27nE9f2NAxX4zzgGHT7PHrMQ1QJ6BAgaEAE",
"serpapi_link": "https://serpapi.com/search.json?device=mobile&engine=google_short_videos&google_domain=google.com&q=Logitech+KDA"
},
{
"title": "logitech mouse macro",
"link": "https://www.google.com/search?sca_esv=d4be40e2387352c5&udm=39&q=Logitech+mouse+macro&sa=X&ved=2ahUKEwjP27nE9f2NAxX4zzgGHT7PHrMQ1QJ6BAgZEAE",
"serpapi_link": "https://serpapi.com/search.json?device=mobile&engine=google_short_videos&google_domain=google.com&q=Logitech+mouse+macro"
},
...
],
...
}