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: content/academy/apify_platform/publishing_actors_on_apify_store/monetizing_your_actor.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,12 @@ Paid actor users pay a monthly rental fee to use the tool, which is **paid in fu
16
16
17
17
## [](#request-monetization) Request monetization
18
18
19
-
While on your actor settings page, scroll down to the actor’s **Monetization**section and click on **Request Monetization.**
19
+
First, go to your actor page, **Actors → My Actors** and click on the actor you want to monetize. While on your actor page, go to the **Publication**tab on the right side of the screen and click on the **Request Monetization** button, located under the **Monetization** section.
Our support team will be notified about your request and promptly contact you to discuss the price and trial length details for your paid actor.
23
+
Our support team will be notified about your request and promptly contact you to discuss the desired price and trial length for your actor, and help you fill in your billing details.
24
24
25
-
You will be asked to fill in your billing details. So, if you didn’t do it already, you can go ahead and fill it in by going to **Settings** → **Usage and billing** → **Subscription** → **Billing details**
@@ -44,13 +44,13 @@ Note that the complexity of the README should match the actor’s complexity. Th
44
44
45
45
Once you have finished coding and testing your actor, it's time to publish it.
46
46
47
-
From your actor’s page in Apify Console, go to **Settings,** and scroll down to the **Public Information** section.
47
+
From your actor’s page in Apify Console, go to **Publication → Display information**, fill in all the relevant fields for your actor (e.g., "Icons","Actor name", "Description", "Categories") and save it.
Select the **Published**switch, and your actor should now be available to the public on Apify Store.
51
+
Once all the fields are filled in, you will notice that the button **Publish to Store**will turn green. Just click on it and your actor should now be available to the public on Apify Store.
52
52
53
-

53
+

54
54
55
55
To check if everything went smoothly, you can go to [Apify Store](https://apify.com/store) and search for your actor’s name.
56
56
@@ -60,6 +60,25 @@ Then, click on your actor’s card and you will see your dedicated actor’s pag
Apify has a QA system that regularly runs automated tests to ensure that all actors in the store are functional.
66
+
67
+
The test runs the actor with its default input (defined by the **prefill** option in the input schema file) and expects it to finish with a **Succeeded** status within 5 minutes of the beginning of the run.
If the actor fails to complete successful runs for three consecutive days, the developer will be notified, and the actor will be labeled **Under Maintenance** until it is fixed. After another 14 days of failing runs, you will receive another notification. Finally, if the runs continue to fail after yet another 14 days, the actor will be **Deprecated**.
72
+
73
+
### What if my actor cannot comply with the test logic?
74
+
75
+
Actors that require some sort of authentication will always fail the tests despite being fully functional. If that's the case with your actor, please contact support at **[email protected]** and explain your specific use case that justifies why the actor should be excluded from the automated tests.
76
+
77
+
### Advanced actor testing
78
+
79
+
You can easily implement your own tests and customize them to fit your actor's particularities by using our public [Actor Testing](https://apify.com/pocesar/actor-testing) tool available on the Apify store.
80
+
81
+
63
82
## [](#next) Next up
64
83
65
84
Congratulations! Now, your actor is available to the public in the Apify Store. In the [next lesson]({{@link apify_platform/publishing_actors_on_apify_store/monetizing_your_actor.md}})!, we'll learn how you can monetize your actors to start making money on the Apify platform.
0 commit comments