Summary
Review and update the name, description, and tags fields in the manifest of each Actor template to make them more accurate, consistent, and discoverable.
Why
Template metadata directly affects how templates are presented to users in the Apify Console and CLI. Inconsistent or outdated names/descriptions/tags make it harder for developers to pick the right starting point for their Actor.
Scope
For each template under this repo:
Notes
Related (but distinct) prior work: #82, #331.
Summary
Review and update the
name,description, andtagsfields in the manifest of each Actor template to make them more accurate, consistent, and discoverable.Why
Template metadata directly affects how templates are presented to users in the Apify Console and CLI. Inconsistent or outdated names/descriptions/tags make it harder for developers to pick the right starting point for their Actor.
Scope
For each template under this repo:
nameis human-readable and consistent across templatesdescriptionso it accurately reflects what the template does todaytags— remove stale ones, add missing ones, ensure consistency across the set (e.g.python,javascript,typescript,crawlee,playwright,ai,scraping, etc.)Notes
Related (but distinct) prior work: #82, #331.