Zyte AI spiders tutorial#

In this tutorial you will learn about AI spiders, ready-to-use Scrapy spiders that use Zyte API automatic extraction to automatically crawl and parse data from any website of a supported data type.

1. Run your first AI spider

Use Scrapy Cloud to create a project with Zyte AI-powered spiders in seconds, and run the e-commerce spider.

2. Customize with page objects

Extend or override AI parsing with custom page object classes.

3. Customize through subclassing

Implement custom crawling logic by subclassing AI spiders.

4. Use virtual spiders and templates

Create virtual spiders out of spider templates, and create your own templates.

5. Implement post-processing logic

Implement website-independent post-processing logic through item pipelines, such as filling automatic fields or changing the output item schema.

See also