Instagram profile analytics
Extract data from public Instagram profiles including bio, followers, posts, and engagement metrics. Perfect for influencer marketing.
Get started with a simple API call.
const response = await fetch('https://api.crawlkit.sh/v1/crawl/instagram/profile', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
username: 'instagram',
options: {
timeout: 30000
}
})
});
const { data } = await response.json();
console.log(data.profile.username, data.profile.followers);Everything you need for reliable instagram profile extraction.
Get username, full name, bio, profile picture, website link, and verification status.
Access follower count, following count, and total post count for audience analysis.
Retrieve recent posts with captions, likes, comments, and media URLs.
Calculate engagement rates from likes, comments, and follower ratios.
Extract business category, contact info, and address for business accounts.
Get story highlight covers and titles for complete profile data.
Get started in minutes with our simple API.
Sign up for free and get your API key instantly. No credit card required.
Use our simple REST API with your favorite programming language.
Receive clean JSON responses ready to use in your application.
Get clean, structured JSON data with every request. Our API returns comprehensive data including status codes, timing information, and your remaining credits.
{
"success": true,
"data": {
"profile": {
"username": "instagram",
"fullName": "Instagram",
"biography": "Discover what's next.",
"profilePicUrl": "https://...",
"isVerified": true,
"followers": 674000000,
"following": 78,
"postsCount": 7800,
"isBusinessAccount": true,
"category": "App Page"
},
"timing": { "total": 2500 },
"creditsUsed": 1,
"creditsRemaining": 99
}
}Common applications for Instagram Profile.
Vet influencers and analyze their audience metrics.
Track competitor growth and content strategy.
Monitor brand mentions and industry trends.
Find and qualify potential business partners.
Everything you need to know about the Instagram Profile API.
No, only public Instagram profiles can be scraped. Private profiles will return an error and your credits will be refunded.
Recent posts are included in the profile response. For more posts or specific content, use the Instagram Content endpoint.
We access only publicly available data. Users should ensure their use case complies with applicable laws and regulations.
This endpoint requires a specific username. Use the Web Search endpoint to find Instagram profiles by keyword first.
Get 100 free credits to test the API. No credit card required.