Skip to content

Conversation

VojtaKai
Copy link

@VojtaKai VojtaKai commented Oct 13, 2025

Article for Actor quality score. Each public Actor receives a score which tells the owner how well it is performing. There are seven main quality fields which are independently considered. The Actor quality score is the combined value of those.

⚠️ We might need to update the picture in a coming days and make it more professional

@VojtaKai VojtaKai requested a review from TC-MO as a code owner October 13, 2025 12:23
@github-actions github-actions bot added the t-c&c Team covering store and finance matters. label Oct 13, 2025
@VojtaKai VojtaKai changed the title feature(platform:actors): Actor quality score docs(platform:actors): Actor quality score Oct 13, 2025
@apify-service-account
Copy link

Preview for this PR was built for commit 8ec071ed and is ready at https://pr-2005.preview.docs.apify.com!

@apify-service-account
Copy link

Preview for this PR was built for commit da4fbfab and is ready at https://pr-2005.preview.docs.apify.com!


Reliability measures your Actor's operational stability and consistency. A reliable Actor maintains high run success rates and passes automated quality assurance tests. Poor reliability significantly impacts your quality score. For more information on testing requirements, see [Automated Testing](https://docs.apify.com/platform/actors/publishing/test).

Implementing an [input schema](https://docs.apify.com/platform/actors/development/actor-definition/input-schema) helps prevent runtime failures by validating user input before execution begins, reducing errors caused by invalid or malformed inputs.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about output schema? Is it related to this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume the input schema prevents the start of the run thus saving the computing resources. Output schema serves another purpose, I believe. And that is that the data saved to a dataset / key-value store is stored in the proper format.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, but do we want to mention it in the docs? Respectively, does the output schema have any effect on the actor quality score?

@patrikbraborec
Copy link
Contributor

Just one comment, otherwise it looks good. Thanks! Good job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-c&c Team covering store and finance matters.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants