What problem does it solve?
This Skill provides a code-first interface to Apify actors, replacing token-heavy MCP calls with in-code data handling. It enables developers to orchestrate actor searches, executions, and dataset reads entirely within code, ensuring that only filtered results reach the model context.
Core Features & Use Cases
- End-to-end control: search for actors, run them with input, wait for completion, and read the resulting dataset.
- Token-efficient pipelines: filter and transform data in code before it reaches the model to dramatically reduce token usage.
- Broad coverage: supports social media scraping, business data extraction, and e-commerce workflows via Apify actors.
Quick Start
Install and import the code-first Apify client, create an instance with your API token, search for actors, select an actor and call it with input, wait for the run to finish, and read results from the dataset. Then apply in-code filtering to keep only the relevant items before returning to the model context.