Selenium Web Scraping

How to Use Selenium to Web-Scrape with Example – Towards … Scraping NBA Player Names and Salaries from Using SeleniumPhoto by JC Gellidon on UnsplashSelenium is a Python library and tool used for automating web browsers to do a number of tasks. One of such is web-scraping to extract useful […]

How To Scrape Javascript Content

Web-scraping JavaScript page with Python – Stack Overflow I personally prefer using scrapy and selenium and dockerizing both in separate containers. This way you can install both with minimal hassle and crawl modern websites that almost all contain javascript in one form or another. Here’s an example: Use the scrapy […]

Web Scraping Python Beautifulsoup Javascript

Web-scraping JavaScript page with Python – Stack Overflow I personally prefer using scrapy and selenium and dockerizing both in separate containers. This way you can install both with minimal hassle and crawl modern websites that almost all contain javascript in one form or another. Here’s an example: Use the scrapy […]