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/platform/actors/publishing/quality_score.mdx
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,17 +21,18 @@ The Actor quality score aggregates multiple performance and quality metrics into
21
21
22
22
The platform provides in-app recommendations to help you identify improvement opportunities and optimize your Actor's quality score.
23
23
24
-
There are seven quality categories:
24
+
There are eight quality categories:
25
25
26
26
- reliability
27
27
- popularity
28
28
- feedback and community
29
29
- ease of use
30
-
- congruency of texts
31
-
- history of success
32
30
- pricing transparency
31
+
- trustworthiness
32
+
- history of success
33
+
- congruency of texts
33
34
34
-
The following section provide detailed guidance on each quality category.
35
+
The following section provides detailed guidance on each quality category.
35
36
36
37
## Quality score categories
37
38
@@ -59,10 +60,18 @@ Pricing transparency evaluates how clearly users can understand and predict the
59
60
60
61
Consider offering Store Discounts for Bronze, Silver, and Gold subscription tiers. These incentives reward committed platform users and can increase your Actor's adoption among engaged customers.
61
62
62
-
### Congruency
63
+
### Trustworthiness
63
64
64
-
Congruency measures the consistency and coherence across your Actor's components. A well-designed Actor maintains alignment between its title, description, documentation, and schemas. Ensure that your [input schema](https://docs.apify.com/platform/actors/development/actor-definition/input-schema), [dataset schema](https://docs.apify.com/platform/actors/development/actor-definition/dataset-schema), [key-value store schema](https://docs.apify.com/platform/actors/development/actor-definition/key-value-store-schema), and README documentation all reflect consistent terminology and accurately describe the Actor's behavior. This coherence reduces user confusion and improves the overall experience.
65
+
Trustworthiness evaluates whether your Actor follows the principle of least privilege by using limited permissions. This configuration provides clear boundaries around what the Actor can access, demonstrating adherence to platform security standards.
66
+
67
+
Actors with limited permissions build user confidence and trust, making users more likely to adopt them. Conversely, the absence of limited permissions will negatively impact your quality score.
68
+
69
+
Limited permissions are designed to support the vast majority of Actor use cases without restricting functionality. If your Actor requires access to resources beyond what limited permissions provide, contact the Apify support team to discuss your specific requirements.
65
70
66
71
### History of success
67
72
68
73
Developers with a proven track record of publishing successful Actors receive recognition in their quality scores. This factor acknowledges the value of experienced developers who consistently deliver high-quality Actors to the platform.
74
+
75
+
### Congruency
76
+
77
+
Congruency measures the consistency and coherence across your Actor's components. A well-designed Actor maintains alignment between its title, description, documentation, and schemas. Ensure that your [input schema](https://docs.apify.com/platform/actors/development/actor-definition/input-schema), [dataset schema](https://docs.apify.com/platform/actors/development/actor-definition/dataset-schema), [key-value store schema](https://docs.apify.com/platform/actors/development/actor-definition/key-value-store-schema), and README documentation all reflect consistent terminology and accurately describe the Actor's behavior. This coherence reduces user confusion and improves the overall experience.
0 commit comments