python3-scrapy
Python web scraping and crawling framework (Python 3)
Install
- All systems
-
curl cmd.cat/python3-scrapy.sh
- Debian
-
apt-get install python3-scrapy - Ubuntu
-
apt-get install python3-scrapy - Kali Linux
-
apt-get install python3-scrapy - Fedora
-
dnf install python3-scrapy - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3-scrapy
python3-scrapy
Python web scraping and crawling framework (Python 3)
Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from their pages. It can be used for a wide range of purposes, from data mining to monitoring and automated testing. This package provides the scrapy module for Python 3.