Event Scraper API
Public events and streaming schedules with times and venues.
// Facebook · Events Search
curl -H "X-API-Key: hpx_your_key_here" \
"https://hproxy.com/api/v1/scrape/facebook/events-search?query=coffee"
// → { "data": { … }, "records": 1, "costUsd": … }
Events are structured data that platforms publish and almost nobody collects. Facebook exposes public events by page, by city and by keyword search, and Twitch exposes a streamer's upcoming schedule. These endpoints return the parts you can actually act on: the title, the start and end time with its timezone, the venue with coordinates where it is public, and the going and interested counts that tell you whether anyone is coming.
In every response
events[]
Each event with title, description and cover image.
startTime / endTime
Scheduled start and end, with timezone.
venue
Location name, address and coordinates where public.
attendance
Going and interested counts.
isRecurring
On schedule endpoints, whether the slot repeats weekly.
5 Event Scraper API Endpoints,Across 2 Platforms
One REST call each, one API key for all of them, billed per call from your balance.
Facebook Profile Events
Pull the events a Facebook page has listed, with title, venue, start time, ticket links and going and interested counts.
Facebook Events Search
Search Facebook events by keyword and get ranked results back with title, venue, start time and attendance counts.
Facebook Events by City
Pull the Facebook events happening in any city, with venue, start time, ticket links and how many people are going.
Facebook Event Details
Pull one Facebook event in full: description, venue and coordinates, start and end time, ticket links and attendance.
Twitch User Schedule
Pull a Twitch streamer's upcoming schedule, with each slot's title, category, start time and whether it repeats weekly.
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 Event 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.
Event Scraper API at a glance
One key, 2 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
- 5
- Platforms
- 2
- 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 Event Scraper API
Build a local events feed for a city without a manual listings pipeline.
Watch which events a venue, promoter or brand is running next.
Feed a ticketing or discovery product with real event data.
Know when a streamer is scheduled to go live, ahead of time rather than after.
Event Scraper API pricing
$3.00
per 1,000 calls, cheapest endpoint in this group
One key covers all 2 platforms
No subscription, no monthly minimum
Failed extractions are not charged
Proxies included in the price
Event Scraper API FAQ
Can I search events by city?
Are private events included?
Do I get the exact venue address?
How far ahead does the schedule reach?
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.
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.