Endpoints & Pricing
Five Dedicated Video Engines, One API Key
Choose Google, DuckDuckGo, Yahoo, or Bing for dedicated video search. Pay only for what you use.
DDG Videos
- Dedicated video search
- Thumbnails & embed URLs
- Duration & resolution data
- 112 country targeting
- Up to 60 results per request
- Structured JSON fields
Yahoo/Bing Videos
- Dedicated video search portal
- Up to 60 results per request
- 112 country targeting
- Title and source metadata
- Structured for accuracy
- Structured JSON fields
Google Videos
- Dedicated video search
- Use
/api/videoswith Google engine - Same Videos category pricing
- Returned in
results.videos - YouTube & web video results
- Thumbnails, duration & source info
Quick Start
Search Videos in Seconds
A single API call returns structured video data with thumbnails, embed URLs, and duration. Perfect for video aggregation and research.
# Search for videos about machine learning tutorials curl "https://apiserpent.com/api/videos?q=machine+learning+tutorial&engine=ddg&num=20" \ -H "X-API-Key: YOUR_API_KEY"
{
"searchParameters": {
"q": "machine learning tutorial",
"engine": "ddg",
"type": "videos"
},
"videos": [
{
"title": "Machine Learning Full Course for Beginners",
"url": "https://www.youtube.com/watch?v=example123",
"thumbnailUrl": "https://i.ytimg.com/vi/example123/hqdefault.jpg",
"embedUrl": "https://www.youtube.com/embed/example123",
"duration": "3:42:15",
"source": "YouTube",
"views": "2.4M views"
}
],
"totalResults": 20,
"credits": { "used": 1, "remaining": 99 }
}
Data Fields
Rich Video Metadata from Every Engine
Each video endpoint returns structured JSON with all the metadata you need for video aggregation platforms, content tools, and research applications.
Video Fields
- videos[].title
- videos[].url
- videos[].thumbnailUrl
- videos[].embedUrl
- videos[].duration
- videos[].source
- videos[].views
- totalResults
Request Parameters
- q (search query)
- engine (google, yahoo, bing, ddg, brave)
- num (results count, up to 60)
- country (localization)
- freshness (1d, 7d, 30d)
- duration (short, medium, long)
- resolution (high, standard)
- safe (SafeSearch strict/moderate/off)
Engine Comparison
- DDG: $0.42/1K Scale, dedicated video endpoint
- Yahoo: $0.60/1K Default · $0.42/1K Scale, dedicated portal
- Google: included in web search
- All return thumbnails + URLs
- DDG + Yahoo: 60 results max
Use Cases
- Video content aggregation
- Educational platform curation
- Competitive video analysis
- Content research tools
- Video SEO monitoring
FAQ
Video Search API Questions
Start using the Video Search API
Video Search requires paid credits from call 1. Use Google, DDG, Yahoo, or Bing for dedicated video search.
View Pricing

