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
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,14 @@ The [Actor ideas](https://apify.com/ideas) page is where you can find inspiratio
139
139
140
140
### Browse and claim ideas
141
141
142
+
:::note Join The Apify $1M Challenge
143
+
144
+
Build and publish new tools on Apify and have multiple chances to win big prizes.
145
+
146
+
[Join the challenge now.](https://apify.com/challenge)
147
+
148
+
:::
149
+
142
150
1._Visit_[apify.com/ideas](https://apify.com/ideas) to find ideas that interest you. Look for ideas that align with your skills.
143
151
144
152
1._Select an Actor idea_: Review the details and requirements. Check the status—if it's marked **Open to develop**, you can start building.
@@ -149,20 +157,20 @@ The [Actor ideas](https://apify.com/ideas) page is where you can find inspiratio
149
157
150
158
1._Publish your Actor_: Deploy your Actor on Apify Store and make it live.
151
159
152
-
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.
160
+
<!--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.
153
161
154
-
1. To claim an idea, ensure your Actor is functional, README contains relevant information, and your Actor closely aligns with the original idea.
162
+
1. To claim an idea, ensure your Actor is functional, README contains relevant information, and your Actor closely aligns with the original idea.-->
155
163
156
164
1._Monitor and optimize_: Track your Actor's performance and user feedback. Make improvements to keep your Actor current.
157
165
158
-
#### Multiple developers for one idea
166
+
<!--#### Multiple developers for one idea
159
167
160
168
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.
161
169
162
-
Competition motivates developers to improve the code. You can still build the Actor, but differentiate with a unique set of features.
170
+
Competition motivates developers to improve the code. You can still build the Actor, but differentiate with a unique set of features.-->
163
171
164
172
165
-
### Submit your own ideas
173
+
<!--### Submit your own ideas
166
174
167
175
The Ideas page is also where you contribute concepts to drive innovation in the community.
168
176
@@ -172,7 +180,7 @@ Here's how you can contribute too:
172
180
Provide clear details about what the tool should do and how it should work.
173
181
174
182
- _Engage with the community_: Upvote ideas you find intriguing. More support
175
-
increases the likelihood a developer will build it.
183
+
increases the likelihood a developer will build it.-->
Copy file name to clipboardExpand all lines: sources/academy/glossary/tools/apify_cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The [Apify CLI](/cli) helps you create, develop, build and run Apify Actors, and
13
13
14
14
## Installing {#installing}
15
15
16
-
To install the Apfiy CLI, you'll first need npm, which comes preinstalled with Node.js. If you haven't yet installed Node, [learn how to do that](../../webscraping/scraping_basics_javascript/data_extraction/computer_preparation.md). Additionally, make sure you've got an Apify account, as you will need to log in to the CLI to gain access to its full potential.
16
+
To install the Apify CLI, you'll first need npm, which comes preinstalled with Node.js. If you haven't yet installed Node, [learn how to do that](../../webscraping/scraping_basics_javascript/data_extraction/computer_preparation.md). Additionally, make sure you've got an Apify account, as you will need to log in to the CLI to gain access to its full potential.
17
17
18
18
Open up a terminal instance and run the following command:
In order to embed the badge in the HTML documentation, just use it as an image wrapped in a link as shown in the example below. Don't froget to use the `username` and `actor-name` of your Actor.
31
+
In order to embed the badge in the HTML documentation, just use it as an image wrapped in a link as shown in the example below. Don't forget to use the `username` and `actor-name` of your Actor.
@@ -72,7 +72,7 @@ Ensure periodic testing, either manually or by [setting up automatic testing](..
72
72
To find ideas for new Actor, consider the following sources:
73
73
74
74
- Your own experiences with friends, colleagues, and customers
75
-
- SEO tools to identify search terms, websites related to web scrapint, web automation, or web integrations (see the [SEO article](https://apify.notion.site/SEO-990259fe88a84fd0a85ce6d3b394d8c1) for more details)
75
+
- SEO tools to identify search terms, websites related to web scraping, web automation, or web integrations (see the [SEO article](https://apify.notion.site/SEO-990259fe88a84fd0a85ce6d3b394d8c1) for more details)
76
76
- The [Actor ideas page](https://apify.com/ideas) to find Actors in demand by the Apify community
77
77
- Our [Discord community](https://discord.com/invite/jyEM2PRvMU), especially the [#hire-freelancers](https://discord.com/channels/801163717915574323/1022804760484659210) channel can offer great insights
@@ -25,7 +25,7 @@ After filling in all the required fields, the **Publish to Store** button will t
25
25
26
26

27
27
28
-
To verity that your Actor has been published successfully, go to the [Apify Store](https://apify.com/store), search for your Actor's name. Click on your Actor's card, to view its dedicated page. This is the page where users will likely have their first interaction with your ACtor, so carefully review it and ensure everything is set up correctly.
28
+
To verify that your Actor has been published successfully, go to the [Apify Store](https://apify.com/store), search for your Actor's name. Click on your Actor's card, to view its dedicated page. This is the page where users will likely have their first interaction with your Actor, so carefully review it and ensure everything is set up correctly.
0 commit comments