Skip to content

Search YouTube

GET
/v1/youtube-search

Search YouTube videos with pagination.

Credits: 1 per request.

query
string

Search query.

Example
rust programming tutorial
continuation
string

Pagination token from previous response.

Search results.

object
results
Array<object>
object
type
string
id
string
title
string
thumbnail
string
channel
string
view_count
integer
published_at
string
duration
string
pagination
object
continuation
string
has_more
boolean
X-Credits-Used
integer
X-Credits-Remaining
integer

Missing or invalid API key.

object
error

Error message.

string
Example
invalid or inactive api_key

Insufficient credits.

Rate limit exceeded.

object
error

Error message.

string
Example
invalid or inactive api_key
Retry-After
integer

Seconds to wait before retrying.