Google Short Videos API

The Google Short Videos API enables you to retrieve real-time short video results from Google Search, delivering structured data in a simple HTTP request. It is designed for fast, scalable, and reliable access to short-form video SERP data.

triangle-exclamation

POST https://api.serphouse.com/google-short-videos-api

Path Parameters

Name
Type
Description

responseType

String

responseType can be 'html' or 'json'

Headers

Name
Type
Description

Authorization*

String

Bearer <YOUR_API_KEY>

Content-Type*

String

application/json

Request Body

Name
Type
Description

q*

string

Search phrase that you want to search

domain*

string

Choose google domain.

device*

string

Device can be desktop To extract desktop result mobile To extract mobile result

lang*

string

You can set language for e.g. en for english fr for french. Get the list of available languages by making a separate request to the List of Language

loc*

string

Optional field if you specify loc_id You must choose one of the fields: loc_id or loc You can receive the list of available locations of search engines with their loc_id by making a separate request to the List of Locations

loc_id*

integer

Optional field if you specify loc you must choose one of the fields: loc_id or loc You can receive the list of available locations of search engines with their loc_id by making a separate request to the List of Locations

date_range

String

Sometimes you may want to only find information published during a specific time frame. To limit Google results by date

Parameter values can be comma seprated date range YYYY-MM-DD,YYYY-MM-DD OR

h Past hour

d Past 24 hours

w Past week

m Past month

y Past year

page

integer

Give specific page to get the result of that page number. By default it will get you first page

video_quality

String

Allows filtering video results by quality level. By default, videos of all qualities are returned. Use this option to request only high-quality videos.

Available value:

  • high – high-quality videos only

video_captions

String

Use this parameter to return only videos that include captions.

If not provided, both captioned and non-captioned videos are included in the results. To retrieve only videos with closed caption, captioned param should be used.

Example request:

Last updated