You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/actors/publishing/monetize/pay_per_result.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,15 +61,15 @@ Set memory limits using `minMemoryMbytes` and `maxMemoryMbytes` in your [`actor.
61
61
62
62
:::note Memory requirements for browser-based scraping
63
63
64
-
When using browser automation tools like Puppeteer or Playwright for web scraping, increase the memory limits to accommodate the browser's memory usage.
64
+
When using browser automation tools like [Puppeteer](https://pptr.dev/) or [Playwright](https://playwright.dev/) for web scraping, increase the memory limits to accommodate the browser's memory usage.
65
65
66
66
:::
67
67
68
68
### Implement the `ACTOR_MAX_PAID_DATASET_ITEMS` check
69
69
70
70
This check prevents your Actor from generating more results than the user has paid for, protecting both you and your users from unexpected costs.
71
71
72
-
The `ACTOR_MAX_PAID_DATASET_ITEMS` environment variable contains the user-set limit on returned results for paid-per-result Actors. Do not exceed this limit. You can see the example implementation in the following code snippets.
72
+
The `ACTOR_MAX_PAID_DATASET_ITEMS` environment variable contains the user-set limit on returned results for pay-per-results Actors. Do not exceed this limit. You can see the example implementation in the following code snippets.
If you decide not to offer tiered discounts on your Actor, the unit prices for _FREE_ tier apply. To offer enterprise level services and unlock even cheaper unit prices for enterprise customers, please reach out to us.
46
46
@@ -50,7 +50,6 @@ When you monetize your Actor in Standby mode using pay per event mode only, you
50
50
51
51
:::
52
52
53
-
54
53
## Discount tiers and pricing strategy
55
54
56
55
Each user running your PPE or PPR Actor belongs to a discount tier:
Copy file name to clipboardExpand all lines: sources/platform/actors/publishing/monetize/rental.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The rental model, while easy to set up, is less profitable because its pricing d
41
41
42
42
### AI compatibility limitations
43
43
44
-
The growing limitation is AI compatibility. Apify's MCP server explicitly excludes rental Actors from search results, making them invisible to AI systems that dynamically select and execute tools. This significantly reduces your Actor's discoverability in AI workflows.
44
+
The growing limitation is AI compatibility. [Apify's MCP server](/platform/integrations/mcp) explicitly excludes rental Actors from search results, making them invisible to AI systems that dynamically select and execute tools. This significantly reduces your Actor's discoverability in AI workflows.
45
45
46
46
## Consider pay-per-result or pay-per-event pricing models
0 commit comments