Post Scraper API
Single posts by URL, or a creator's whole feed, page by page.
// Twitter / X · User Tweets
curl -H "X-API-Key: hpx_your_key_here" \
"https://hproxy.com/api/v1/scrape/twitter/tweets?handle=nasa"
// → { "data": { … }, "records": 1, "costUsd": … }
The largest group in the catalog, and the one most people mean when they say scraping. These endpoints return published content two ways: one post resolved from its URL, or a creator's feed walked page by page with a cursor. Videos, reels, shorts, tweets, photos, tracks, albums, pins and live status all resolve to the same core object of caption, media, author, timestamp and engagement, with the platform's own extras left intact rather than flattened away.
In every response
id / url
Stable post identifier and its canonical link.
caption / text
The post body exactly as published, emoji and line breaks kept.
media[]
Direct media URLs at each resolution the platform serves.
author
Handle, ID and avatar of the account that published it.
engagement
View, like, comment and share counts where the platform exposes them.
cursor
Pagination token on the feed endpoints, for walking past the first page.
40 Post Scraper API Endpoints,Across 14 Platforms
One REST call each, one API key for all of them, billed per call from your balance.
TikTok Video
Pull a single TikTok video from its URL: caption, views, likes, comments, shares, author, duration and a direct media URL.
TikTok Profile Videos
Pull every video a TikTok account has posted, page by page, each with caption, view and like counts and a direct media URL.
TikTok Live Status
Check whether a TikTok creator is live right now, with viewer count, stream title and playback URLs in each quality.
TikTok Song Details
Pull the metadata behind any TikTok sound: title, artist, duration, cover art and how many videos have been made with it.
TikTok Song Videos
Pull the videos built on any TikTok sound, page by page, so you can see who is using a track while it is still climbing.
Facebook Profile Reels
Pull every reel a Facebook page has posted, page by page, with caption, view and reaction counts and a direct media URL.
Facebook Profile Photos
Pull every photo a Facebook page has posted, page by page, with captions, alt text, full-resolution URLs and engagement.
Facebook Profile Posts
Pull everything a Facebook page publishes, page by page, with text, media, reactions, comment and share counts and timestamps.
Facebook Post
Pull a single Facebook post from its URL: full text, attached media, author, reactions, comments and share count.
Facebook Group Posts
Pull the posts inside a public Facebook group, page by page, with author, text, media and engagement on every one.
YouTube Channel Videos
Pull every long-form video on a YouTube channel, page by page, with title, views, likes, duration and publish date.
YouTube Channel Shorts
Pull every Short on a YouTube channel, page by page, with title, view and like counts, duration and publish date.
YouTube Video
Pull a single YouTube video from its URL: title, description, views, likes, comment count, channel and publish date.
YouTube Playlist
Pull a YouTube playlist in full: every video in playlist order with title, duration and channel, plus the playlist owner.
YouTube Community Post
Pull a YouTube community post: text, attached image or poll, poll results where public, and reaction and comment counts.
Instagram Post
Pull a single Instagram post from its URL: caption, every image or video in the carousel, author, likes and comment count.
Instagram User Posts
Pull everything an Instagram account has posted, page by page, with caption, media URLs, likes and comment counts.
Instagram User Reels
Pull every reel an Instagram account has posted, page by page, with caption, play and like counts and a direct media URL.
Instagram User Highlights
Pull the highlight reels on an Instagram profile, each with its cover, title and the number of items inside it.
Instagram Highlight Detail
Pull every item inside one Instagram highlight, with full-resolution media URLs and when each was originally posted.
LinkedIn Company Posts
Pull everything a LinkedIn company page publishes, page by page, with text, media, reactions and comment counts.
LinkedIn Post
Pull a single LinkedIn post from its URL: full text, attached media, author, reactions, comments and repost counts.
Twitter / X User Tweets
Pull an X account's timeline, page by page, with full text, media, and reply, repost, like and view counts on each post.
Twitter / X Tweet
Pull a single X post from its URL: full text, media, the quote and reply chain around it, and reply, repost, like and view counts.
Twitter / X Community Tweets
Pull the posts inside any X Community, page by page, with author, text, media and full engagement counts.
Reddit Subreddit Posts
Pull the posts in any subreddit, page by page, with title, body, author, score, comment count and timestamp.
Threads User Posts
Pull everything a Threads account has posted, page by page, with text, media, and reply, repost and like counts.
Threads Post
Pull a single Threads post from its URL: full text, attached media, author and its reply, repost and like counts.
Pinterest Pin
Pull a single Pinterest pin from its URL: full-resolution image, description, the site it links out to and its save count.
Pinterest User Boards
Pull every board on a Pinterest profile, with title, description, pin count and cover image for each one.
Pinterest Board Pins
Pull every pin on a Pinterest board, page by page, with image URL, description, destination link and save count.
Twitch User Videos
Pull a Twitch channel's past broadcasts and highlights, page by page, with title, duration, view count and publish date.
Twitch Clip
Pull a single Twitch clip from its URL: title, the clipper, the broadcaster, duration, view count and a direct media URL.
Bluesky User Posts
Pull everything a Bluesky account has posted, page by page, with text, media, and reply, repost and like counts.
Bluesky Post
Pull a single Bluesky post from its URL: full text, embedded media, the thread around it and its engagement counts.
Spotify Track
Pull a Spotify track: title, artists, album, duration, release date, popularity score and its ISRC where exposed.
Spotify Album
Pull a Spotify album in full: complete tracklist in order with durations, release date, label, copyright and artwork.
Truth Social User Posts
Pull everything a Truth Social account has posted, page by page, with text, media and full engagement counts.
Truth Social Post
Pull a single Truth Social post from its URL: full text, attached media, author and its reply, repost and like counts.
Kick Clip
Pull a single Kick clip from its URL: title, the clipper, the channel, duration, view count and a direct media URL.
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 Post 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.
Post Scraper API at a glance
One key, 14 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
- 40
- Platforms
- 14
- 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 Post Scraper API
Archive a creator's back catalogue with the media URLs and the engagement attached.
Track how a campaign hashtag or a product mention performs across platforms.
Feed a recommendation or trend model with real published content instead of a sample.
Monitor a competitor's posting cadence and what actually lands for them.
Post Scraper API pricing
$3.00
per 1,000 calls, cheapest endpoint in this group
One key covers all 14 platforms
No subscription, no monthly minimum
Failed extractions are not charged
Proxies included in the price
Post Scraper API FAQ
Can I pull every post an account has ever made?
Do I get the video file itself?
What is the difference between the single-post and the feed endpoints?
Are deleted or expired posts available?
Other kinds of scraped data
All platforms →Profile Scraper API
Accounts, channels, companies and pages as one JSON object.
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.