This API is a RESTful service designed to extract and serve data about the best YouTube channels. It exposes endpoints to retrieve influencer categories, fetch influencers by category, and get detailed information about a specific influencer by their username. This API enables marketing teams, data analysts, and developers to programmatically explore influencer demographics, engagement metrics, audience data, and categories. With its modular design, the API avoids delivering excessive data in a single call and encourages filtered, purposeful queries to improve performance and usability.
[
{
"categories": [
"ASMR",
"Animals & Pets",
"Animation",
"Autos & Vehicles",
"Beauty",
"DIY & Life Hacks",
"Daily vlogs",
"Design/art",
"Education",
"Family & Parenting",
"Fashion",
"Fitness",
"Food & Drinks",
"Health & Self Help",
"Humor",
"Movies",
"Music & Dance",
"Mystery",
"News & Politics",
"Science & Technology",
"Show",
"Sports",
"Toys",
"Travel",
"Video games"
]
}
]
curl --location --request POST 'https://zylalabs.com/api/9050/youtube+channel+data+retrieval+api/16285/obtain+influencer+categories' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[
{
"influencers": [
{
"category": "Video games",
"influencer_name": "mrbeast"
},
{
"category": "Video games",
"influencer_name": "stokestwins"
},
{
"category": "Video games",
"influencer_name": "topperguild"
},
{
"category": "Video games",
"influencer_name": "dudeperfect"
}
]
}
]
curl --location --request POST 'https://zylalabs.com/api/9050/youtube+channel+data+retrieval+api/16288/obtain+influencers+by+category' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"category":"Required"}'
[
{
"influencer": {
"name": "MrBeast",
"username": "@mrbeast",
"category": "Video games, Humor",
"followers": "412.1M",
"views_avg": "61.8M",
"likes_avg": "2M",
"comments_avg": "10K",
"rank": 1
}
}
]
curl --location --request POST 'https://zylalabs.com/api/9050/youtube+channel+data+retrieval+api/16294/obtain+influencer+profile+by+username' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"influencer_username":"Required"}'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
The YouTube Channel Data Retrieval API provides access to data about top YouTube influencers, including influencer categories, detailed information about specific influencers, demographics, engagement metrics, and audience data.
You can explore influencers by category by utilizing the specific endpoint designed for fetching influencers categorized under various topics. This allows you to filter influencers based on their niche or area of expertise.
The detailed information about an influencer includes fields such as username, category, demographics, engagement metrics, audience size, and other relevant statistics that provide insights into their influence and reach.
Marketing teams can use the YouTube Channel Data Retrieval API to identify potential influencers for partnerships, analyze audience demographics for targeted campaigns, and measure engagement metrics to evaluate influencer effectiveness.
The modular design of the API allows users to make filtered, purposeful queries, which means that only relevant data is retrieved in each call. This reduces data overload, enhances performance, and makes it easier for developers to integrate the API into their applications.
The API has three main endpoints: the first returns a list of influencer categories, the second provides influencers within a specified category, and the third delivers detailed profiles of individual influencers, including metrics like followers and engagement statistics.
Key fields include "categories" in the first endpoint, "influencer_name" and "category" in the second, and detailed metrics such as "name," "username," "followers," and "views_avg" in the influencer profile response.
Each endpoint returns data in a structured JSON format. The first endpoint returns an array of categories, the second returns an array of influencers categorized by their niche, and the third provides a detailed object for a specific influencer.
The first endpoint requires no parameters. The second endpoint requires a "category" parameter to filter influencers, while the third endpoint needs an "influencer name" parameter to fetch specific influencer details.
Users can customize requests by selecting specific categories when fetching influencers or by specifying the username of an influencer to retrieve detailed information, allowing for targeted data retrieval based on user needs.
The first endpoint provides a comprehensive list of influencer categories. The second offers influencers within a chosen category, while the third delivers detailed metrics and demographics for individual influencers, aiding in targeted analysis.
Data accuracy is maintained through regular updates and quality checks, ensuring that the information about influencers reflects their current status, engagement metrics, and audience demographics.
Typical use cases include identifying influencers for marketing campaigns, analyzing audience demographics for targeted outreach, and evaluating influencer performance based on engagement metrics to inform partnership decisions.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Service Level:
100%
Response Time:
369ms
Service Level:
100%
Response Time:
1,535ms
Service Level:
100%
Response Time:
9,111ms
Service Level:
100%
Response Time:
572ms
Service Level:
100%
Response Time:
1,721ms
Service Level:
100%
Response Time:
19ms
Service Level:
100%
Response Time:
536ms
Service Level:
100%
Response Time:
1,682ms
Service Level:
100%
Response Time:
55ms
Service Level:
100%
Response Time:
74ms