Yahoo! Videos API
Last updated
Last updated
Our Yahoo! Videos API allows you to scrape SERP results from Yahoo! Videos. The API is accessed through the following endpoint: /search?engine=yahoo_videos
.
Endpoint
GET https://serpapi.abcproxy.com/search
Description
A user may query the following:
https://serpapi.abcproxy.com/search?engine=yahoo_videos
utilizing a GET request. Head to the for a live and interactive demo.
Search Query
p
string
Yes
Parameter defines the search query. You can use anything that you would use in a regular Yahoo! Videos search.
coffee
Localization
yahoo_domain
string
No
fr.search.yahoo.com
Advanced Yahoo Videos Parameters
durs
string
No
Parameter is used for filtering videos by length.
short
- Short (less than 5 minutes)
medium
- Medium (5-20 minutes)
long
- Long (more than 20 minutes)
vage
string
No
Parameter is used for filtering videos by date.
day
- Past 24 hours
week
- Past week
month
- Past month
year
- Past year
vres
string
No
Parameter is used for filtering videos by resolution.
360p
- 360p or higher
480p
- 480p or higher
720p
- 720p or higher
1080p
- 1080p or higher
vsite
string
No
Parameter is used for filtering videos by source.
youtube
- YouTube
dailymotion
- Dailymotion
vimeo
- Vimeo
mtv
- MTV
cbsnews
- CBS
foxnews
- Fox
cnn
- CNN
msn
- MSN
Pagination
b
int
No
Parameter defines the result offset. It skips the given number of results. It's used for pagination.
1
- (default) starts from the first result
61
- starts from the 61st result
121
- starts from the 121st result
Serpapi Parameters
engine
string
Yes
Set parameter to yahoo_videos
to use the Yahoo! Videos API engine.
yahoo_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 video search results
ads
object[]
List of advertisement results
suggested_searches
object[]
List of suggested search queries
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
Parameter defines the Yahoo! domain to use. It defaults to search.yahoo.com
. If specified domain is allowed, it will be prepended to the domain. You can check .