Google Videos Light API Documentation
The Google Videos Light API provides a simplified version of Google Videos API, that enables you to retrieve videos, their title and thumbnail, much faster. You can also apply filters such as duration, quality, time period, source, and more to refine your search results efficiently.
API Parameters
Search Query
-
- Name
-
q
- Required
- Required
- Description
-
Parameter defines the query you want to search. You can use anything that you would use in a regular Google Videos search. e.g.
inurl:
,site:
,intitle:
. We also support advanced search query parameters such asas_dt
andas_eq
.
Device
-
- Name
-
device
- Required
- Optional
- Description
-
The default parameter
desktop
defines the search on a desktop device. Themobile
parameter defines the search on a mobile device. Thetablet
parameter defines the search on a tablet device.
Geographic Location
-
- Name
-
location
- Required
- Optional
- Description
-
Parameter defines from where you want the search to originate. If several locations match the location requested, we'll pick the most popular one. Head to the Locations API if you need more precise control.
-
- Name
-
uule
- Required
- Optional
- Description
-
Parameter is the Google encoded location you want to use for the search. SearchApi automatically generated the
uule
parameter when you use thelocation
parameter but we allow you to overwrite it directly.uule
andlocation
parameters can't be used together.
Localization
-
- Name
-
google_domain
- Required
- Optional
- Description
-
The default parameter
google.com
defines the Google domain of the search. Check the full list of supported Googlegoogle_domain
domains.
-
- Name
-
gl
- Required
- Optional
- Description
-
The default parameter
us
defines the country of the search. Check the full list of supported Googlegl
countries.
-
- Name
-
hl
- Required
- Optional
- Description
-
The default parameter
en
defines the interface language of the search. Check the full list of supported Googlehl
languages.
-
- Name
-
lr
- Required
- Optional
- Description
-
The lr parameter restricts search results to documents written in a particular language or a set of languages. The accepted format for this parameter is
lang_{2-letter country code}
. For instance, to filter documents written in Japanese, the value should be set tolang_jp
. To incorporate multiple languages, a value likelang_it|lang_de
restricts the search to documents written in either Italian or German. Google identifies the document language based on the top-level domain (TLD) of the document's URL, any language meta tags present, or the language utilized within the document's body text. Check the full list of supported Googlelr
languages.
-
- Name
-
cr
- Required
- Optional
- Description
-
The cr parameter restricts search results to documents originating in a particular country. Google determines the country of a document by the top-level domain (TLD) of the document's URL or by Web server's IP address geographic location. Check the full list of supported Google
cr
countries.
Pagination
-
- Name
-
num
- Required
- Optional
- Description
-
This parameter specifies the number of results to display per page. Use in combination with the
page
parameter to implement pagination functionality.
-
- Name
-
page
- Required
- Optional
- Description
-
This parameter indicates which page of results to return. By default, it is set to
1
. Use in combination with the num parameter to implement pagination.
Filters
-
- Name
-
nfpr
- Required
- Optional
- Description
-
This parameter controls whether results from queries that have been auto-corrected for spelling errors are included. To exclude these auto-corrected results, set the value to
1
. By default, the value is0
, meaning auto-corrected results are included.
-
- Name
-
filter
- Required
- Optional
- Description
-
This parameter controls whether the "Duplicate Content" and "Host Crowding" filters are enabled. Set the value to
1
to enable these filters, which is the default setting. To disable these filters, set the value to0
.
-
- Name
-
safe
- Required
- Optional
- Description
-
This parameter toggles the SafeSearch feature for the results. SafeSearch operates by filtering out adult content from your search results. Google's filters use proprietary technology to check keywords, phrases and URLs. While no filters are 100 percent accurate, SafeSearch will remove the overwhelming majority of adult content from your search results. Set the value to
active
to enable SafeSearch. To disable it, set the value tooff
. By default, SafeSearch is disabled.
-
- Name
-
tbs
- Required
- Optional
- Description
-
This parameter restricts results to URLs based on encoded values. For instance,
dur:s
would return only results that are shorter than 4 min.
-
- Name
-
time_period
- Required
- Optional
- Description
-
This parameter restricts results to URLs based on date. Supported values are:
last_hour
,last_day
,last_week
,last_month
andlast_year
. Note: this parameter is not compatible with a customtbs
parameter.
-
- Name
-
duration
- Required
- Optional
- Description
-
This parameter restricts results to URLs based on video duration. Supported values are:
short
- short videos (0-4 min.).medium
- medium videos (4-20 min.).long
- long videos (20+ min.).
tbs
parameter.
-
- Name
-
quality
- Required
- Optional
- Description
-
This parameter restricts results to URLs based on video quality. By default, all videos are returned. To retrieve only videos with high quality,
high
param should be used.
Note: this parameter is not compatible with a customtbs
parameter.
-
- Name
-
captioned
- Required
- Optional
- Description
-
This parameter restricts results to URLs based on video captions. By default, all videos are returned. To retrieve only videos with closed caption,
closed
param should be used.
Note: this parameter is not compatible with a customtbs
parameter.
-
- Name
-
source
- Required
- Optional
- Description
-
This parameter restricts results to URLs based on source. Supported values are:
youtube
,cncc
,cnn
,ted
,cbsnews
,twitter
,tiktok
,facebook
,timesnownews
,nbcnews
,foxnews
.
Note: this parameter is not compatible with a customtbs
parameter.
Engine
-
- Name
-
engine
- Required
- Required
- Description
-
Parameter defines an engine that will be used to retrieve real-time data. It must be set to
google_videos_light
.
API key
-
- Name
-
api_key
- Required
- Required
- Description
-
The
api_key
authenticates your requests. Use it as a query parameter (https://www.searchapi.io/api/v1/search?api_key=YOUR_API_KEY
) or in the Authorization header (Bearer YOUR_API_KEY
).
Zero Data Retention
-
- Name
-
zero_retention
- Enterprise Only
- Enterprise Only
- Required
- Optional
- Description
-
Set this parameter to
true
to disable all logging and persistent storage. No request parameters, HTML, or JSON responses are stored or logged. Suitable for high-compliance use cases. Debugging and support may be limited while enabled.
API Examples
Full Response

