Skip to content

Commit 206d72a

Browse files
committed
final fixes
remove weird line breaks further formatting fixes add secure execution admonition
1 parent 38519ec commit 206d72a

File tree

1 file changed

+21
-25
lines changed

1 file changed

+21
-25
lines changed

sources/academy/build-and-publish/actor-ideas/what_software_an_actor_can_be.md

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,25 @@ category: build-and-publish
66
slug: /build-and-publish/actor-ideas/find-actor-ideas
77
---
88

9-
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.
1110

1211
---
1312

1413
## What can you build as an Actor
1514

1615
[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.
1716

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.
2018

2119
Actors can run in two modes:
2220

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,
2522
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.
2824

2925
### Web scrapers and crawlers
3026

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.
3328

3429
Examples:
3530

@@ -41,8 +36,7 @@ Examples:
4136

4237
### SaaS API wrappers
4338

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.
4640

4741
Examples:
4842

@@ -52,9 +46,7 @@ Examples:
5246

5347
### Open-source libraries
5448

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.
5850

5951
Examples:
6052

@@ -117,9 +109,13 @@ For more inspiration, check out the [MCP server category](https://apify.com/stor
117109

118110
### AI agents
119111

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+
:::
123119

124120
For inspiration, check out the [Agents category](https://apify.com/store/categories/agents) in Apify Store.
125121

@@ -131,14 +127,12 @@ Any repetitive job matching the following criteria might be suitable for turning
131127
- The task is isolated and can be described and delegated to another person.
132128
- There are at least a few hundred people in the world dealing with this problem.
133129

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!
136131

137132

138133
## Use the Actor ideas page
139134

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.
142136

143137
### Browse and claim ideas
144138

@@ -153,7 +147,8 @@ sourced from the Apify community.
153147
1. _Publish your Actor_: Deploy your Actor on Apify Store and make it live.
154148

155149
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.
157152

158153
1. _Monitor and optimize_: Track your Actor's performance and user feedback. Make improvements to keep your Actor current.
159154

@@ -167,12 +162,13 @@ Competition motivates developers to improve the code. You can still build the Ac
167162
### Submit your own ideas
168163

169164
The Ideas page is also where you contribute concepts to drive innovation in the community.
165+
170166
Here's how you can contribute too:
171167

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).
173169
Provide clear details about what the tool should do and how it should work.
174170

175-
- **Engage with the community**: Upvote ideas you find intriguing. More support
171+
- _Engage with the community_: Upvote ideas you find intriguing. More support
176172
increases the likelihood a developer will build it.
177173

178174
## Find ideas from other sources

0 commit comments

Comments
 (0)