Meetup Scraper avatar
Meetup Scraper

Pricing

from $0.50 / 1,000 scraped events

Go to Apify Store
Meetup Scraper

Meetup Scraper

Extract event details from Meetup.com based on customizable input settings. Efficiently gathers data such as event names, hosts, dates, addresses, and more. Ideal for market analysis, event planning, and trend tracking. Easy to use with tailored scraping options for precise data extraction.

Pricing

from $0.50 / 1,000 scraped events

Rating

4.4

(6)

Developer

Filip Cicvárek

Filip Cicvárek

Maintained by Community

Actor stats

8

Bookmarked

194

Total users

16

Monthly active users

12 hours ago

Last modified

Share

Meetup Event Scraper

Meetup Event Scraper is a powerful and easy-to-use tool that allows you to extract event details from Meetup.com based on customizable input settings. Ideal for market analysis, event planning, and trend tracking.

Included features

  • Comprehensive Data Extraction: Scrape event names, descriptions, types, dates, addresses, attendees, pricing, and more.
  • Price/Fee Information: Extract event pricing details including fee amount, currency, and whether payment is required.
  • Efficient Data Gathering: Collects data efficiently for use in analysis and reporting.
  • Online and In-Person Event Support: Differentiates between online and in-person events, ensuring accurate data.
  • Event Logging: Logs each successfully retrieved event by its unique event ID.

How it works

  1. Create a Free Apify Account: Sign up at Apify.
  2. Open Meetup Scraper: Access the scraper from your Apify console.
  3. Input Settings: Customize the input settings to specify the location and search criteria.
  4. Run the Scraper: Start the scraper and wait for the data extraction to complete.
  5. Download Data: Export the data in JSON, CSV, Excel, or other formats from the dataset.

Input

The input for Meetup Event Scraper includes the search keyword, location (city, state, and country), maximum results, and optional date range.

Input Fields

FieldTypeRequiredDescription
searchKeywordstringNoKeyword to search for events (default: "javascript")
citystringYesCity to search for events
statestringNoState (required for US and Canada)
countrystringYesCountry code (2-letter, e.g., us, ca, uk)
maxResultsintegerYesMaximum number of events to scrape
startDateRangestringNoStart date for events (ISO 8601 format)

Example Input

{
"searchKeyword": "javascript",
"city": "san francisco",
"state": "ca",
"country": "us",
"maxResults": 10,
"startDateRange": "2024-09-06T00:00:00Z"
}

Output

The results will be stored in a dataset which you can access and download from the Storage tab. Each event will be logged with its unique event ID upon successful retrieval.

Output Fields

FieldTypeDescription
eventIdstringUnique event identifier
eventNamestringEvent title
eventDescriptionstringEvent details
eventTypestringONLINE or PHYSICAL
datestringEvent start date/time (ISO 8601)
addressstringVenue address or "Online event"
eventUrlstringURL to event page
organizedByGroupstringOrganizing group name
groupUrlnamestringGroup's URL name
maxAttendeesintegerMaximum ticket/attendee count
actualAttendeesintegerCurrent RSVP count
isPaidEventbooleanWhether event has a fee
feeAmountnumberPrice amount for the event
feeCurrencystringCurrency code (USD, EUR, etc.)
feeRequiredbooleanWhether fee payment is required

Example Output

{
"eventId": "302796934",
"eventName": "Unit Testing JavaScript & Node.js",
"eventDescription": "Learn how to test JavaScript code using modern testing frameworks.",
"eventType": "ONLINE",
"date": "2024-09-21T19:00:00-04:00",
"address": "Online event",
"eventUrl": "https://www.meetup.com/new-york-software-school/events/302796934/",
"organizedByGroup": "New York Software School",
"groupUrlname": "new-york-software-school",
"maxAttendees": 70,
"actualAttendees": 10,
"isPaidEvent": false,
"feeAmount": null,
"feeCurrency": null,
"feeRequired": null
}

Use Cases

  • Market Analysis: Understand trends and popular topics in your industry.
  • Event Planning: Identify key events and gather insights on potential speakers and attendees.
  • Trend Tracking: Keep track of new and recurring events to stay ahead of industry trends.
  • Price Comparison: Compare event pricing across different organizers and locations.

Integrations

You can integrate the Meetup Scraper with other tools and services using webhooks, APIs, or integration platforms like Zapier and Make. This allows you to automate workflows and streamline your data analysis processes.