- Integrations
- /
- Apify
Apify
Apify cloud scraping and actor runs
Apify is the cloud platform for running web scrapers and automation actors — its actor model packages a scraper as a versioned, parameterised, schedulable unit that runs on Apify's managed infrastructure. Tiny Command exposes four actions, no triggers (Apify supports webhooks per-actor in the Apify console; point them at a Tiny Command webhook trigger for "scrape finished" workflows): List Actors (every actor in the connected account, including third-party actors from Apify Store the account has installed), Run Actor (start an actor run with input parameters, returns a run ID immediately), Get Run (poll for run status — RUNNING, SUCCEEDED, FAILED, ABORTED), Get Dataset Items (fetch the dataset Apify wrote during the run — typically the scraped records). The connection uses an Apify API token from Account Settings → Integrations. The typical workflow: Run Actor with the URL/query params → wait for the webhook (or poll Get Run) → Get Dataset Items → write the records to a database or push downstream. Apify Store has thousands of pre-built actors (Google Search Results, Instagram Profile, Amazon Product Details) so most scrape use cases don't need a custom actor.
Do anything Apify can do, from a workflow.
Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.
| Action | What it does |
|---|---|
| Get Dataset Items | Returns the records the actor wrote to its dataset (typically one record per scraped item — product, profile, search result). Shape depends entirely on the actor; check the actor's README in Apify Store for the schema before parsing downstream. |
| Get Actor Run Status | Returns the current state of a run — RUNNING, SUCCEEDED, FAILED, or ABORTED — plus runtime stats and compute usage. Poll for completion in workflows that need to wait, or pair with the actor's webhook for push-based notification. |
| List Actors | Returns every actor in the account — custom-built actors plus Apify Store actors the account has installed. Useful for inventorying available scrapers at workflow-setup time. |
| Run Apify Actor | Starts an actor with the configured input parameters. Returns the run ID immediately; the actor processes async. For long scrapes, configure the actor's webhook to POST completion to a Tiny Command trigger URL instead of polling. |
Pre-built Apify workflows.
Clone any recipe and customize it in one click. Every recipe is fully editable.
Three things worth knowing.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect Apify once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every Apify field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
Questions about the Apify integration.
If we missed yours, ping support. We usually reply within an hour.
How do I connect Apify to Tiny Command?
What Apify triggers does Tiny Command support?
What Apify actions can I run from a workflow?
Is the Apify integration real-time?
Do I need to write code to use Apify with Tiny Command?
How much does the Apify integration cost?
More other apps people connect.
Same category as Apify, ordered by how often teams pair them. Hover the carousel to pause.
Do more with Apify.
Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.