You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/02-guides/05-scrapy.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@ title: Using Scrapy
3
3
sidebar_label: Using Scrapy
4
4
---
5
5
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
+
6
12
Scrapy is an open-source web scraping framework written in Python.
7
13
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.
0 commit comments