Profile Scraper API
Accounts, channels, companies and pages as one JSON object.
// Twitter / X · Profile
curl -H "X-API-Key: hpx_your_key_here" \
"https://hproxy.com/api/v1/scrape/twitter/profile?handle=nasa"
// → { "data": { … }, "records": 1, "costUsd": … }
One shape for an account, across every platform we cover. Whatever the platform happens to call it, a channel on YouTube, a subreddit on Reddit, a company on LinkedIn, an artist on Spotify, a page on Linktree, the endpoint hands back the same kind of object: who this is, how large their following is, what they link out to, and whether the platform has verified them. That is what makes a creator database, a lead list or an audience check possible without maintaining a separate scraper per platform.
In every response
username / displayName
The handle and the name shown on the account.
bio / description
The account's own description text, unmodified.
followerCount
Follower, subscriber or member count, whichever the platform keeps.
isVerified
Verification state as the platform reports it.
externalLinks[]
Every outbound URL on the profile, resolved past the redirector.
avatar / banner
Profile imagery at each size the platform serves.
24 Profile Scraper API Endpoints,Across 19 Platforms
One REST call each, one API key for all of them, billed per call from your balance.
TikTok Profile
Pull a complete public TikTok profile by handle or user id: bio, follower and video counts, verification and every link in the bio.
TikTok Profile Region
Resolve which region a TikTok account actually posts from, plus its language signal and creation date, straight from the handle.
Facebook Profile
Pull a public Facebook page or profile from its URL: name, category, follower counts, contact details and business hours.
YouTube Channel
Pull a YouTube channel in full: about text, country, subscriber, view and video counts, every external link and its artwork.
Instagram Profile
Pull a complete public Instagram profile from a handle: bio, follower, following and post counts, verification and links.
Instagram Basic Profile
Pull the lightweight Instagram profile object: handle, display name, avatar and verification, for fast bulk enrichment.
Instagram Profile Embed HTML
Pull ready-to-drop embed markup for any public Instagram profile, so you can render it on your own site without their SDK.
LinkedIn Profile
Pull a public LinkedIn profile from its URL: headline, about, current and past roles, education, skills and location.
LinkedIn Company
Pull a LinkedIn company page: description, industry, employee band, headquarters, founding year, website and follower count.
Twitter / X Profile
Pull a public X profile from a handle: bio, follower and following counts, verification, join date and pinned post.
Twitter / X Community
Pull an X Community in full: name, description, member count, moderators and the rules it is run under.
Reddit Subreddit Details
Pull a subreddit's metadata: description, subscriber and active-user counts, posted rules, topic and creation date.
Threads Profile
Pull a public Threads profile from a handle: bio, follower count, verification and the links on the profile.
Twitch Profile
Pull a Twitch channel from a handle: bio, follower count, partner or affiliate status, and whether it is live right now.
Bluesky Profile
Pull a public Bluesky profile from a handle: display name, description, follower and post counts and its DID.
Spotify Artist
Pull a Spotify artist page: monthly listeners, top tracks with play counts, full release list and related artists.
Truth Social Profile
Pull a public Truth Social profile from a handle: bio, follower and following counts, verification and join date.
Komi Page
Pull every link on a Komi page in order, with title and destination URL, plus the creator's name, avatar and bio.
Linkbio Page
Pull every link on a Lnk.Bio page in order, with title and destination URL, plus the owner's name, avatar and bio.
Linkme Profile
Pull every link on a Linkme profile in order, with title and destination URL, plus the owner's name, avatar and bio.
Linktree Page
Pull every link on a Linktree page in order, with title and destination URL, plus the owner's name, avatar and bio.
Pillar Page
Pull every link on a Pillar page in order, with title and destination URL, plus the creator's name, avatar and bio.
Snapchat Profile
Pull a public Snapchat profile from a handle: display name, subscriber count, bitmoji, snapcode and public story links.
SoundCloud Artist
Pull a SoundCloud artist page: bio, follower and track counts, top tracks with play counts, and every link on the profile.
From Request to Clean JSON
You write one line. We do everything between the request and the data.
You send
One API call
GET the Profile Scraper endpoint with your key. That's all your code does.
We handle
Proxies · captchas · parsing
Residential exit, anti-bot walls, JS rendering and extraction, all server-side, on us.
You get
Clean JSON
A structured object every time. No HTML, no scraping code, no maintenance.
Profile Scraper API at a glance
One key, 19 platforms
Every endpoint in this group answers to the same key, the same header and the same response shape, so covering a second platform is a URL change rather than an integration.
- Endpoints
- 24
- Platforms
- 19
- Response
- Structured JSON
- Auth
- One X-API-Key header
- Billing
- Per call, balance never expires
$3.00 /1k calls
cheapest endpoint in this group
What you never deal with
Handled on our side
- No captchas, ever
- Residential-backed
- Pay per call
- Fresh on every call
- Failures are free
- Scales with you
What people build with the Profile Scraper API
Build a creator database with real follower numbers instead of self-reported ones.
Qualify influencer or partner leads before anyone spends time on outreach.
Track a competitor's account growth on a schedule.
Resolve a handle to a stable account ID before pulling that account's content.
Profile Scraper API pricing
$3.00
per 1,000 calls, cheapest endpoint in this group
One key covers all 19 platforms
No subscription, no monthly minimum
Failed extractions are not charged
Proxies included in the price
Profile Scraper API FAQ
Do I need the account ID or is a handle enough?
Are private accounts included?
How fresh are the follower counts?
Can I pull a whole list of profiles at once?
Other kinds of scraped data
All platforms →Post Scraper API
Single posts by URL, or a creator's whole feed, page by page.
Transcript API
The spoken words inside video, as timestamped JSON lines.
Comment Scraper API
Comment threads, nested replies and reviews, fully paginated.
Search API
Keyword, hashtag and people search, plus native trending feeds.
Ad Library API
Live competitor creatives, advertisers and spend ranges.
Product Scraper API
Live prices, stock, variants and reviews from marketplaces.
Event Scraper API
Public events and streaming schedules with times and venues.