[
{
"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/9046/youtube+video+%26+channel+data+fetch+api/16281/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/9046/youtube+video+%26+channel+data+fetch+api/16286/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/9046/youtube+video+%26+channel+data+fetch+api/16291/obtain+influencer+profile+by+username' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"influencer_username":"Required"}'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the YouTube Video & Channel Data Fetch API simply include your bearer token in the Authorization header.
| 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.
(Save 2 months with annual billing 🎉)
Trusted by leading companies
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.
The YouTube Video & Channel Data Fetch 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 Video & Channel Data Fetch 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.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
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.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund