Partiful Events Scraper avatar

Partiful Events Scraper

Pricing

from $3.00 / 1,000 basic events

Go to Apify Store
Partiful Events Scraper

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

Hypebridge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Share

Scrape public Partiful explore feeds, event pages, host profiles, and host-published events with direct HTTP calls. No browser is used.

Features

CapabilityDetails
Explore feedsSupports https://partiful.com/explore, region feeds such as /explore/nyc, and ?tag= feed tabs.
Event detailsOptional full event-page enrichment for ticketing, hosts, RSVP status counts, timestamps, short URLs, and similar event IDs.
Host profilesSupports /u/{userId} profiles and their published events.
PaginationFollows Partiful feed cursors until exhausted, maxItems is reached, a page yields zero new events, or the 20-page safety cap is hit.
Bounded expansionSimilar events are capped to one hop and five similar events per source event.
TelemetryWrites 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

URLBehavior
https://partiful.com/exploreCrawls all regions discovered from Partiful bootstrap data.
https://partiful.com/explore/nycCrawls one region and all tags discovered for that region.
https://partiful.com/explore/nyc?tag=MUSICCrawls 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.

EventDescription
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.