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: content/academy/expert_scraping_with_apify/crawlee.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,17 @@ paths:
6
6
- expert-scraping-with-apify/crawlee
7
7
---
8
8
9
-
# [](#the-apify-sdk) The Apify SDK
9
+
# [](#crawlee) Crawlee and the Apify SDK
10
10
11
-
[**Crawlee**](https://crawlee.dev/) is one of the most fundamental parts of developing for the Apify platform. It is an open-source JavaScript library built on top of these technologies:
11
+
[**Crawlee**](https://crawlee.dev/) is an open source web-automation library developed by Apify, and the Apify SDK one of the most fundamental parts of developing for the Apify platform. Both are built on top of these technologies:
12
12
13
13
- Apify actors (which run the Node.js app built with the Crawlee inside a Docker container)
14
14
- The Apify API/Apify Client (on the Apify platform)
15
15
- Your local operating system (for local development)
0 commit comments