Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.5 KB

README.rst

File metadata and controls

53 lines (35 loc) · 1.5 KB

zyte-spider-templates

PyPI Version Supported Python Versions Automated tests Coverage report

Spider templates for automatic crawlers.

This library contains Scrapy spider templates. They can be used out of the box with the Zyte features such as Zyte API or modified to be used standalone. There is a sample Scrapy project for this library that you can use as a starting point for your own projects.

Requirements

  • Python 3.8+
  • Scrapy 2.11+

Installation

pip install zyte-spider-templates

Spiders

  • EcommerceSpider: a spider that can scrape products from any e-commerce website.