117 scrapers across 23+ platforms. No proxies to rotate, no captchas to solve, no parsers to maintain — authenticate, call, get clean JSON. Pay per successful call.
Generate one in your dashboard. Keys look like hpx_… and authenticate every request.
POST to /v1/scrape/{platform}/{action} with a small JSON body. GET with query params works too.
Parsed, structured data in a predictable envelope — plus the run id and the exact cost of the call.
curl https://hproxy.com/v1/scrape/instagram/profile \
-H "Authorization: Bearer $HPROXY_KEY" \
-H "Content-Type: application/json" \
-d '{"handle":"levelsio"}'{
"platform": "instagram",
"scraper": "instagram-profile-collect-by-handle",
"input": {
"handle": "levelsio"
},
"data": {
"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
}
}
}
]
}
}
}
},
"records": 1,
"costUsd": 0.01,
"requestId": "run_3Qm8x2V7nKp4dWcF",
"elapsedMs": 1840
}Pick an endpoint and hit Run to see a real response shape. This demo uses sample data — it won’t touch your balance.
{
"handle": "levelsio"
}Hit Run to see a real response for Instagram Profile.
curl https://hproxy.com/v1/scrape/instagram/profile \
-H "Authorization: Bearer $HPROXY_KEY" \
-H "Content-Type: application/json" \
-d '{"handle":"levelsio"}'POST /v1/scrape/facebook/profile$0.0030Facebook Profile ReelsPOST /v1/scrape/facebook/profile-reels$0.0030Facebook Profile PhotosPOST /v1/scrape/facebook/profile-photos$0.0030Facebook Profile PostsPOST /v1/scrape/facebook/profile-posts$0.0030Facebook Profile EventsPOST /v1/scrape/facebook/profile-events$0.0030Facebook PostPOST /v1/scrape/facebook/post$0.0030Facebook Post TranscriptPOST /v1/scrape/facebook/post-transcript$0.0300Facebook Post CommentsPOST /v1/scrape/facebook/post-comments$0.0030Facebook Comment RepliesPOST /v1/scrape/facebook/comment-replies$0.0030Facebook Group PostsPOST /v1/scrape/facebook/group-posts$0.0030Facebook Events SearchPOST /v1/scrape/facebook/events-search$0.0030Facebook Events by CityPOST /v1/scrape/facebook/events$0.0030Facebook Event DetailsPOST /v1/scrape/facebook/event$0.0030Facebook Ad Library DetailPOST /v1/scrape/facebook/ad$0.0050Facebook Ad Library SearchPOST /v1/scrape/facebook/ad-search$0.0050Facebook Company AdsPOST /v1/scrape/facebook/ad-company$0.0050Facebook Ad Library Company SearchPOST /v1/scrape/facebook/ad-companies-search$0.0030POST /v1/scrape/instagram/profile$0.0030Instagram Basic ProfilePOST /v1/scrape/instagram/basic-profile$0.0030Instagram PostPOST /v1/scrape/instagram/post$0.0330Instagram User PostsPOST /v1/scrape/instagram/posts$0.0030Instagram User ReelsPOST /v1/scrape/instagram/reels$0.0030Instagram Media TranscriptPOST /v1/scrape/instagram/transcript$0.0300Instagram Reels SearchPOST /v1/scrape/instagram/reels-search$0.0050Instagram Post CommentsPOST /v1/scrape/instagram/comments$0.0030Instagram User HighlightsPOST /v1/scrape/instagram/highlights$0.0030Instagram Highlight DetailPOST /v1/scrape/instagram/highlight$0.0030Instagram Profile Embed HTMLPOST /v1/scrape/instagram/embed$0.0030POST /v1/scrape/linkedin/profile$0.0050LinkedIn CompanyPOST /v1/scrape/linkedin/company$0.0050LinkedIn Company PostsPOST /v1/scrape/linkedin/company-posts$0.0050LinkedIn PostPOST /v1/scrape/linkedin/post$0.0050LinkedIn Ad Library SearchPOST /v1/scrape/linkedin/ad-search$0.0050LinkedIn Ad DetailPOST /v1/scrape/linkedin/ad$0.0050POST /v1/scrape/reddit/subreddit$0.0030Reddit Subreddit PostsPOST /v1/scrape/reddit/subreddit-posts$0.0030Reddit Post CommentsPOST /v1/scrape/reddit/comments$0.0030Reddit SearchPOST /v1/scrape/reddit/search$0.0030Reddit Subreddit SearchPOST /v1/scrape/reddit/subreddit-search$0.0030POST /v1/scrape/tiktok/profile$0.0030TikTok Profile RegionPOST /v1/scrape/tiktok/profile-region$0.0030TikTok User Audience DemographicsPOST /v1/scrape/tiktok/audience$0.0780TikTok VideoPOST /v1/scrape/tiktok/video$0.0330TikTok Video TranscriptPOST /v1/scrape/tiktok/video-transcript$0.0330TikTok Profile VideosPOST /v1/scrape/tiktok/profile-videos$0.0030TikTok Live StatusPOST /v1/scrape/tiktok/live-status$0.0030TikTok Video CommentsPOST /v1/scrape/tiktok/video-comments$0.0030TikTok Comment RepliesPOST /v1/scrape/tiktok/comment-replies$0.0030TikTok User FollowingPOST /v1/scrape/tiktok/following$0.0030TikTok User FollowersPOST /v1/scrape/tiktok/followers$0.0030TikTok Search UsersPOST /v1/scrape/tiktok/search-users$0.0030TikTok Hashtag SearchPOST /v1/scrape/tiktok/search-hashtag$0.0030TikTok Keyword SearchPOST /v1/scrape/tiktok/search$0.0030TikTok Popular CreatorsPOST /v1/scrape/tiktok/popular-creators$0.0050TikTok Popular HashtagsPOST /v1/scrape/tiktok/popular-hashtags$0.0030TikTok Song DetailsPOST /v1/scrape/tiktok/song$0.0030TikTok Song VideosPOST /v1/scrape/tiktok/song-videos$0.0030TikTok Trending FeedPOST /v1/scrape/tiktok/trending$0.0030TikTok Shop SearchPOST /v1/scrape/tiktok/shop-search$0.0030TikTok Shop ProductsPOST /v1/scrape/tiktok/shop-products$0.0030TikTok Shop Product DetailsPOST /v1/scrape/tiktok/shop-product$0.0050TikTok Shop Product ReviewsPOST /v1/scrape/tiktok/shop-product-reviews$0.0030TikTok Top SearchPOST /v1/scrape/tiktok/search-top$0.0030TikTok Shop User ShowcasePOST /v1/scrape/tiktok/shop-showcase$0.0030POST /v1/scrape/twitter/profile$0.0030Twitter / X User TweetsPOST /v1/scrape/twitter/tweets$0.0030Twitter / X TweetPOST /v1/scrape/twitter/tweet$0.0030Twitter / X Tweet TranscriptPOST /v1/scrape/twitter/tweet-transcript$0.0300Twitter / X CommunityPOST /v1/scrape/twitter/community$0.0030Twitter / X Community TweetsPOST /v1/scrape/twitter/community-tweets$0.0030POST /v1/scrape/youtube/channel$0.0030YouTube Channel VideosPOST /v1/scrape/youtube/channel-videos$0.0030YouTube Channel ShortsPOST /v1/scrape/youtube/channel-shorts$0.0030YouTube VideoPOST /v1/scrape/youtube/video$0.0030YouTube Video TranscriptPOST /v1/scrape/youtube/transcript$0.0300YouTube SearchPOST /v1/scrape/youtube/search$0.0030YouTube Video CommentsPOST /v1/scrape/youtube/comments$0.0030YouTube Trending ShortsPOST /v1/scrape/youtube/trending-shorts$0.0030YouTube Hashtag SearchPOST /v1/scrape/youtube/search-hashtag$0.0030YouTube Comment RepliesPOST /v1/scrape/youtube/comment-replies$0.0030YouTube PlaylistPOST /v1/scrape/youtube/playlist$0.0030YouTube Community PostPOST /v1/scrape/youtube/community-post$0.0030Every successful call returns the same top-level shape. The scraped data lives under data; everything else is metadata about the call.
platformstringThe platform you called (e.g. instagram).scraperstringThe endpoint id that ran.inputobjectThe parameters you sent, echoed back.dataobjectThe scraped result — clean, structured JSON.recordsnumberHow many records the response contains.costUsdnumberWhat this call cost, in USD (min $0.01).requestIdstringRun id — reference it in support / the dashboard.elapsedMsnumberHow long the call took upstream.Standard HTTP semantics. Failed scrapes (4xx/5xx from the source) are never billed.
200Success — data in the envelope.400Invalid input — check the parameters.401Missing or invalid API key.402Insufficient balance — top up your wallet.404Unknown endpoint.429Rate limited — back off and retry (Retry-After header).502Upstream error — retry shortly. Not billed.X-Request-Id header and retries return the original result without re-charging.X-API-Key or Authorization: Bearer — both work.