Skip to content

Commit 5f941f0

Browse files
authored
Merge pull request #464 from apify/publishing-actors-docs-migration
Publishing actors docs migration
2 parents 80a7c51 + b5a3a9d commit 5f941f0

29 files changed

+78
-71
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Getting the most out of your public actors on Apify Store
3+
description: Learn how to optimize your public actors on Apify Store and monetize them by renting your actor to other platform users.
4+
menuWeight: 5.3
5+
paths:
6+
- apify-platform/get-most-of-actors
7+
---
8+
9+
# [](#apify-store) Apify Store
10+
11+
[Apify Store](https://apify.com/store) is home to hundreds of public actors available to the Apify community. Anyone is welcome to [publish actors](https://docs.apify.com/actors/publishing) in the store, and you can even [monetize your actors](https://get.apify.com/monetize-your-code) by renting them to users of the platform.
12+
13+
In this section, we will go over some of the practical steps you can take to ensure the high quality of your public actors. You will learn:
14+
15+
1. Actor naming and README best practices.
16+
2. How to monetize your actor by renting it to other platform users.
17+
3. Tips and tricks to attract more users to your actor's page.
18+
19+
## [](#next) Next up
20+
21+
So, without further ado, let's jump [right into the next lesson]({{@link apify_platform/get_most_of_actors/naming_your_actor.md}})!

content/academy/apify_platform/publishing_actors_on_apify_store/actor_readme.md renamed to content/academy/apify_platform/get_most_of_actors/actor_readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Actor README
33
description: Learn how to write a comprehensive README to help users better navigate, understand and run the actor.
44
menuWeight: 2
55
paths:
6-
- apify-platform/publishing-actors-on-apify-store/actor-readme
6+
- apify-platform/get-most-of-actors/actor-readme
77
---
88

9-
## What is the point of this guide?
9+
# Actor README
1010

1111
- It should also be a "template" for developers developing new public actors so that they have a structure and guidance for writing the readmes.
1212
- The goal is to ensure that more people will understand and run their actors.
@@ -50,7 +50,7 @@ Aim for sections 1-6 below and try to include at least 300 words. You can move t
5050
- Add a video tutorial or gif from an ideal actor run.
5151
- Consider adding a short numbered tutorial as Google will sometimes pick these up as rich snippets. Remember that this might be in search results, so you can repeat the name of the actor and give a link, e.g.
5252

53-
![How to scrape a website - numbered tutorial]({{@asset apify_platform/publishing_actors_on_apify_store/images/how-to-scrape-target-site.webp}})
53+
![How to scrape a website - numbered tutorial]({{@asset apify_platform/get_most_of_actors/images/how-to-scrape-target-site.webp}})
5454

5555
5. **Is it legal to scrape (target site)?**
5656

@@ -81,4 +81,4 @@ If you want some general tips on how to make GitHub readmes that stand out, chec
8181

8282
## [](#next) Next up
8383

84-
If you followed all the tips described above, your actor README should be good to go! In the [next lesson]({{@link apify_platform/publishing_actors_on_apify_store/seo_and_promotion.md}})! we will dive deeper into how you can improve your README's SEO and promote your actor to ensure it reaches as many potential users as possible!
84+
If you followed all the tips described above, your actor README should be good to go! In the [next lesson]({{@link apify_platform/get_most_of_actors/seo_and_promotion.md}})! we will dive deeper into how you can improve your README's SEO and promote your actor to ensure it reaches as many potential users as possible!
163 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)