Skip to content

Commit dcb005b

Browse files
authored
docs: scrapy-migrator mention (#145)
closes #144
1 parent 426f5a7 commit dcb005b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/02-guides/05-scrapy.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: Using Scrapy
33
sidebar_label: Using Scrapy
44
---
55

6+
:::tip
7+
8+
Our CLI now has native support for running Scrapy spiders on Apify! Check out the [Scrapy migration guide](https://docs.apify.com/cli/docs/integrating-scrapy) for more information.
9+
10+
:::
11+
612
Scrapy is an open-source web scraping framework written in Python.
713
It provides a complete set of tools for web scraping, including the ability to define how to extract data from websites, handle pagination and navigation.
814

0 commit comments

Comments
 (0)