Lead generation
Pull Instagram signals at scale and enrich your CRM with public profile data — clean, structured, ready to import.
Pull bio, follower counts, recent posts, and links from any public Instagram profile in one call.
This endpoint takes one input: handle. The response carries the parsed Instagram entity — every public field, in a flat, predictable shape.
curl https://api.hproxy.com/v1/scrape/instagram/profile/collect/by/handle \
-H "Authorization: Bearer $HPROXY_KEY" \
-H "Content-Type: application/json" \
-d '{"handle":"levelsio"}'{
"success": true,
"data": {
"user": {
"biography": "Explore the universe and discover our home planet with @NASA, the official NASA Instagram account.",
"external_url": "https://www.nasa.gov",
"edge_followed_by": {
"count": 96500000
},
"edge_follow": {
"count": 78
},
"full_name": "NASA",
"id": "528817151",
"is_business_account": true,
"is_verified": true,
"profile_pic_url_hd": "https://scontent-lga3-1.cdninstagram.com/v/t51.2885-19/280722101_412901447453676_….jpg",
"username": "nasa",
"edge_owner_to_timeline_media": {
"count": 4218,
"edges": [
{
"node": {
"__typename": "GraphVideo",
"id": "3622533050035914969",
"shortcode": "DJF0p2ygMjZ",
"display_url": "https://scontent-lga3-1.cdninstagram.com/v/t51.2885-15/491901123_….jpg",
"edge_media_to_caption": {
"edges": []
},
"edge_media_to_comment": {
"count": 1428
},
"taken_at_timestamp": 1746059630,
"edge_liked_by": {
"count": 412705
}
}
}
]
}
}
}
}Collect a public Instagram profile by username — bio, followers, posts, links.
Pull Instagram signals at scale and enrich your CRM with public profile data — clean, structured, ready to import.
Track competitors, audience movements, and trends across Instagram without standing up any scraping infrastructure.
Feed predictable Instagram JSON straight into your model fine-tuning pipeline. Same schema every call.
Lightweight profile lookup by Instagram numeric user id.
Fetch a single Instagram post or reel by URL with full metadata.
Paginated feed of a user's public Instagram posts.
Paginated reels feed for a public Instagram user.
Sign in with Google, drop $2 in the wallet, fire your first Profile call against instagram.com. If it doesn’t do what you need, the balance is refundable for 24 hours.