Partiful Event Scraper
Pricing
from $3.00 / 1,000 results
Partiful Event Scraper
Scrape public events from Partiful by city. Extract event titles, dates, locations, guest counts, host profiles, cover images, and more — no login required.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Helios
Actor stats
1
Bookmarked
5
Total users
1
Monthly active users
24 days ago
Last modified
Categories
Share
Extract public events from Partiful — the viral social event platform. Scrape events by city including titles, dates, locations, guest counts, host profiles, and more. No login or API key required.
What it does
This actor visits Partiful's public explore pages and collects all listed events. It supports 9 major cities and can optionally visit each event's detail page to retrieve full data including complete host profiles and all guest count breakdowns.
Use cases
- Event marketing research — identify popular events and trends by city
- Lead generation — find event organizers and communities in your target market
- Competitive intelligence — monitor event activity in your industry
- Social listening — track which events are gaining traction
- Data analysis — build datasets of local events for research or apps
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
cities | array | ["nyc","la","sf"] | City slugs to scrape. Options: nyc, la, sf, bos, dc, chi, lon, mia, atx |
maxEventsPerCity | integer | 50 | Max events per city (1–500) |
fetchEventDetails | boolean | true | Visit each event page for full data. Disable for faster/cheaper runs |
proxyConfiguration | object | — | Optional proxy settings |
Supported cities
| Slug | City |
|---|---|
nyc | New York City |
la | Los Angeles |
sf | San Francisco |
bos | Boston |
dc | Washington, D.C. |
chi | Chicago |
lon | London |
mia | Miami |
atx | Austin |
Output
Each result is a JSON record saved to the default dataset:
{"id": "x82ndPsPYCo1qWGuSMUo","url": "https://partiful.com/e/x82ndPsPYCo1qWGuSMUo","shortUrl": "https://partiful.com/e/x82ndPsPYCo1qWGuSMUo","title": "Abbode Sample Sale","description": "Come shop our end-of-season sale...","city": "New York City","location": "108 Madison St, New York, NY 10002","startDate": "2026-04-11T15:00:00.000Z","endDate": "2026-04-11T20:00:00.000Z","timezone": "America/New_York","status": "published","isPublic": true,"visibility": "public","guestCount": 1867,"goingCount": 1608,"interestedCount": 162,"maybeCount": 0,"declinedCount": 0,"waitlistCount": 97,"hosts": [{"name": "Abbode","id": "user123","profileUrl": "https://partiful.com/u/user123","photoUrl": "https://cdn.partiful.com/images/..."}],"theme": "dark","effect": "confetti","titleFont": "serif","coverImageUrl": "https://cdn.partiful.com/images/...","publishedAt": "2026-03-15T10:00:00.000Z","createdAt": "2026-03-15T09:30:00.000Z","updatedAt": "2026-04-10T18:00:00.000Z","scrapedAt": "2026-04-11T01:00:00.000Z"}
Performance & cost
- Fast mode (
fetchEventDetails: false): ~1–2 requests per city. Very cheap. - Full mode (
fetchEventDetails: true): 1 explore request + 1 per event. ~50 requests for 50 events/city. - Pricing: $0.003 per event (pay per result)
Legal
This actor only accesses publicly available data from Partiful's explore pages. It does not access private events, user accounts, or any data requiring authentication. Always comply with Partiful's Terms of Service and applicable laws.