Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.65 KB

File metadata and controls

24 lines (16 loc) · 1.65 KB
title Apify CLI overview
description An introduction to Apify CLI, a command-line interface for creating, developing, building, and running Apify Actors and managing the Apify cloud platform.
sidebar_label Overview

Apify command-line interface (Apify CLI) helps you create, develop, build and run Apify Actors, and manage the Apify cloud platform from any computer.

Apify Actors are cloud programs that can perform arbitrary web scraping, automation or data processing job. They accept input, perform their job and generate output. The Apify CLI enables you to develop Actors locally on your computer using your preferred code editor, version control system, and development tools. This approach gives you full control over your development environment, makes it easier to work on complex projects, and allows you to leverage the Apify SDK with all its powerful features. When you're ready, simply push your Actor to the Apify cloud for deployment.

:::note Actor Development Environment

Actors running on the Apify platform are executed in Docker containers, so with an appropriate Dockerfile you can build your Actors in any programming language. However, we recommend using JavaScript/Node.js and Python, for which we provide most libraries and support.

:::

Learn more

Learn everything you need to use the Apify CLI effectively: