Find and run any Apify actor to collect data from public web pages and social posts, then bring the results into your workspace. Public data only; it cannot read private or saved posts. Needs an Apify API token.
What your agent can do with it
- apify_apiAuthenticated HTTP access to the Apify REST API (https://api.apify.com/v2). The applier injects the vaulted API token into the Authorization header as `Bearer <token>`; its creden…
- apify_search_actorsSearches the Apify actor marketplace by keyword/category so an agent can discover the right actor instead of guessing an id. No cost, no side effects. Args: { search?: string, cat…
- apify_get_actor_schemaFetches one actor's real input schema (field names, types, descriptions, required flags) so an agent knows exactly what to pass to apify_run_actor, instead of guessing. No cost, n…
- apify_run_actorRuns ANY Apify actor by id with arbitrary input and returns its results (proposal-gated — billed external run). Use apify_search_actors to find an actor and apify_get_actor_schema…
- apify_list_actor_runsLists past runs of one actor (status, dataset id, timestamps) — use with apify_get_dataset_items to pull results from a specific past run after the fact. No cost, no side effects.…
- apify_get_dataset_itemsFetches the result items of one dataset (from apify_list_actor_runs' defaultDatasetId, or any dataset id) — the way to pull results from a PAST run without re-running the actor. N…
- capture_social_postReads a PUBLIC Instagram post/reel or TikTok video by URL and returns its content (caption, author, likes, comments, media URL) so an agent can report back on it; also proposes it…
- apify_linkedin_profileEnriches ONE person from a PUBLIC LinkedIn profile URL via the Apify actor curious_coder/linkedin-profile-scraper, and returns normalized fields { jobTitle, city, country, bio, co…
What you will need
Asked for at install. Stored in your pod, never on our servers.
- Apify API tokenThe Apify API token (Console -> Settings -> Integrations -> Personal API tokens). Stored server-encrypted in the vault; never persisted in the template.
- {{name}} Apify API tokenSecretApify API token for the apify_api connector.