{
"categories": [
"Sports with a ball",
"Fashion",
"Modeling",
"Beauty",
"Photography",
"Music",
"Lifestyle",
"Art/Artists",
"Shows",
"Clothing & Outfits",
"Cinema & Actors/a...",
"Finance & Economics",
"Business & Careers",
"Winter sports"
]
}
curl --location --request POST 'https://zylalabs.com/api/9059/instagram+influencer+insights+api/16313/get+influencer+categories' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
{
"influencers": [
{
"category": "Sports with a ball",
"influencer_name": "cristiano"
},
{
"category": "Family",
"influencer_name": "leomessi"
},
{
"category": "Photography",
"influencer_name": "selenagomez"
},
{
"category": "Beauty",
"influencer_name": "kyliejenner"
},
{
"category": "Sports with a ball",
"influencer_name": "virat.kohli"
},
{
"category": "Music",
"influencer_name": "thv"
},
{
"category": "Fashion",
"influencer_name": "kimkardashian"
},
{
"category": "Fashion",
"influencer_name": "kendalljenner"
},
{
"category": "Sports with a ball",
"influencer_name": "neymarjr"
},
{
"category": "Music",
"influencer_name": "lalalisa_m"
},
{
"category": "Music",
"influencer_name": "j.m"
},
{
"category": "Music",
"influencer_name": "billieeilish"
},
{
"category": "Music",
"influencer_name": "jennierubyjane"
},
{
"category": "Photography",
"influencer_name": "instagram"
},
{
"category": "Lifestyle",
"influencer_name": "rkive"
},
{
"category": "Beauty",
"influencer_name": "sooyaaa_"
},
{
"category": "Sports with a ball",
"influencer_name": "k.mbappe"
},
{
"category": "Music",
"influencer_name": "uarmyhope"
},
{
"category": "Fashion",
"influencer_name": "iamcardib"
},
{
"category": "Sports with a ball",
"influencer_name": "hardikpandya93"
},
{
"category": "Music",
"influencer_name": "badbunnypr"
},
{
"category": "Music",
"influencer_name": "roses_are_rosie"
},
{
"category": "Beauty",
"influencer_name": "badgalriri"
},
{
"category": "Beauty",
"influencer_name": "katrinakaif"
},
{
"category": "Music",
"influencer_name": "karolg"
},
{
"category": "Cinema & Actors/a...",
"influencer_name": "milliebbrown"
},
{
"category": "Lifestyle",
"influencer_name": "vinijr"
},
{
"category": "Lifestyle",
"influencer_name": "virginia"
},
{
"category": "Lifestyle",
"influencer_name": "ishowspeed"
},
{
"category": "Music",
"influencer_name": "champagnepapi"
},
{
"category": "Sports with a ball",
"influencer_name": "rohitsharma45"
},
{
"category": "Sports with a ball",
"influencer_name": "lamineyamal"
},
{
"category": "Music",
"influencer_name": "dualipa"
},
{
"category": "Music",
"influencer_name": "arianagrande"
},
{
"category": "Fashion",
"influencer_name": "georginarodriguez"
},
{
"category": "Fashion",
"influencer_name": "harrystyles"
},
{
"category": "Music",
"influencer_name": "sabrinacarpenter"
},
{
"category": "Music",
"influencer_name": "zayn"
},
{
"category": "Modeling",
"influencer_name": "haileybieber"
},
{
"category": "Music",
"influencer_name": "oliviarodrigo"
},
{
"category": "Cinema & Actors/a...",
"influencer_name": "aliaabhatt"
},
{
"category": "Music",
"influencer_name": "lilbieber"
},
{
"category": "Cinema & Actors/a...",
"influencer_name": "justinsb..."
},
{
"category": "Art/Artists",
"influencer_name": "shrad..."
},
{
"category": "Music",
"influencer_name": "brunomars"
},
{
"category": "Business & Careers",
"influencer_name": "narendramodi"
},
{
"category": "Lifestyle",
"influencer_name": "jennaortega"
},
{
"category": "Music",
"influencer_name": "shakira"
},
{
"category": "Music",
"influencer_name": "bts.bighit..."
},
{
"category": "Music",
"influencer_name": "hyunjinnn"
}
]
}
curl --location --request POST 'https://zylalabs.com/api/9059/instagram+influencer+insights+api/16318/get+influencers+by+category' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"category":"Required"}'
{
"page_title": "Top 1,000 Instagram Influencers",
"data_extracted": {
"cristiano_profile": {
"rank": 1,
"influencer_name": "Cristiano Ronaldo",
"username": "cristiano",
"category": "Sports with a ball",
"followers": "670.8M",
"engagement_rate": null,
"audience_age": null,
"audience_gender": null,
"audience_location": null,
"verified_badge": true
}
},
"extraction_summary": {
"cristiano_found": 1,
"data_quality": "high"
}
}
curl --location --request POST 'https://zylalabs.com/api/9059/instagram+influencer+insights+api/16324/get+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 Instagram Influencer Insights 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 🎉)
This API is a RESTful service designed to extract and serve data about Instagram influencers. 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 API provides access to influencer rankings, categories, detailed influencer profiles, demographics, engagement metrics, and audience data.
Data is returned in a JSON format, organized into relevant fields such as influencer name, category, follower count, engagement rate, and audience demographics.
Marketers can use the API to identify potential influencers for campaigns, analysts can track influencer performance over time, and developers can integrate influencer data into applications for enhanced marketing strategies.
An influencer's profile typically includes fields such as username, full name, bio, follower count, engagement metrics, category, and audience demographics.
You can integrate the API by making HTTP requests to its endpoints to fetch influencer data, which can then be used in marketing analytics tools, CRM systems, or custom applications for better influencer management.
This endpoint returns a comprehensive list of influencer categories available on Instagram, structured in a JSON format. Each category is presented as a string within an array, allowing users to easily identify and select categories for further queries.
The response includes fields such as "category" and "influencer_name." Each influencer is listed under their respective category, enabling users to quickly access influencers relevant to specific niches.
Users can specify a category parameter when calling the "get influencers by category" endpoint. This allows for targeted queries, ensuring that only influencers from the desired category are returned in the response.
The response is structured in JSON format, containing an "influencer" object. This object includes fields such as "name," "username," "category," "followers," and engagement metrics, providing a detailed overview of the influencer's profile.
This endpoint provides detailed information about a specific influencer, including their name, Instagram username, category, follower count, and engagement metrics, allowing for in-depth analysis of individual influencers.
The API sources data directly from Instagram, leveraging its platform to maintain accuracy. Regular updates and quality checks are implemented to ensure the data reflects current influencer metrics and categories.
If you receive empty or partial results, verify the parameters used in your request. Ensure that the specified category or username is correct. If issues persist, consider adjusting your query or checking for potential data availability in the requested category.
Marketers can use the categories to identify relevant influencers for campaigns, while analysts can segment influencers for performance tracking. Developers can integrate these categories into applications for enhanced influencer discovery and management.
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