Skip to content
Open
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
6 changes: 3 additions & 3 deletions sources/platform/actors/development/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Actor development
title: Developing Actors
description: Read about the technical part of building Apify Actors. Learn to define Actor inputs, build new versions, persist Actor state, and choose base Docker images.
sidebar_label: Development
sidebar_position: 7.4
sidebar_label: Developing
sidebar_position: 2
slug: /actors/development
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: Monetize your Actor
title: Monetizing Actors
description: Monetize your Actors on Apify Store and earn regular passive income.
slug: /actors/publishing/monetize
sidebar_position: 2.5
sidebar_position: 4
sidebar_label: Monetizing
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import RentalSunset from '../../../../_partials/_rental-sunsetting.mdx';
import RentalSunset from '../../../_partials/_rental-sunsetting.mdx';

Apify Store allows you to monetize your web scraping, automation, and AI agent projects by publishing them as paid Actors.

Expand Down Expand Up @@ -41,7 +42,7 @@ The monetization setup consists of three steps:
1. In the **Primary event** step, select the event that best represents the main value of your Actor. By default, the dataset event or the only existing event is used.
1. In the **Review** step, verify the final pricing for your Actor before confirming.

![Publication tab in Apify Console](../images/monetization.svg)
![Publication tab in Apify Console](./images/monetization.svg)

### Change monetization

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /actors/publishing/monetize/rental
sidebar_position: 3
---

import RentalSunset from '../../../../_partials/_rental-sunsetting.mdx';
import RentalSunset from '../../../_partials/_rental-sunsetting.mdx';

<RentalSunset/>

Expand Down
7 changes: 4 additions & 3 deletions sources/platform/actors/publishing/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Publishing and monetization
title: Publishing Actors
description: Learn the stages involved in publishing and monetizing Actors on the Apify platform, from development and testing to promotion in Apify Store.
sidebar_position: 7.5
sidebar_position: 3
sidebar_label: Publishing
slug: /actors/publishing
---

Expand All @@ -16,7 +17,7 @@ To build & publish an Actor on [Apify Store](https://apify.com/store), you'll go
3. [Testing](../development/automated_tests.md).
4. [Promotion](https://apify.notion.site/3fdc9fd4c8164649a2024c9ca7a2d0da?v=6d262c0b026d49bfa45771cd71f8c9ab).

## Benefits of publishing and monetization
## Benefits of publishing your Actor

Publishing your Actor on Apify Store transforms your code, eliminating traditional SaaS development overhead. When you publish your Actor you gain access to:

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/actors/publishing/publish-task.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ When a visitor clicks the call-to-action button, Apify creates a new task under

## Next steps

- Set up [monetization](./monetize/index.mdx) for your Actor.
- Set up [monetization](/actors/publishing/monetize) for your Actor.
- Track quality with the [Actor quality score](./quality_score.mdx).
3 changes: 2 additions & 1 deletion sources/platform/actors/running/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Running Actors
description: Start an Actor from Apify Console or via API. Learn about Actor lifecycles, how to specify settings and version, provide input, and resurrect finished runs.
sidebar_position: 7.1
sidebar_position: 1
sidebar_label: Running
slug: /actors/running
---

Expand Down
Loading