Get Sponsorship Information
Retrieve sponsorship data for a specified Instagram creator, including current and past brand partnerships with performance metrics.
curl -X GET "https://apiv3.creatordb.app/instagram/sponsorship?uniqueId=davidbeckham" \
-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
Instagram account ID. Accepts instagram or @instagram format (@ is stripped automatically).
1 - 31^@?[a-zA-Z0-9._]+$"instagram"
Response
Instagram sponsorship data returned successfully.
Instagram sponsorship API response with sponsor-grouped content and performance metrics.
Retrieve recently sponsored Instagram posts and reels data 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/instagram/sponsorship?uniqueId=davidbeckham" \
-H "Content-Type: application/json" \
-H "api-key: <YOUR_API-KEY_HERE>"