The Apify node lets your agents run pre-built scrapers (Actors), extract structured data from websites, and access stored datasets.
Requires an Apify API Token.
- Go to Apify Console → Integrations
- Copy your API token
- Paste it when connecting Apify in Spawnbase
| Tool | Description |
|---|
search-actors | Search for Actors in the Apify Store |
fetch-actor-details | Get an Actor’s input/output schema, README, and pricing |
call-actor | Run an Actor and get its results |
add-actor | Add an Actor as a reusable tool |
get-actor-output | Retrieve full output from an Actor run |
| Tool | Description |
|---|
get-actor-run | Get details about a specific run |
get-actor-run-list | List an Actor’s runs, filterable by status |
get-actor-log | Retrieve logs for a run |
| Tool | Description |
|---|
get-dataset | Get metadata about a dataset |
get-dataset-items | Retrieve items with filtering and pagination |
get-dataset-schema | Generate a JSON schema from dataset items |
get-dataset-list | List all datasets |
| Tool | Description |
|---|
get-key-value-store | Get metadata about a key-value store |
get-key-value-store-keys | List keys in a store |
get-key-value-store-record | Get a value by key |
get-key-value-store-list | List all key-value stores |
- Actors are pre-built scrapers for specific sites — browse the Apify Store for Amazon, Google Maps, Twitter, LinkedIn, and hundreds more.
search-actors → call-actor is the core pattern — your agent finds the right scraper, runs it, and reads the results.
- Useful for competitive monitoring, lead generation, price tracking, and content aggregation.