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
Learn what kind of software tools are suitable to be packaged and published as Actors on Apify,
10
-
and where you can find inspiration what to build.
9
+
Learn what kind of software tools are suitable to be packaged and published as Actors on Apify, and where you can find inspiration what to build.
11
10
12
11
---
13
12
14
13
## What can you build as an Actor
15
14
16
15
[Actors](https://docs.apify.com/platform/actors) are a new concept for building serverless micro-apps, which are easy to develop, share, integrate, and build upon.
17
16
18
-
They are useful for backend automation jobs,
19
-
which users set up, integrate into their workflow, and let run in the background, rather than consumer-facing applications that users need to interact with.
17
+
They are useful for backend automation jobs, which users set up, integrate into their workflow, and let run in the background, rather than consumer-facing applications that users need to interact with.
20
18
21
19
Actors can run in two modes:
22
20
23
-
- In _batch mode_, they take a well-defined input,
24
-
perform a job, and produce a well-defined output. This is useful for longer-running operations,
21
+
- In _batch mode_, they take a well-defined input, perform a job, and produce a well-defined output. This is useful for longer-running operations,
25
22
such as web crawling or data processing.
26
-
- In _standby mode_, they run as a web server at a specific public URL.
27
-
This is useful for request-response style applications, such as APIs or MCP servers.
23
+
- In _standby mode_, they run as a web server at a specific public URL. This is useful for request-response style applications, such as APIs or MCP servers.
28
24
29
25
### Web scrapers and crawlers
30
26
31
-
This is the most common type of Actors on [Apify Store](https://apify.com/store).
32
-
These Actors navigate websites, collect information from web pages, and store structured data in datasets for further processing.
27
+
This is the most common type of Actors on [Apify Store](https://apify.com/store). These Actors navigate websites, collect information from web pages, and store structured data in datasets for further processing.
33
28
34
29
Examples:
35
30
@@ -41,8 +36,7 @@ Examples:
41
36
42
37
### SaaS API wrappers
43
38
44
-
These Actors wrap existing SaaS services as Actors to make them accessible through the Apify platform
45
-
and its many integrations.
39
+
These Actors wrap existing SaaS services as Actors to make them accessible through the Apify platform and its many integrations.
46
40
47
41
Examples:
48
42
@@ -52,9 +46,7 @@ Examples:
52
46
53
47
### Open-source libraries
54
48
55
-
Many open-source automation or data processing tools do not have a presence in the cloud,
56
-
and need to be installed locally in "just five easy steps". Wrap those tools as Actors
57
-
and make it easy for users to try and integrate those tools.
49
+
Many open-source automation or data processing tools do not have a presence in the cloud, and need to be installed locally in "just five easy steps". Wrap those tools as Actors and make it easy for users to try and integrate those tools.
58
50
59
51
Examples:
60
52
@@ -117,9 +109,13 @@ For more inspiration, check out the [MCP server category](https://apify.com/stor
117
109
118
110
### AI agents
119
111
120
-
Build Actors that use LLMs to perform complex tasks autonomously.
121
-
These Actors can navigate websites, make decisions, and complete multistep workflows.
122
-
Note that Actors are cloud-based **sandboxes** that can securely run any AI-generated code.
112
+
Build Actors that use LLMs to perform complex tasks autonomously. These Actors can navigate websites, make decisions, and complete multistep workflows.
113
+
114
+
:::note Secure execution
115
+
116
+
Actors are cloud-based sandboxes that can securely run any AI-generated code.
117
+
118
+
:::
123
119
124
120
For inspiration, check out the [Agents category](https://apify.com/store/categories/agents) in Apify Store.
125
121
@@ -131,14 +127,12 @@ Any repetitive job matching the following criteria might be suitable for turning
131
127
- The task is isolated and can be described and delegated to another person.
132
128
- There are at least a few hundred people in the world dealing with this problem.
133
129
134
-
If you look closely, you'll start seeing opportunities for new Actors everywhere.
135
-
Be creative!
130
+
If you look closely, you'll start seeing opportunities for new Actors everywhere. Be creative!
136
131
137
132
138
133
## Use the Actor ideas page
139
134
140
-
The [Actor ideas](https://apify.com/ideas) page is where you can find inspiration for new Actors
141
-
sourced from the Apify community.
135
+
The [Actor ideas](https://apify.com/ideas) page is where you can find inspiration for new Actors sourced from the Apify community.
142
136
143
137
### Browse and claim ideas
144
138
@@ -153,7 +147,8 @@ sourced from the Apify community.
153
147
1._Publish your Actor_: Deploy your Actor on Apify Store and make it live.
154
148
155
149
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.
156
-
To claim an idea, ensure your Actor is functional, README contains relevant information, and your Actor closely aligns with the original idea.
150
+
151
+
1. To claim an idea, ensure your Actor is functional, README contains relevant information, and your Actor closely aligns with the original idea.
157
152
158
153
1._Monitor and optimize_: Track your Actor's performance and user feedback. Make improvements to keep your Actor current.
159
154
@@ -167,12 +162,13 @@ Competition motivates developers to improve the code. You can still build the Ac
167
162
### Submit your own ideas
168
163
169
164
The Ideas page is also where you contribute concepts to drive innovation in the community.
165
+
170
166
Here's how you can contribute too:
171
167
172
-
-**Submit ideas**: Share Actor concepts through the [Ideas submission form](https://apify.typeform.com/to/BNON8poB#source=ideas).
168
+
-_Submit ideas_: Share Actor concepts through the [Ideas submission form](https://apify.typeform.com/to/BNON8poB#source=ideas).
173
169
Provide clear details about what the tool should do and how it should work.
174
170
175
-
-**Engage with the community**: Upvote ideas you find intriguing. More support
171
+
-_Engage with the community_: Upvote ideas you find intriguing. More support
176
172
increases the likelihood a developer will build it.
0 commit comments