Meetup Scraper

Apify

Collect public Meetup events and group information from search inputs or URLs.

Capability
Event discovery
Current price
$0.0014/result
Availability
Ready to run
Last accepted verification

What this API does

Search Meetup for public groups or events by keyword, city and country, with a bounded result count.

Agents select this operation with tool ID apify.filip-cicvarek-meetup-scraper, then inspect its current executable contract before a run.

Public input and output shape

Input

inputobject · optional

Provider-specific public source, URL or search criteria.

maxItemsnumber · optional

Maximum number of records to return.

Output

endDateTimestring

Returned end date time value.

eventNamestring

Returned event name value.

eventStatusstring

Returned event status value.

eventTypestring

Returned event type value.

eventUrlstring

Returned event url value.

isOnlineboolean

Returned is online value.

isPaidEventboolean

Returned is paid event value.

organizedByGroupstring

Returned organized by group value.

startDateTimestring

Returned start date time value.

timezonestring

Returned timezone value.

venueobject

Returned venue value.

Example request and output

This reviewed worked example is shared with inspect. Inspect also returns the current executable schema and price estimate before a paid run.

Request

{
  "tool_id": "apify.filip-cicvarek-meetup-scraper",
  "input": {
    "input": {
      "city": "London",
      "mode": "events",
      "country": "gb",
      "maxResults": 2,
      "searchKeyword": "Tripco"
    },
    "maxItems": 2
  }
}

Output

{
  "venue": {
    "city": "London",
    "name": "SATYRIO",
    "address": "49 Aldgate High St, EC3N 1AL"
  },
  "eventUrl": "https://www.meetup.com/tripco/events/316112324/",
  "isOnline": false,
  "timezone": "Europe/London",
  "eventName": "Tripco London · Aperitivo Italiano 🇮🇹 @Satyrio",
  "eventType": "PHYSICAL",
  "endDateTime": "2026-08-27T23:30:00+01:00",
  "eventStatus": "ACTIVE",
  "isPaidEvent": false,
  "startDateTime": "2026-08-27T18:30:00+01:00",
  "organizedByGroup": "Tripco"
}
Teaching errors and limitations

No listing-specific teaching errors are published. Inspect the tool before running to receive the current schema and error guidance.

Updated
18 August 2026

Use Meetup Scraper with Scrollport

Scrollport identifies and validates the best-in-class API tools and provides them on a pay-as-you-go basis so you don't need to maintain a separate provider account, subscription or credits.

Give your agent the setup prompt to receive $1 in trial credit and start using the tools right away.