Skip to main content
POST
cURL

Authorizations

api-key
string
header
required

The valid CreatorDB API key for authentication.

Body

application/json

YouTube search request parameters.

filters
object[]
required

Filter objects that include filterName, op, and value. For all accepted filterName values and their data types, see Configuring Custom Search Filters and Examples.

Minimum array length: 1
pageSize
integer
required

Number of results per page. Maximum: 100.

Required range: 1 <= x <= 100
offset
integer
required

Number of records to skip before returning results.

Required range: x >= 0
desc
boolean

Sort order for results. true for descending, false for ascending order.

sortBy
string

Field to sort creators by. For example, totalSubscribers sorts by subscriber count.

fields
object

Enrich each search result with data from other endpoints on the same platform (e.g. profile, contact). Enrichment is billed per result returned, using each endpoint's pricing rules. Each key is a bare endpoint name, and each key's value follows that endpoint's fractional shape. For details, see Field and Item Costs.

Example:

Response

YouTube search results returned successfully.

data
object
required

Search results containing YouTube creators and pagination information.

creditsUsed
number
required

Number of API credits consumed by this request.

Example:

1

creditsAvailable
number
required

Number of API credits remaining. Equals planCreditsAvailable plus purchasedCreditsAvailable.

Example:

-1

planCreditsAvailable
number
required

Remaining plan credits after this request, in credits.

Example:

900

purchasedCreditsAvailable
number
required

Remaining purchased-bucket credits after this request, in display units.

Example:

75

traceId
string
required

Unique trace ID for each request.

Example:

"f8e4a3b2c1d0e9f8a7b6c5d4e3f2a1b0"

timestamp
integer
required

Time the response was generated, represented as a Unix timestamp in milliseconds.

Example:

1750732453635

errorCode
string
required

Error code returned if the request fails. Empty if the request is successful.

Example:

""

errorDescription
string
required

Description of the error. Empty if the request is successful.

Example:

""

success
boolean
required

true if the request is successful.

Example:

true

keyCreditsAvailable
number

Remaining credits this API key can spend after this request, before reaching its spend limit. Present only when the key has a spend limit.

Example:

4975

enrichment
object

Enrichment status for this request. Present only when fields was supplied.

Last modified on September 10, 2026