@@ -3,6 +3,7 @@ id: introduction
33title : Overview
44sidebar_label : Overview
55description : ' The official library for creating Apify Actors in Python, providing tools for web scraping, automation, and data storage integration.'
6+ slug : /overview
67---
78
89The Apify SDK for Python is the official library for creating [ Apify Actors] ( https://docs.apify.com/platform/actors ) in Python.
@@ -30,16 +31,16 @@ async def main():
3031
3132The Apify SDK for Python provides:
3233
33- - ** Actor lifecycle management* * - Handle initialization, teardown, and graceful shutdowns
34- - ** Storage management* * - Work with Datasets, Key-Value Stores, and Request Queues
35- - ** Event handling* * - Respond to Actor events like migration, abort, and system info
36- - ** Proxy management* * - Rotate and manage proxies for web scraping
37- - ** Platform integration* * - Interact with other Actors, webhooks, and the Apify API
38- - ** Framework compatibility* * - Integrate with BeautifulSoup, Playwright, Selenium, Scrapy, and Crawlee
34+ - * Actor lifecycle management* - Handle initialization, teardown, and graceful shutdowns
35+ - * Storage management* - Work with Datasets, Key-Value Stores, and Request Queues
36+ - * Event handling* - Respond to Actor events like migration, abort, and system info
37+ - * Proxy management* - Rotate and manage proxies for web scraping
38+ - * Platform integration* - Interact with other Actors, webhooks, and the Apify API
39+ - * Framework compatibility* - Integrate with BeautifulSoup, Playwright, Selenium, Scrapy, and Crawlee
3940
4041## Next steps
4142
42- - ** [ Installation] ( ./installation ) * * - Install the SDK and set up your development environment
43- - ** [ Quick start] ( ./quick-start ) * * - Create and run your first Actor
44- - ** [ Concepts] ( ../concepts/actor-lifecycle ) * * - Learn about core SDK concepts
45- - ** [ Guides] ( ../guides/beautiful-soup ) * * - See how to integrate with popular libraries
43+ - * [ Installation] ( ./installation ) * - Install the SDK and set up your development environment
44+ - * [ Quick start] ( ./quick-start ) * - Create and run your first Actor
45+ - * [ Concepts] ( ../concepts/actor-lifecycle ) * - Learn about core SDK concepts
46+ - * [ Guides] ( ../guides/beautiful-soup ) * - See how to integrate with popular libraries
0 commit comments