Partiful Events Scraper avatar

Partiful Events Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Partiful Events Scraper

Partiful Events Scraper

Scrape public Partiful explore events in NYC, LA, and San Francisco. Extract titles, dates, venues, descriptions, images, RSVP counts, and event URLs — a Partiful API alternative for event discovery and automation.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Creative Scraps

Creative Scraps

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

6 days ago

Last modified

Categories

Share

What does Partiful Events Scraper do?

Partiful Events Scraper extracts public, discoverable events from Partiful — the social invite platform used for parties, community hangouts, pop-ups, and ticketed gatherings.

It scrapes Partiful’s public Explore page, parses embedded event data, and returns structured JSON with titles, dates, locations, descriptions, images, guest counts, and direct event URLs. Use it as a Partiful API alternative for event discovery, local calendars, marketing research, and automation pipelines.

Scope: This Actor only returns events listed on Partiful Explore (public events). Private invite-only events are not accessible without an invite link.


Why scrape Partiful?

Partiful has become a go-to platform for social and community events — especially in NYC, LA, and the Bay Area. There is no public developer API, so scraping is the practical way to:

  • Build local event feeds and city calendars
  • Monitor trending public events in major metros
  • Enrich event databases for apps, newsletters, or recommendation engines
  • Track community gatherings, pop-ups, and social activations alongside Ticketmaster, Eventbrite, and Luma data

Features

  • Scrapes Partiful Explore trending events for NYC, Los Angeles, and San Francisco
  • Filters by city/region and date range
  • Returns normalized fields: title, description, start/end time, timezone, venue, address, image, RSVP counts, and event URL
  • Runs on Apify with proxy support, scheduling, API access, and dataset export (JSON, CSV, Excel)

What data can you extract?

FieldDescription
name / titleEvent title
urlPublic Partiful event link (partiful.com/e/...)
startAt / endAtISO 8601 start and end datetime
timezoneIANA timezone (e.g. America/New_York)
descriptionEvent description text
coverImageUrlEvent cover image URL
location.venueVenue or place name
location.addressFormatted address lines
location.cityCity / approximate location
location.neighborhoodNeighborhood when available
guestCounts.goingNumber of guests marked going
guestCounts.interestedNumber of interested guests
regionPartiful region code: NYC, LA, or SF
partiful_event_idUnique Partiful event ID

How to scrape Partiful events

  1. Open Partiful Events Scraper on Apify Store and click Try for free or Start.
  2. Choose a city (New York, Los Angeles, or San Francisco) — or leave city empty to scrape all three explore regions.
  3. Set startDate and endDate in YYYY-MM-DD format to filter the date window.
  4. Click Start and wait for the run to finish.
  5. Download results from the Dataset tab as JSON, CSV, or Excel — or call the Actor via the Apify API.

Quick start input

{
"city": "New York",
"startDate": "2026-08-01",
"endDate": "2026-12-31",
"maxItems": 20
}

Leave city empty to return trending events from NYC, LA, and SF in one run.


How much will it cost?

This Actor runs on Apify platform usage (compute + proxy traffic). Each run fetches a single Explore page and typically returns up to ~15 public trending events (about 5 per region).

Because Explore is a single-page scrape, runs are fast and inexpensive — usually a few cents per run depending on your Apify plan and proxy settings. Residential proxies are enabled by default but can be adjusted in input.

For high-volume pipelines, schedule weekly runs per city rather than continuous polling.


Input

See the Input tab in Apify Console for the full schema. Main fields:

FieldRequiredDescription
cityNoNew York, Los Angeles, or San Francisco. Omit for all regions.
regionNoOverride with NYC, LA, or SF
startDateNoYYYY-MM-DD — default: today (UTC)
endDateNoYYYY-MM-DD — default: +30 days (UTC)
maxItemsNoStop after N events
proxyConfigurationNoApify proxy settings (residential by default)

Output

Results are saved to the default Dataset. Export as JSON, CSV, HTML, or Excel from the run page or via API.

Sample output

{
"source": "partiful",
"partiful_event_id": "G5T1visd0LOmscq9n7pA",
"name": "Guinness world record attempt: DUCK DUCK GOOSE",
"title": "Guinness world record attempt: DUCK DUCK GOOSE",
"url": "https://partiful.com/e/G5T1visd0LOmscq9n7pA",
"startAt": "2026-10-24T17:00:00.000Z",
"endAt": null,
"timezone": "America/New_York",
"description": "Reclaim your childhood and join the world's largest game of duck duck goose!...",
"coverImageUrl": "https://firebasestorage.googleapis.com/v0/b/getpartiful.appspot.com/o/...",
"location": {
"venue": "Central Park",
"fullAddress": "New York, NY, New York, NY 10028",
"address": "New York, NY, New York, NY 10028",
"city": "New York, NY",
"neighborhood": "Central Park"
},
"guestCounts": {
"interested": 389,
"going": 242,
"approved": 0
},
"region": "NYC",
"isPublic": true,
"status": "PUBLISHED"
}

Limits and tips

  • Public explore only — Most Partiful events are private (invite-link access). This Actor surfaces only what Partiful shows on /explore.
  • Three metros today — Explore currently highlights NYC, LA, and SF (~5 trending events each).
  • Date filtering happens after scrape — events outside your date window are excluded from output.
  • No coordinates — Partiful explore data usually includes addresses but not lat/lon; geocode downstream if needed.

FAQ

Does Partiful have an official API?

No public developer API exists for listing explore events. This Actor provides structured access to public explore data.

Can I scrape private Partiful events?

No. Only public events visible on Partiful Explore are returned.

Which cities are supported?

New York (NYC), Los Angeles (LA), and San Francisco / Bay Area (SF). Omit city to fetch all three.

Can I run this on a schedule?

Yes. Use Apify Schedules or call the Actor from n8n, Zapier, Make, or your own backend via the Apify API.


Disclaimer

Our Actors are ethical and do not extract private user data such as email addresses or phone numbers. They only extract information from publicly discoverable Partiful explore listings. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your use case is compliant, consult your legal team.

Partiful is a trademark of its respective owner. This Actor is not affiliated with or endorsed by Partiful.


Support

Found a bug or need a new field? Open an issue on the Actor’s Issues tab in Apify Console. For API integration, see the API tab on your Actor run page.