/Scraping

With Selenium, Scrapy and Beautiful Soup, you can scrape most of the websites.

Primary LanguageJupyter Notebook

Scraping

This repository contains code for web scraping using Selenium, Scrapy, and BeautifulSoup. Each tool offers unique features and advantages, allowing for versatile scraping solutions.

Contents

  • Scrapy: Python script for web scraping using Scrapy.
  • BeautifulSoup: Python script for web scraping using BeautifulSoup.
  • Selenium: Python script for web scraping using Selenium