| title | Quick start |
|---|---|
| description | Learn how to create, run, and manage Actors using Apify CLI. |
Learn how to create, run, and manage Actors using Apify CLI.
Before you begin, make sure you have the Apify CLI installed on your system. If you haven't installed it yet, follow the installation guide.
Run the following command in your terminal. It will guide you step by step through the creation process.
apify create:::info Explore Actor templates
The Apify CLI will prompt you to choose a template. Browse the full list of templates to find the best fit for your Actor.
:::
Once the Actor is initialized, you can run it:
apify runYou'll see output similar to this in your terminal:
INFO System info {"apifyVersion":"3.4.3","apifyClientVersion":"2.12.6","crawleeVersion":"3.13.10","osType":"Darwin","nodeVersion":"v22.17.0"}
Extracted heading { level: 'h1', text: 'Your full‑stack platform for web scraping' }
Extracted heading { level: 'h3', text: 'TikTok Scraper' }
Extracted heading { level: 'h3', text: 'Google Maps Scraper' }
Extracted heading { level: 'h3', text: 'Instagram Scraper' }Once you are ready, you can push your Actor to the Apify platform, where you can schedule runs, or make the Actor public for other developers.
apify login:::note Create an Apify account
Before you can interact with the Apify Console, create an Apify account.
When you run apify login, you can choose one of the following methods:
- Sign in via the Apify Console in your browser — recommended.
- Provide an Apify API token — alternative method.
The interactive prompt will guide you through either option.
:::
apify pushYou can run your Actor on the Apify platform. In the following example, the command runs apify/hello-world on the Apify platform.
apify call apify/hello-world- Check the command reference for more information about individual commands.
- If you have a problem with the Apify CLI, check the troubleshooting guide.
- Learn more about Actors.