Partiful Event Scraper avatar

Partiful Event Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Partiful Event Scraper

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

Helios

Maintained by Community

Actor stats

1

Bookmarked

5

Total users

1

Monthly active users

24 days ago

Last modified

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

ParameterTypeDefaultDescription
citiesarray["nyc","la","sf"]City slugs to scrape. Options: nyc, la, sf, bos, dc, chi, lon, mia, atx
maxEventsPerCityinteger50Max events per city (1–500)
fetchEventDetailsbooleantrueVisit each event page for full data. Disable for faster/cheaper runs
proxyConfigurationobjectOptional proxy settings

Supported cities

SlugCity
nycNew York City
laLos Angeles
sfSan Francisco
bosBoston
dcWashington, D.C.
chiChicago
lonLondon
miaMiami
atxAustin

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)

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.