Skip to content

Commit 319c1ff

Browse files
vdusekhonzajavorek
authored andcommitted
docs: Improve the Features section in README (apify#772)
Co-authored-by: Honza Javorek <[email protected]>
1 parent c40a467 commit 319c1ff

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,11 @@ Why Crawlee is the preferred choice for web scraping and crawling?
185185

186186
### Why to use Crawlee rather than Scrapy?
187187

188-
- Crawlee has out-of-the-box support for **headless browser** crawling (Playwright).
189-
- Crawlee has a **minimalistic & elegant interface** - Set up your scraper with fewer than 10 lines of code.
190-
- Complete **type hint** coverage.
191-
- Based on standard **Asyncio**.
188+
- **Asyncio-based** – Leveraging the standard [Asyncio](https://docs.python.org/3/library/asyncio.html) library, Crawlee delivers better performance and seamless compatibility with other modern asynchronous libraries.
189+
- **Type hints** – Newer project built with modern Python, and complete type hint coverage for a better developer experience.
190+
- **Simple integration** – Crawlee crawlers are regular Python scripts, requiring no additional launcher executor. This flexibility allows to integrate a crawler directly into other applications.
191+
- **State persistence** – Supports state persistence during interruptions, saving time and costs by avoiding the need to restart scraping pipelines from scratch after an issue.
192+
- **Organized data storages** – Allows saving of multiple types of results in a single scraping run. Offers several storing options (see [datasets](https://crawlee.dev/python/api/class/Dataset) & [key-value stores](https://crawlee.dev/python/api/class/KeyValueStore)).
192193

193194
## Running on the Apify platform
194195

0 commit comments

Comments
 (0)