/Scrapy-Practice-Codes

Different scrapy spiders to learn different functions of scrapy

Primary LanguagePythonMIT LicenseMIT

Scrapy Practice/Demo Codes

Different scrapy spiders to learn different functions of scrapy

Resource: The Scrapy PlayBook

This is a simple tutorial on how to use Splash with Scrapy. It uses the tutorial from the official documentation and adds some comments for configuring the scrapy_splash

Basically it used to automatically send headers and run js and lua scripts

References: ScrapeOps

This is a simple tutorial on how to use Playwright with Scrapy. It uses the tutorial from the official documentation and adds some comments for configuring the scrapy_playwright

References: The Scrapy Playbook

This is a simple tutorial on how to use pagination in scrapy. It uses the tutorial from the official documentation.

References: The Scrapy Playbook

This is a simple tutorial on how to login to amazon.com using scrapy. It uses the tutorial from the official documentation.

References: The Scrapy Playbook