Meetup Scraper avatar

Meetup Scraper

Try for free

No credit card required

View all Actors
Meetup Scraper

Meetup Scraper

filip_cicvarek/meetup-scraper
Try for free

No credit card required

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.

LL

URL not scraped

Closed

literal_loot opened this issue
16 days ago

Hello, I tried to scrap meetup events with the following settings:

{ "city": "katowice", "country": "pl", "maxResults": 1, "scrapeEventAddress": true, "scrapeEventDates": true, "scrapeEventDetails": true, "scrapeEventName": true, "scrapeEventPerex": false, "scrapeEventPrice": false, "scrapeEventTags": false, "scrapeEventUrl": true, "scrapeHostedBy": false, "scrapeOrganizedByGroup": false, "searchKeyword": "javascript" }

but my output is lacking event url:

[ { "eventName": "#75 - async generators", "eventDetails": "Details\n\nThe event is managed at: https://lu.ma/czhpx9st\n\nWhy is it not managed here? See the discussion on this event https://www.meetup.com/javascript-the-language/discussions/", "eventDates": "2024-09-19T19:00:00+02:00", "eventAddress": "Online event" } ]

filip_cicvarek avatar

Hello, looks like the structure of meetup web has changed slightly, I will try to address the issue by tomorrow. Sorry about that.

LL

literal_loot

15 days ago

OK, thank you :)

filip_cicvarek avatar

It should work now, please give it a try, using the latest build.

Developer
Maintained by Community
Actor metrics
  • 9 monthly users
  • 4 stars
  • 100.0% runs succeeded
  • 6 hours response time
  • Created in Jul 2024
  • Modified about 8 hours ago