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/academy/build-and-publish/actor-ideas/what_software_an_actor_can_be.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ which users setup, integrate into their workflow, and let run in the background,
21
21
rather than consumer-facing applications that users need to interact with.
22
22
23
23
Actors can run in two modes:
24
+
24
25
- In **batch mode**, they take a well-defined input,
25
26
perform a job, and produce a well-defined output. This is useful for longer-running operations,
26
27
such as web crawling or data processing.
@@ -153,14 +154,14 @@ sourced from the Apify community.
153
154
154
155
1.**Publish your Actor**: Deploy your Actor on Apify Store and make it live.
155
156
156
-
1.**Claim the idea**: After publishing, email [[email protected]](mailto:[email protected]) with your Actor URL and the original idea. Apify will tag the idea as _Completed_ and link it to your Actor.
157
+
1.**Claim the idea**: After publishing, email [[email protected]](mailto:[email protected]) with your Actor URL and the original idea. Apify will tag the idea as *Completed* and link it to your Actor.
157
158
To claim an idea, ensure your Actor is functional, README contains relevant information, and your Actor closely aligns with the original idea.
158
159
159
160
1.**Monitor and optimize**: Track your Actor's performance and user feedback. Make improvements to keep your Actor current.
160
161
161
162
#### Multiple developers for one idea
162
163
163
-
Apify Store can host multiple Actors with similar functions. However, the "first come, first served" rule applies—the first developer to claim an idea receives the _Completed_ tag and a link from the Actor ideas page.
164
+
Apify Store can host multiple Actors with similar functions. However, the "first come, first served" rule applies—the first developer to claim an idea receives the *Completed* tag and a link from the Actor ideas page.
164
165
165
166
Competition motivates developers to improve the code. You can still build the Actor, but differentiate with a unique set of features.
0 commit comments