Skip to content

Apify Integration

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.

  1. Go to Apify Console → Integrations
  2. Copy your API token
  3. Paste it when connecting Apify in Spawnbase
ToolDescription
search-actorsSearch for Actors in the Apify Store
fetch-actor-detailsGet an Actor’s input/output schema, README, and pricing
call-actorRun an Actor and get its results
add-actorAdd an Actor as a reusable tool
get-actor-outputRetrieve full output from an Actor run
ToolDescription
get-actor-runGet details about a specific run
get-actor-run-listList an Actor’s runs, filterable by status
get-actor-logRetrieve logs for a run
ToolDescription
get-datasetGet metadata about a dataset
get-dataset-itemsRetrieve items with filtering and pagination
get-dataset-schemaGenerate a JSON schema from dataset items
get-dataset-listList all datasets
ToolDescription
get-key-value-storeGet metadata about a key-value store
get-key-value-store-keysList keys in a store
get-key-value-store-recordGet a value by key
get-key-value-store-listList all key-value stores
Server URLhttps://mcp.apify.com
TransportStreamable HTTP
DocsApify MCP Integration
  • Actors are pre-built scrapers for specific sites — browse the Apify Store for Amazon, Google Maps, Twitter, LinkedIn, and hundreds more.
  • search-actorscall-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.