Skip to content

Commit 2acb9c6

Browse files
docs: Add links to correct monetization docs
1 parent 3f023dd commit 2acb9c6

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

apify-api/openapi/paths/actor-runs/actor-runs@{runId}@charge.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ post:
77
The event you are charging for must be one of the configured events in your Actor. If the Actor is not set up as pay per event, or if the event is not configured,
88
the endpoint will return an error. The endpoint must be called from the Actor run itself, with the same API token that the run was started with.
99
10+
For more details about PPE pricing, see our [PPE documentation](/platform/actors/publishing/monetize/pay-per-event).
11+
1012
operationId: PostChargeRun
1113
parameters:
1214
- name: runId

sources/academy/ai/ai-agents.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,12 @@ Common issues and solutions:
251251

252252
Apify's pay-per-event (PPE) pricing model allows charging users based on specific triggered events through the API or SDKs.
253253

254+
:::info How pay-per-event pricing works
255+
256+
If you want more details about PPE pricing, please refer to our [PPE documentation](/platform/actors/publishing/monetize/pay-per-event).
257+
258+
:::
259+
254260
### Step 1: Define chargeable events
255261

256262
You can configure charges for events like the Actor starting, a task completing successfully, or custom events such as specific API calls.

sources/academy/platform/get_most_of_actors/store_basics/how_actor_monetization_works.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ Monetizing your Actor on the Apify platform involves several key steps:
3333
- 2nd user starts their trial but pays next month.
3434
- 3rd user on a free plan finishes the trial without upgrading to a paid plan and can’t use the Actor further.
3535

36-
Learn more about the rental pricing model in our [documentation](/platform/actors/publishing/monetize#rental-pricing-model).
36+
:::info Rental pricing details
37+
38+
If you want more details about rental pricing, please refer to our [rental pricing documentation](/platform/actors/publishing/monetize/rental).
39+
40+
:::
3741

3842
### Pay-per-result pricing model
3943

@@ -49,7 +53,11 @@ Learn more about the rental pricing model in our [documentation](/platform/actor
4953
- Dataset storage: $1 per 1,000 GB-hours
5054
- _Example_: you set a price of $1 per 1,000 results. Two users generate 50,000 and 20,000 results, paying $50 and $20, respectively. If the platform usage costs are $5 and $2, your profit is $49.
5155

52-
Learn more about the pay-per-result pricing model in our [documentation](/platform/actors/publishing/monetize#pay-per-result-pricing-model).
56+
:::info Pay-per-result details
57+
58+
If you want more details about PPR pricing, please refer to our [PPR documentation](/platform/actors/publishing/monetize/pay-per-result).
59+
60+
:::
5361

5462
### Pay-per-event pricing model
5563

@@ -77,7 +85,11 @@ Learn more about the pay-per-result pricing model in our [documentation](/platfo
7785
- This comes up to $1.625 of total revenue
7886
- That means if platform usage costs are $0.365 for user A and $0.162 for user B your profit is $4.748
7987

80-
Learn more about the pay-per-event pricing model in our [documentation](/platform/actors/publishing/monetize#pay-per-event-pricing-model).
88+
:::info Pay-per-event details
89+
90+
If you want more details about PPE pricing, please refer to our [PPE documentation](/platform/actors/publishing/monetize/pay-per-event).
91+
92+
:::
8193

8294
## Setting up monetization
8395

0 commit comments

Comments
 (0)