https://www.searchapi.org/api/v1/search?engine=google_videos_light&q=Vlog
- Python
- Node
- Ruby
- Java
- Go
- PHP
- Bash
- R
- Kotlin
- Swift
- C#
- C
- C++
- requests
import requests
url = "https://www.searchapi.org/api/v1/search"
params = {
"engine": "google_videos_light",
"q": "Vlog"
}
response = requests.get(url, params=params)
print(response.text)
{
"search_metadata": {
"id": "search_vr7K8ndWgWe1idN83P45k2mY",
"status": "Success",
"created_at": "2025-08-15T19:28:50Z",
"request_time_taken": 1.3,
"parsing_time_taken": 0.1,
"total_time_taken": 1.4,
"request_url": "https://www.google.com/search?q=Python+tutorial&oq=Python+tutorial&gl=us&hl=en&udm=7",
"html_url": "https://www.searchapi.io/api/v1/searches/search_vr7K8ndWgWe1idN83P45k2mY.html",
"json_url": "https://www.searchapi.io/api/v1/searches/search_vr7K8ndWgWe1idN83P45k2mY"
},
"search_parameters": {
"engine": "google_videos_light",
"q": "Python tutorial",
"device": "desktop",
"google_domain": "google.com",
"hl": "en",
"gl": "us"
},
"search_information": {
"query_displayed": "Python tutorial",
"detected_location": "Kansas City MO, Kansas"
},
"videos": [
{
"position": 1,
"title": "Python Full Course for Beginners - YouTube",
"link": "https://www.youtube.com/watch?v=_uQrJ0TkZlc&vl=en",
"displayed_link": "www.youtube.com › watch",
"snippet": "5:31:30. Go to channel · Python Tutorial for Beginners - Learn Python in 5 Hours [FULL COURSE ...",
"length": "6:14:07",
"date": "Feb 18, 2019",
"thumbnail": "https://i.ytimg.com/vi/_uQrJ0TkZlc/default.jpg?sqp=-oaymwEECHgQQw&rs=AMzJL3kwWC9YNZeYE3y8IKK3AIbDLMt-Ig"
},
...
],
"related_searches": [
{
"query": "python tutorial - youtube"
},
...
],
"pagination": {
"current": 1,
"next": "https://www.google.com/search?q=Python+tutorial&oq=Python+tutorial&gl=us&hl=en&start=10&udm=7&ie=UTF-8"
}
}
Related Searches

https://www.searchapi.org/api/v1/search?engine=google_videos_light&q=best+programming+languages
- Python
- Node
- Ruby
- Java
- Go
- PHP
- Bash
- R
- Kotlin
- Swift
- C#
- C
- C++
- requests
import requests
url = "https://www.searchapi.org/api/v1/search"
params = {
"engine": "google_videos_light",
"q": "best programming languages"
}
response = requests.get(url, params=params)
print(response.text)
{
"related_searches": [
{
"query": "programming with mash"
},
{
"query": "programming with mosh java"
},
{
"query": "mosh youtube"
},
...
]
}