Our Bing Videos API allows you to scrape SERP results from Bing Videos. The API is accessed through the following endpoint: /search?engine=bing_videos
.
Endpoint
GET https://serpapi.abcproxy.com/search
Description
A user may query the following:
https://serpapi.abcproxy.com/search?engine=bing_videos
utilizing a GET request. Head to the for a live and interactive demo.
Search Query
q
string
Yes
Parameter defines the search query. You can use anything that you would use in a regular Bing Videos search.
123
Geographic Location
mkt
string
No
The market where the results come from (e.g. en-US). Typically, mkt is the country where the user is making the request from. However, it could be a different country if the user is not located in a country where Bing Shopping API delivers results. The market must be in the form -. For example, en-US. The string is case insensitive. For a list of possible market values, see Market Codes. This parameter and the cc query parameter are mutually exclusive—do not specify both.
en-US
Localization
cc
Parameter defines the country to search from.
us
, de
, gb
setlang
string
Yes
Parameter defines the language to search with.
us
, de
, gb
Advanced Bing Videos Parameters
length
string
No
Parameter is used for filtering videos by duration.It can be set to:
short
- Short (less than 5 minutes)
medium
- Medium (5-20 minutes)
long
- Long (more than 20 minutes)
-
date
string
No
Parameter is used for filtering videos by date.It can be set to:
lt1440
- Past 24 hours
lt10080
- Past week
lt43200
- Past month
lt525600
- Past year
-
resolution
string
No
Parameter is used for filtering videos by resolution type. It can be set to:
lowerthan_360p
- Lower than 360p
360p
- 360p or higher
480p
- 480p or higher
720p
- 720p or higher
1080p
- 1080p or higher
-
source_site
string
No
Parameter is used for filtering videos by source. It can be set to:
dailymotion.com
- DailyMotion
vimeo.com
- Vimeo
metacafe.com
- Metacafe
hulu.com
- Hulu
vevo.com
- VEVO
myspace.com
- Myspace
mtv.com
- MTV
cbsnews.com
- CBS
foxnews.com
- FOX
cnn.com
- CNN
msn.com
- MSN
-
price
string
No
Parameter is used for filtering videos by price. It can be set to:
free
- Free
paid
- Paid
-
Pagination
first
string
No
Parameter controls the offset of the organic results. This parameter defaults to 1
.
10
count
string
No
Parameter controls the number of results per page. This parameter is only a suggestion and might not reflect the returned results.
100
Serpapi Parameters
engine
string
Yes
Set parameter to bing_videos
to use the Bing Videos API engine.
bing_videos
no_c1ache
boolean
No
Parameter will force SerpApi to fetch the Google Patents results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month.
true
or false
api_key
string
Yes
Parameter defines the SerpApi private key to use.
YOUR_API_KEY
Response Body
Response Fields
search_parameters
object
Contains query
parameters and search
context
search_metadata
object
Contains timing
and status
information
videos_results
object[]
List of standard video results
with detailed information
shorts_results
object[]
List of short video results (similar to YouTube Shorts)
suggested_searches
object[]
List of suggested search
terms and their links
shopping_results
object[]
List of related shopping products
and details
related_search_results
object[]
List of related search topics and links
ads
object[]
List of advertisement contents with details
Common Errors
200
400
API Key can not be empty
200
401
Param error
200
402
API Key error
200
403
Insufficient Balance
200
404
Deduction failed
200
405
Failed to record usage count
200
406
Unsupported engine
200
407
Network error
200
408
File not found
200
409
Limit param error
200
410
Build url error
200
411
Failed to QueryRecentRecord
200
412
Failed to find json
200
413
Get html error
200
414
HTML is empty
200
429
Too many request
Error Example