Apify Actor Browse
SKILL.md
Available Context
@_platform-references/org-variables.md
Apify Actor Browse
Goal
Search the Apify actor marketplace to find scrapers and automation tools matching a user's data collection needs.
Required Capabilities
- Apify API: Actor store search via
apify-adminedge function
Inputs
search_query: What the user wants to scrape or automatecategory: Optional category filter
Execution
- Call
apify-adminwithaction: 'search_actors'and the search query - Present top results with name, description, pricing tier, and recent run count
- Recommend the best actor for the use case based on popularity and relevance
- If the user selects an actor, provide its input schema and typical configuration
Output Contract
Return a list with columns:
- Actor Name, Author, Description, Monthly Runs, Pricing, Actor ID
Followed by a recommendation of which actor to use and why.