Skip to content

Scrapy project to scrape meetup.com using scrapy and selenium

Notifications You must be signed in to change notification settings

gowrijp/meetup-scraper-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

meetup-scraper-

Scrapy project to scrape meetup.com using scrapy and selenium

meetup.com is relying on a JS-heavy React framework, so Scrapy cannot get to the needed web elements and extract data from them. This is where Selenium comes in handy by virtually making a request to the server while also sending the headers that the server will accept without blocking your bot or distorting the data. Another thing that you notice, which calls for Selenium or alike— is the infamous infinite scroll.

In the settings.py file 1) DEFAULT_REQUEST_HEADERS, which are a part of any request your browser sends to the web server is added.

About

Scrapy project to scrape meetup.com using scrapy and selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages