This API is designed to extract and serve structured data from the Top 100 Instagram Influencers in the United States. It provides developers and analysts with programmatic access to information about leading Instagram influencers in the US. With this API, users can: Retrieve a list of top-ranked Instagram influencers. Query a specific influencer’s ranking and followers count by providing its name and additional information.
{
"instagram_accounts": [
{
"account_name": "selenagomez"
},
{
"account_name": "kyliejenner"
},
{
"account_name": "dualipa"
},
{
"account_name": "kimkardashian"
},
{
"account_name": "beyonce"
},
{
"account_name": "khloekardashian"
},
{
"account_name": "nike"
},
{
"account_name": "justinbieber"
},
{
"account_name": "natgeo"
},
{
"account_name": "jlo"
},
{
"account_name": "kourtneykardash"
},
{
"account_name": "mileycyrus"
},
{
"account_name": "katyperry"
},
{
"account_name": "kevinhart4real"
},
{
"account_name": "arianagrande"
},
{
"account_name": "ddlovato"
},
{
"account_name": "champagnepapi"
},
{
"account_name": "ellendegeneres"
},
{
"account_name": "badgalriri"
},
{
"account_name": "nasa"
},
{
"account_name": "priyanka"
},
{
"account_name": "nba"
},
{
"account_name": "snoopdogg"
},
{
"account_name": "victoriassecret"
},
{
"account_name": "gigihadid"
},
{
"account_name": "ladygaga"
},
{
"account_name": "chrishemsworth"
},
{
"account_name": "wardellcurry"
},
{
"account_name": "michelleobama"
},
{
"account_name": "hudabeauty"
},
{
"account_name": "sunnyleone"
},
{
"account_name": "haileybieber"
},
{
"account_name": "9gag"
},
{
"account_name": "zaynmaliik"
},
{
"account_name": "houseofhighlights"
},
{
"account_name": "jennifers"
},
{
"account_name": "vogue"
},
{
"account_name": "selenagomez"
},
{
"account_name": "sabrinacarpenter"
},
{
"account_name": "lfc"
},
{
"account_name": "dove"
},
{
"account_name": "thenotoriousmma"
},
{
"account_name": "natgeotravel"
},
{
"account_name": "champagnepapi"
},
{
"account_name": "worldstar"
},
{
"account_name": "marshmellomusic"
},
{
"account_name": "tasty"
},
{
"account_name": "frenchmontana"
},
{
"account_name": "selenagomez"
},
{
"account_name": "chrissyteigen"
},
{
"account_name": "disney"
},
{
"account_name": "caradelevingne"
},
{
"account_name": "nancyajram"
},
{
"account_name": "madisonbeer"
},
{
"account_name": "khaleed"
},
{
"account_name": "sportscenter"
},
{
"account_name": "jasonderulo"
},
{
"account_name": "ishaqwaheed"
},
{
"account_name": "barackobama"
},
{
"account_name": "netflix"
},
{
"account_name": "beckyg"
},
{
"account_name": "shein_official"
},
{
"account_name": "marvelstudios"
},
{
"account_name": "annehathaway"
},
{
"account_name": "realdonaldtrump"
},
{
"account_name": "ciara"
},
{
"account_name": "adidasfootball"
},
{
"account_name": "sofiavergara"
},
{
"account_name": "shaymitchell"
},
{
"account_name": "natgeo"
},
{
"account_name": "drshaquilleoneal"
},
{
"account_name": "nickjonas"
},
{
"account_name": "wwe"
},
{
"account_name": "adidasoriginals"
},
{
"account_name": "apple"
},
{
"account_name": "addisonraee"
},
{
"account_name": "miketyson"
}
]
}
curl --location --request POST 'https://zylalabs.com/api/8937/us+instagram+influencers+insights+api/15924/get+top+ranked+instagram+influencers' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
{
"channel_name": "beyonce",
"full_name": "Beyonce",
"rank": 5,
"subscriber_count": 244000000
}
curl --location --request POST 'https://zylalabs.com/api/8937/us+instagram+influencers+insights+api/15928/get+instagram+influencer+ranking+and+subscribers+by+name' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"influencer":"Required"}'
{
"selenagomez": {
"account_name": "selenagomez",
"posts": 2190,
"reactions": 418736000,
"rating": 4.2
}
}
curl --location --request POST 'https://zylalabs.com/api/8937/us+instagram+influencers+insights+api/15931/get+instagram+influencer+details+by+name' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"influencer":"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 API provides access to data about the top 100 Instagram influencers in the United States, including their rankings, follower counts, and detailed information about each influencer.
The API returns data in a structured format, typically JSON, which allows for easy integration and manipulation in various applications.
The API can be used for influencer marketing analysis, competitive research, social media strategy development, and identifying potential brand partnerships by analyzing influencer metrics.
The API includes fields such as influencer name, ranking, follower count, engagement metrics, and additional metadata for advanced analytics.
You can integrate the API by making HTTP requests to retrieve influencer data, which can then be used in applications for analytics, reporting, or enhancing marketing strategies.
The "get top ranked Instagram influencers" endpoint returns a list of the top 100 influencers, while the "get Instagram influencer ranking and subscribers by name" endpoint provides specific ranking and follower count for a named influencer. The "get Instagram influencer details by name" endpoint offers detailed metrics like posts, reactions, and ratings for a specified influencer.
Key fields include "account_name," "rank," "subscriber_count," "posts," "reactions," and "rating." For example, the details endpoint returns "posts" and "reactions" for an influencer, while the ranking endpoint provides "rank" and "subscriber_count."
The response data is structured in JSON format. Each endpoint returns a specific object or array, such as an array of influencer accounts or an object containing detailed metrics for a specific influencer, making it easy to parse and utilize in applications.
The "get Instagram influencer ranking and subscribers by name" and "get Instagram influencer details by name" endpoints require the "account_name" parameter to specify which influencer's data to retrieve. This parameter must match the names returned by the first endpoint.
Users can customize requests by selecting specific influencer names when querying details or rankings. By using the names obtained from the "get top ranked Instagram influencers" endpoint, users can focus on influencers of interest for tailored insights.
The data is sourced from Instagram's public profiles and aggregated metrics, ensuring a comprehensive view of influencer performance. The API aims to maintain accuracy by regularly updating the influencer rankings and follower counts based on the latest available data.
Typical use cases include identifying top influencers for marketing campaigns, analyzing engagement metrics for brand partnerships, and conducting competitive analysis in social media strategies. Users can leverage the data to enhance influencer outreach and collaboration efforts.
If a query returns partial or empty results, users should verify the influencer name for accuracy. Additionally, they can check the top influencers list to ensure the influencer is among the top 100. Implementing error handling in applications can also help manage unexpected results effectively.
To obtain your API key, you first need to sign in to your account and subscribe to the API you want to use. Once subscribed, go to your Profile, open the Subscription section, and select the specific API. Your API key will be available there and can be used 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.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
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, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
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:
3,160ms
Service Level:
100%
Response Time:
18ms
Service Level:
100%
Response Time:
18ms
Service Level:
100%
Response Time:
16,057ms
Service Level:
100%
Response Time:
10,571ms
Service Level:
100%
Response Time:
18ms
Service Level:
100%
Response Time:
54ms
Service Level:
100%
Response Time:
6,718ms
Service Level:
100%
Response Time:
6,852ms
Service Level:
100%
Response Time:
9,089ms
Service Level:
100%
Response Time:
3,003ms
Service Level:
100%
Response Time:
1,166ms
Service Level:
100%
Response Time:
793ms
Service Level:
100%
Response Time:
1,848ms
Service Level:
100%
Response Time:
1,881ms
Service Level:
98%
Response Time:
702ms
Service Level:
100%
Response Time:
1,586ms
Service Level:
100%
Response Time:
2,721ms
Service Level:
100%
Response Time:
343ms
Service Level:
100%
Response Time:
1,374ms