Universal Event Scraper
Pricing
Pay per event
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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
The Universal Event Scraper is an Apify Actor that combines four specialised scrapers into a single run.
| Platform | Type | Individual Actor |
|---|---|---|
| AllEvents.in | General events | AllEvents Scraper |
| EventsEye.com | Trade shows & exhibitions | EventsEye Scraper |
| District.in | Ticketed events | District Scraper |
| Meetup.com | Community meetups | Coming 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
- Open the Actor on Apify
- Select one or more sources (
allevents,eventseye,district,meetup) - Enter the city/location whose events are to be fetched
- Set the maximum number of events to fetch per source
- Click Run
- Download or access your dataset in JSON, CSV, or Excel
🧩 Input Configuration
| Field | Type | Required | Description |
|---|---|---|---|
source | Array | ✔️ Yes | One or more sources: "allevents", "eventseye", "district", "meetup" |
location | String | ✔️ Yes | City name used by all scrapers (e.g. "chicago") |
limit | Integer | ❌ No | Max 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
| Field | Type | Description |
|---|---|---|
source | String | Platform the event was scraped from |
title | String | Event name |
url | String | Direct link to the event page |
date | String | Event date/time (format varies by source) |
city | String | City the event is in |
venue | String | Venue name ("N/A" if unavailable) |
price | String | Ticket price or "Free" / "N/A" |
venue_address | String | Full 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:
limitapplies per source. Withlimit: 50and 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.