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
**Out of the 2,000+ Actors on the[Apify Store](https://apify.com/store) marketplace, hundreds of them were created by developers just like you. Let's get acquainted with the concept of Apify Store and what it takes to publish an Actor there.**
9
+
**Out of the 3,000+ Actors on [Apify Store](https://apify.com/store) marketplace, hundreds of them were created by developers just like you. Let's get acquainted with the concept of Apify Store and what it takes to publish an Actor there.**
10
10
11
11
---
12
12
13
-
## What are Actors (and why are they called that)
13
+
## What are Actors (and why they're called that)
14
14
15
15
[Actors](https://apify.com/actors) are serverless cloud applications that run on the Apify platform, capable of performing various computing tasks on the web, such as crawling websites or sending automated emails. They are developed by independent developers all over the world, and _you can be one of them_.
16
16
17
-
The term "Actor" is used because, like human actors, these programs follow a script. This naming convention unifies both web scraping and web automation solutions under a single term. Actors can range in complexity and function, targeting different websites or performing multiple tasks, which makes the umbrella term very useful.
17
+
The term "Actor" is used because, like human actors, these programs follow a script. This naming convention unifies both web scraping and web automation solutions, including AI agents, under a single term. Actors can range in complexity and function, targeting different websites or performing multiple tasks, which makes the umbrella term very useful.
18
18
19
19
## What is Apify Store
20
20
21
-
[Apify Store](https://apify.com/store) is a public library of Actors that is constantly growing and evolving. It's basically a publicly visible (and searchable) part of the Apify platform. With over 3,000 Actors currently available, most of them are created and maintained by the community. Actors that consistently perform well remain in Apify Store, while those reported as malfunctioning or under maintenance are eventually removed. This ensures that the tools in our ecosystem are reliable, effective, and competitive.
21
+
[Apify Store](https://apify.com/store) is a public library of Actors that is constantly growing and evolving. It's basically a publicly visible (and searchable) part of the Apify platform. With over 3,000 Actors currently available, most of them are created and maintained by the community. Actors that consistently perform well remain on Apify Store, while those reported as malfunctioning or under maintenance are eventually removed. This keeps the tools in our ecosystem reliable, effective, and competitive.
22
22
23
23
### Types of Actors
24
24
@@ -30,7 +30,7 @@ Learn more about bundles here: [Actor bundles](/academy/get-most-of-actors/produ
30
30
31
31
## Public and private Actors
32
32
33
-
Actors in Apify Store can be public or private:
33
+
Actors on Apify Store can be public or private:
34
34
35
35
-_Private Actors_: these are only accessible to you in Apify Console. You can use them without exposing them to the web. However, you can still share the results they produce.
36
36
-_Public Actors_: these are available to everyone on Apify Store. You can choose to make them free or set a price. By publishing your web scrapers and automation solutions, you can attract users and generate income.
@@ -41,11 +41,12 @@ You can monetize your Actors using three different pricing models:
41
41
42
42
- Pay for usage: charge based on how much the Actor is used.
43
43
- Pay per result: the price is based on the number of results produced, with the first few free.
44
-
- Monthly billing: set a fixed monthly rate for using the Actor.
44
+
- Pay per event: the price is based on specific events triggered by the Actor.
45
+
- Monthly billing: set a fixed monthly rental rate for using the Actor.
45
46
46
47
For detailed information on which pricing model might work for your Actor, refer to [How Actor monetization works](/academy/get-most-of-actors/store-basics/how-actor-monetization-works).
47
48
48
-
## Actor ownership in Store
49
+
## Actor ownership on Store
49
50
50
51
Actors are either created and maintained by Apify or by members of the community:
51
52
@@ -70,23 +71,23 @@ When it comes to managing Actors on Apify, it’s important that every potential
70
71
71
72
✍️ _Documentation_: you’re responsible for creating and maintaining documentation for your Actor. Make sure it’s clear and helpful for users.
72
73
73
-
:::tip
74
+
:::tip Test your Actor!
74
75
75
-
For the best results, ensure your Actor is well-documented and thoroughly tested. Engage with users through the Issues tab to address any problems promptly. By maintaining high standards and being proactive, you’ll enhance your Actor’s reputation and usability in Apify Store.
76
+
For the best results, make sure your Actor is well-documented and thoroughly tested. Engage with users through the Issues tab to address any problems promptly. By maintaining high standards and being proactive, you’ll enhance your Actor’s reputation and usability in Apify Store.
76
77
77
78
:::
78
79
79
80
## Importance of Actor testing and reliability
80
81
81
-
Testing your Actors is crucial to ensure they work as intended. That's why we do it on our Store side as much as you should do it on yours.
82
+
It's essential to test your Actors and make sure they work as intended. That's why Apify does it on our side as much as you should do it on yours.
82
83
83
-
Apify runs automated tests daily to ensure all Actors in Apify Store are functional and reliable. These tests check _if an Actor can successfully run with its default input within 5 minutes_. If an Actor fails for three consecutive days, it’s labeled under maintenance, and the developer is notified. Continuous failures for another 28 days lead to deprecation.
84
+
Apify runs automated tests daily to ensure all Actors on Apify Store are functional and reliable. These tests check _if an Actor can successfully run with its default input within 5 minutes_. If an Actor fails for three consecutive days, it’s labeled under maintenance, and the developer is notified. Continuous failures for another 28 days lead to deprecation.
84
85
85
-
To restore an Actor's health, developers should fix and rebuild it. The testing system will automatically recognize the changes within 24 hours. If your Actor requires longer run times or authentication, contact support to explain why it should be excluded from tests. For more control, you can implement your own tests using the Actor Testing tool available in Apify Store.
86
+
To restore an Actor's health, developers should fix and rebuild it. The testing system will automatically recognize the changes within 24 hours. If your Actor requires longer run times or authentication, contact support to explain why it should be excluded from tests. For more control, you can implement your own tests using the Actor Testing tool available on Apify Store.
86
87
87
88
### Actor metrics and reliability score
88
89
89
-
On the right panel of each Actor in Store, you can see a list of Actor metrics.
90
+
On the right panel of each Actor on Store, you can see a list of Actor metrics.
90
91
91
92
Actor metrics such as the number of monthly users, star ratings, success rates, response times, creation dates, and recent modifications collectively offer insights into its reliability. Basically, they serve as a _shorthand for potential users to assess your Actor's reliability_ before even trying it out.
0 commit comments