Instagram Profile API
Get Instagram and other social media profiles with our fast and simple api
Get Instagram and other social media profiles with our fast and simple api
https://socialprofileapi.com/instagram?username=instagram_username&api_key=your_api_key
curl -X GET "https://socialprofileapi.com/instagram?username=instagram" \
-H "x-api-key: your_api_key_here" \
-H "Accept: application/json"
fetch('https://socialprofileapi.com/instagram?username=instagram', {
headers: {
'x-api-key': 'your_api_key_here',
'Accept': 'application/json'
}
})
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));
import requests
headers = {
'x-api-key': 'your_api_key_here',
'Accept': 'application/json'
}
response = requests.get(
'https://socialprofileapi.com/instagram?username=instagram',
headers=headers
)
data = response.json()
print(data)
{
"username": "instagram",
"full_name": "Instagram",
"biography": "Bringing you closer to the people and things you love. ❤️",
"follower_count": 627000000,
"following_count": 7,
"media_count": 7372,
"is_verified": true,
"is_private": false,
"profile_pic_url": "https://scontent-lhr8-2.cdninstagram.com/v/...",
"hd_profile_pic_url": "https://scontent-lhr8-2.cdninstagram.com/v/...",
"external_url": "https://about.instagram.com/",
"user_id": "25025320",
"account_type": "business",
"category": "Product/Service"
}
Each API request runs immediately
Get all social media
Consistent formats for all
Monthly plans with secure Stripe payments. Cancel anytime.
5,000 profiles / month
50,000 profiles / month
500,000 profiles / month