Partiful Events Scraper
Pricing
from $3.00 / 1,000 basic events
Partiful Events Scraper
Scrape public Partiful explore feeds, event pages, host profiles, and host-published events with direct HTTP calls. No browser is used.
Pricing
from $3.00 / 1,000 basic events
Rating
0.0
(0)
Developer
Hypebridge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
15 days ago
Last modified
Categories
Share
Scrape public Partiful explore feeds, event pages, host profiles, and host-published events with direct HTTP calls. No browser is used.
Features
| Capability | Details |
|---|---|
| Explore feeds | Supports https://partiful.com/explore, region feeds such as /explore/nyc, and ?tag= feed tabs. |
| Event details | Optional full event-page enrichment for ticketing, hosts, RSVP status counts, timestamps, short URLs, and similar event IDs. |
| Host profiles | Supports /u/{userId} profiles and their published events. |
| Pagination | Follows Partiful feed cursors until exhausted, maxItems is reached, a page yields zero new events, or the 20-page safety cap is hit. |
| Bounded expansion | Similar events are capped to one hop and five similar events per source event. |
| Telemetry | Writes sanitized run telemetry on Apify when Firebase environment variables are configured. |
Input
{"startUrls": [{ "url": "https://partiful.com/explore/nyc" }],"maxItems": 200,"getEventDetails": false,"includeSimilarEvents": false,"maxConcurrency": 10,"proxyConfiguration": { "useApifyProxy": false },"debugMode": false}
Supported URLs
| URL | Behavior |
|---|---|
https://partiful.com/explore | Crawls all regions discovered from Partiful bootstrap data. |
https://partiful.com/explore/nyc | Crawls one region and all tags discovered for that region. |
https://partiful.com/explore/nyc?tag=MUSIC | Crawls the requested region/tag feed directly. |
https://partiful.com/e/{eventId} | Always returns a detailed event record, even when getEventDetails is off. |
https://partiful.com/u/{userId} | Returns one host profile record plus the host's published events. |
https://go.partiful.com/{code} | Follows the redirect and scrapes the target event. |
Output
The dataset contains records with type: "event" or type: "host".
{"type": "event","id": "exampleEvent123","url": "https://partiful.com/e/exampleEvent123","title": "Example Rooftop Social","startDate": "2026-07-10T23:00:00.000Z","timezone": "America/New_York","venueName": "Example Hall","addressLines": ["100 Example St", "New York, NY 10001"],"region": "NYC","goingGuestCount": 42,"sourceType": "feed","detail": null,"scrapedAt": "2026-07-08T12:00:00.000Z"}
Detailed event records include a detail object with ticketing, host summaries, RSVP counts, and similar event IDs.
Host profile records include name, bio, socials, photoUrl, isManaged, and publishedEventCount.
Pricing
This actor uses pay-per-event pricing aligned with the direct Partiful scraper competition.
| Event | Description |
|---|---|
basic-event | $0.003 per event pushed from explore/feed data. |
detailed-event | $0.003 per event pushed from an event page or host-published events. |
host-profile | $0.003 per host profile record. |
apify-actor-start | $0.00005 per run start. |
Owner test runs may show zero user-facing charge while still recording charge event counts.
Notes
Partiful currently exposes the required public data through JSON endpoints. Use proxies only if persistent 403 responses appear. Password-protected event pages are skipped without charge.