# Tutorial for Web Scraping Copilot

With [GitHub Copilot](https://github.com/features/copilot) and [Web Scraping Copilot](../../../copilot/install.md#copilot-install) you
can write maintainable web scraping code using AI:

> [!WARNING]
> The **GitHub Copilot Free** plan is *not* recommended for
> AI-assisted web scraping. See [Code generation requirements](../../../copilot/requirements.md#codegen-requirements) for details.

> #### [1. Set up a project](setup.md)
> 
> Prepare Visual Studio Code and a Scrapy project with all prerequisites.

> #### [2. Generate parsing code](parse.md)
> 
> Use AI to generate parsing code for a webpage.

> #### [3. Generate crawling code](crawl.md)
> 
> Use AI to generate crawling code for a website.
