{
"influencers": [
{
"influencer": "Cristiano Ronaldo"
},
{
"influencer": "Leo Messi"
},
{
"influencer": "selenagomez"
},
{
"influencer": "kendalljenner"
},
{
"influencer": "kyliejenner"
},
{
"influencer": "billieeilish"
},
{
"influencer": "JIMIN"
},
{
"influencer": "lalalalisa_m"
},
{
"influencer": "kimkardashian"
},
{
"influencer": "virat.kohli"
},
{
"influencer": "neymarjr"
},
{
"influencer": "beyonce"
},
{
"influencer": "sooyaaa__"
},
{
"influencer": "badgalriri"
},
{
"influencer": "arianagrande"
},
{
"influencer": "k.mbappe"
},
{
"influencer": "ishowspeed"
},
{
"influencer": "karolg"
},
{
"influencer": "Jin"
},
{
"influencer": "badbunnypr"
},
{
"influencer": "shraddhakapoor"
},
{
"influencer": "iamcardib"
},
{
"influencer": "jhope"
},
{
"influencer": "rose_are"
},
{
"influencer": "narendramodi"
},
{
"influencer": "leomessi"
},
{
"influencer": "hardikpandya93"
},
{
"influencer": "sabrinacarpenter"
},
{
"influencer": "dualipa"
},
{
"influencer": "bts.bighitofficial"
},
{
"influencer": "haileybieber"
},
{
"influencer": "fcbarcelona"
},
{
"influencer": "aliaabhatt"
},
{
"influencer": "transv"
},
{
"influencer": "brunomars"
},
{
"influencer": "instagram"
},
{
"influencer": "champagnepapi"
},
{
"influencer": "oliviarodrigo"
},
{
"influencer": "vinijr"
},
{
"influencer": "beingsalmankhan"
},
{
"influencer": "realmadrid"
},
{
"influencer": "zayn"
},
{
"influencer": "virginia"
},
{
"influencer": "rohitsharma45"
},
{
"influencer": "georginagio"
},
{
"influencer": "hyunjinnnn"
},
{
"influencer": "jennaortega"
}
]
}
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": "leomessi",
"full_name": "Leo Messi",
"rank": 2,
"subscriber_count": 506600000
}
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"}'
{
"page_title": "Top Instagram Influencers in the United States",
"data_extracted": {
"items": [
{
"influencer_name": "Leo Messi",
"rank": 2,
"category": "Sports with a ball",
"followers_total": 506600000,
"engagement_auth": 2700000,
"engagement_arg": 3400000
}
]
},
"extraction_summary": {
"total_items": 1,
"data_quality": "high"
}
}
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"}'
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 US Instagram Influencers 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 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.
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, 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