Universal Event Scraper avatar

Universal Event Scraper

Pricing

Pay per event

Go to Apify Store
Universal Event Scraper

Universal Event Scraper

The Universal Event Scraper is an Apify Actor that combines four specialized scrapers into a single run. Allevents.in Eventseye.com District.in Meetup.com. It automatically handles dynamic content and produces clean structured data that can be exported or integrated into other systems.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Techforce

Techforce

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

The Universal Event Scraper is an Apify Actor that combines four specialised scrapers into a single run.

PlatformTypeIndividual Actor
AllEvents.inGeneral eventsAllEvents Scraper
EventsEye.comTrade shows & exhibitionsEventsEye Scraper
District.inTicketed eventsDistrict Scraper
Meetup.comCommunity meetupsComing soon

💡 Want to scrape just one platform? Click the individual actor link in the table above.

It automatically handles dynamic content, pagination, and lazy loading, and produces clean structured data that can be exported or integrated into other systems.


⭐ Features

  • Scrapes event names, dates, venues, prices, URLs, and more
  • Supports four sources in one actor: general events, trade shows, ticketed events, and community meetups
  • All sources produce a standardised output schema — one consistent record format regardless of platform
  • Exports results as JSON, CSV, Excel, or via API
  • Designed to run efficiently on Apify Cloud with automatic retries and error handling

📝 Example Use Cases

  • Build your own event directory or aggregator
  • Monitor upcoming events in a specific city or industry
  • Feed events into calendars, CRMs, dashboards, or apps
  • Collect leads by scraping webinars, conferences, trade shows, or workshops

🚀 How to Use

  1. Open the Actor on Apify
  2. Select one or more sources (allevents, eventseye, district, meetup)
  3. Enter the city/location whose events are to be fetched
  4. Set the maximum number of events to fetch per source
  5. Click Run
  6. Download or access your dataset in JSON, CSV, or Excel

🧩 Input Configuration

FieldTypeRequiredDescription
sourceArray✔️ YesOne or more sources: "allevents", "eventseye", "district", "meetup"
locationString✔️ YesCity name used by all scrapers (e.g. "chicago")
limitInteger❌ NoMax events per source. Default 50, minimum 0, maximum 100

Example Input

{
"source": ["allevents", "eventseye", "district", "meetup"],
"location": "chicago",
"limit": 50
}

📤 Output Dataset

All four sources produce records in the same standardised schema. The source field tells you which platform each record came from. Fields that are unavailable for a given source are returned as "N/A".

Output Schema

FieldTypeDescription
sourceStringPlatform the event was scraped from
titleStringEvent name
urlStringDirect link to the event page
dateStringEvent date/time (format varies by source)
cityStringCity the event is in
venueStringVenue name ("N/A" if unavailable)
priceStringTicket price or "Free" / "N/A"
venue_addressStringFull venue address ("N/A" if unavailable)

allevents.in

{
"source": "allevents",
"title": "Chicago Jazz Festival 2025",
"url": "https://allevents.in/chicago/chicago-jazz-festival/2600029621208446",
"date": "Fri, 29 Aug, 2025 - 06:00 PM",
"city": "Chicago",
"venue": "Millennium Park",
"price": "N/A",
"venue_address": "N/A"
}

eventseye.com

{
"source": "eventseye",
"title": "International Manufacturing Technology Show",
"url": "https://www.eventseye.com/fairs/f-imts-1234.html",
"date": "13 - 18 Sep 2026",
"city": "Chicago",
"venue": "McCormick Place",
"price": "N/A",
"venue_address": "2301 S Lake Shore Dr, Chicago, IL 60616"
}

district.in

{
"source": "district",
"title": "Lollapalooza Chicago 2025",
"url": "https://www.district.in/events/lollapalooza-chicago-2025",
"date": "2025-07-31T12:00:00",
"city": "Chicago",
"venue": "Grant Park",
"price": "USD149",
"venue_address": "N/A"
}

meetup.com

{
"source": "meetup",
"title": "Chicago Python User Group — Monthly Meetup",
"url": "https://www.meetup.com/chipy/events/305123456",
"date": "2025-08-14T18:30:00+00:00",
"city": "Chicago",
"venue": "Braintree",
"price": "Free",
"venue_address": "222 W Merchandise Mart Plaza, Chicago, IL"
}

Note: limit applies per source. With limit: 50 and four sources selected, you get up to 200 total records.


🆘 Support

For issues, questions, or feature requests:
Email: bhavin.shah@techforceglobal.com


Made with ❤️ for the event discovery community

📅 Book a 15-min consultation

This Actor can be integrated into a fully automated n8n workflow — no manual steps, just end-to-end automation.

🌐 Website: techforceglobal.com