The Google Short Videos API provides real-time access to short-form video content indexed by Google, allowing users to retrieve videos based on specific queries, topics, platforms, and customizable filters for highly relevant video results.
Get Your API Key
Sign in at hasdata.com, go to your account settings, and copy your API key.
All requests must include your key in the x-api-key header.
Request Cost and API Credits
Each request to the Google Short Videos API consumes API Credits from your account balance.
- Cost per request: 5 API Credits
- Credits are deducted only for successful requests.
- Your total available credits depend on your active plan.
You can use your credits across all HasData APIs. The same credit balance is shared platform-wide.
Unused credits do not roll over. Any remaining credits expire at the end of the current billing period.
To monitor your credit usage and remaining balance, sign in to your account dashboard at app.hasdata.com.
Make Your First Request
curl --request GET \
--url 'https://api.hasdata.com/scrape/google/short-videos?q=Coffee&location=Austin%2CTexas%2CUnited%20States&deviceType=desktop' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <your-api-key>'
API Parameters
| Parameter | Default Value | Required | Description |
|---|
q | Coffee | Yes | Search query term for retrieving short videos results. |
location | Austin,Texas,United States | No | Google canonical location for the search. |
uule | - | No | The encoded location parameter. |
gl | - | No | The two-letter country code for the country you want to limit the search to. |
lr | - | No | The ‘lr’ parameter specifies the language of the websites to return results from. This parameter filters results based on the language of the web content. |
hl | - | No | The two-letter language code for the language you want to use for the search. |
cr | - | No | The country code for the country you want to limit the search to. |
page | - | No | Page number for paginated results, where 0 is the first page. |
deviceType | desktop | No | Specify the device type for the search. |