Search API
Keyword, hashtag and people search, plus native trending feeds.
// YouTube · Trending Shorts
curl -H "X-API-Key: hpx_your_key_here" \
"https://hproxy.com/api/v1/scrape/youtube/trending-shorts"
// → { "data": { … }, "records": 1, "costUsd": … }
Discovery rather than lookup. These endpoints answer the question a URL cannot: what exists on this topic right now. Keyword search, hashtag search, people search and the platforms' own trending feeds all return ranked lists in the platform's native order, and the ranking is the point. You are seeing what a real user in that market would see, not an alphabetical dump, which is what makes the result usable for trend work and useless if it were re-sorted.
In every response
results[]
The ranked list exactly as the platform orders it.
rank
Position in the result set, preserved so relevance survives the transfer.
type
What each hit is: an account, a post, a sound, a product.
region
The market the ranking was computed for, where the endpoint takes one.
cursor
Pagination token for walking past the first page of results.
15 Search API Endpoints,Across 7 Platforms
One REST call each, one API key for all of them, billed per call from your balance.
TikTok Search Users
Search TikTok accounts by keyword and get ranked profiles back with handles, display names, follower counts and verification.
TikTok Hashtag Search
Pull the videos published under any TikTok hashtag, page by page, with engagement stats and total post and view volume.
TikTok Keyword Search
Run any TikTok keyword search and get the ranked video results back as JSON, filterable by post date, sort order and region.
TikTok Trending Feed
Pull the TikTok For You feed for any region, recomputed live on every call, with full video objects and engagement stats.
TikTok Top Search
Pull TikTok's blended top results for a query, the mix of videos, users and sounds the app itself puts above the fold.
YouTube Search
Run any YouTube search and get the ranked results back as JSON: videos, channels and playlists in the order YouTube returns them.
YouTube Trending Shorts
Pull the Shorts trending on YouTube right now, recomputed live on every call, with view counts and the channel behind each.
YouTube Hashtag Search
Pull the videos published under any YouTube hashtag, page by page, with engagement stats and channel metadata.
Instagram Reels Search
Search Instagram reels by keyword and get ranked results back with caption, play counts, audio and the creator behind each.
Reddit Search
Run any Reddit search and get the ranked posts back as JSON, with subreddit, author, score and comment count on each.
Reddit Subreddit Search
Search inside one subreddit and get the ranked posts back, so you can monitor a single community without the noise.
Threads Search
Run any Threads keyword search and get the ranked posts back as JSON, with author and engagement counts on each.
Threads Search Users
Search Threads accounts by keyword and get ranked profiles back with handle, display name, follower count and verification.
Google Search Results
Pull live Google search results as structured JSON: ranked organic listings, ads, snippets and boxes, localised by country.
Pinterest Search
Run any Pinterest search and get the ranked pins back with image URLs, descriptions, destination links and save counts.
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 Search 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.
Search API at a glance
One key, 7 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
- 15
- Platforms
- 7
- 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 Search API
Track which accounts and posts rank for the keywords that matter to a brand.
Find creators in a niche by searching the way their audience searches.
Watch a hashtag's volume and the content under it over time.
Read a platform's trending feed for a specific country instead of your own.
Search API pricing
$3.00
per 1,000 calls, cheapest endpoint in this group
One key covers all 7 platforms
No subscription, no monthly minimum
Failed extractions are not charged
Proxies included in the price
Search API FAQ
Is this the same as scraping Google?
Can I choose the country the results come from?
How deep can I page through results?
Do trending feeds change between calls?
Other kinds of scraped data
All platforms →Profile Scraper API
Accounts, channels, companies and pages as one JSON object.
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.
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.