Get Sponsorship Information
Retrieve recent YouTube videos identified as sponsored content for a specific creator, with metadata and engagement insights for influencer marketing analysis.
curl -X GET "https://apiv3.creatordb.app/youtube/sponsorship?channelId=UCX6OQ3DkcsbYNE6H8uQQuVA" \
-H "Content-Type: application/json" \
-H "api-key: <YOUR_API-KEY_HERE>"
Documentation Index
Fetch the complete documentation index at: https://docs.creatordb.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The valid CreatorDB API key for authentication.
Query Parameters
Unique channel ID.
1 - 50^UC[a-zA-Z0-9_-]{22}$"UCBR8-60-B28hp2BmDPdntcQ"
Response
YouTube sponsorship data returned successfully.
YouTube sponsorship API response with sponsor-grouped videos and performance metrics.
Retrieve data of recently sponsored YouTube videos for a specified creator.
Show child attributes
Show child attributes
Number of API credits consumed by this request.
1
Number of API credits remaining. Returns -1 if the quota is unlimited.
-1
Unique trace ID for each request.
"f8e4a3b2c1d0e9f8a7b6c5d4e3f2a1b0"
Time the response was generated, represented as a Unix timestamp in milliseconds.
1750732453635
Error code returned if the request fails. Empty if the request is successful.
""
Description of the error. Empty if the request is successful.
""
true if the request is successful.
true
curl -X GET "https://apiv3.creatordb.app/youtube/sponsorship?channelId=UCX6OQ3DkcsbYNE6H8uQQuVA" \
-H "Content-Type: application/json" \
-H "api-key: <YOUR_API-KEY_HERE>"