Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
174 changes: 174 additions & 0 deletions sources/platform/actors/running/images/configure-and-run-actor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
198 changes: 198 additions & 0 deletions sources/platform/actors/running/images/results-of-actor-run.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 3 additions & 11 deletions sources/platform/actors/running/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ To find an Actor in Apify Store:

For this tutorial, let's choose [Website Content Crawler](https://console.apify.com/actors/aYG0l9s7dbB7j3gbS/information/version-0/readme).

![Apify Store](./images/store.png)

### 2. Configure and run your Actor

Once you select the Actor, you will be taken to the Actor's detail page.
Expand All @@ -40,7 +38,7 @@ In the **Input** tab, you can customize your Actor's behavior. Website Content C

To run the Actor, click **Start**.

![Actor input](./images/apify-input.png)
![Website Content Crawler in Apify Console. Input tab is open and the Start button is highlighted](./images/configure-and-run-actor.svg)

### 3. Wait for the results

Expand All @@ -49,17 +47,11 @@ The Actor might take a while to gather results and finish its run. While waiting
- Check the tabs where you can find more information about the Actor run. For example, its logs or storage.
- Use the **API** button to view the related API endpoints.

![Run](./images/actor-run.png)
![Website Content Crawler in Apify Console. Output tab is open and the API and Export buttons are highlighted](./images/results-of-actor-run.svg)

### 4. Save the results

The results of the Actor run appear in the **Output** tab.

![Actor results](./images/actor-results.png)

To save the data, click **Export**. You can choose from multiple formats.

![Export results](./images/export-results.png)
The results of the Actor run appear in the **Output** tab. To save the data, click **Export**. You can choose from multiple formats.

And that's it! You've run your first Actor!

Expand Down
Loading