Apify, typed and ready to call.

Run any Apify actor for scraping, crawling, and web automation at scale. Best when the source or profile URL is already known and you want structured extraction instead of LLM-driven browsing.

Search & ScrapingCustom SignalsBYOK supported10 tools
$ deepline tools calltyped
$ deepline tools call apify_get_actor \
    --json '{"input": "your data here"}'
01Available tools

10 typed tools. Same shape as every other module.

apify
  • Apify Get Actor
    apify_get_actor
    actor_metadatacheapinspection
  • Apify Get Actor Input Schema
    apify_get_actor_input_schema
    actor_metadatacheapinput_schemainspection
  • Apify Get Actor Run
    apify_get_actor_run
    cheapmonitoringrun_status
  • Apify Get Dataset Items
    apify_get_dataset_items
    cheapdata_retrievalresults_fetch
  • Apify Get Kv Record
    apify_get_kv_record
    cheapdata_retrievalkv_store
  • Apify Get Log
    apify_get_log
    cheapdebuggingrun_logs
  • Apify List Actor Runs
    apify_list_actor_runs
    cheapmonitoringrecoveryrun_status
  • Apify List Store Actors
    apify_list_store_actors
    cheapdiscoverysearchstore
  • Apify Run Actor
    apify_run_actor
    automationpremiumtraffic_intelligenceweb_scraping
  • Apify Run Actor Sync
    apify_run_actor_sync
    automationpremiumtraffic_intelligenceweb_scraping
02How it ships
// Typed module

Input/output schemas, exact per-action cost, and a fixture suite. Same call signature as every other Deepline integration.

// Customer credentials

Connect your own provider API key and keep the vendor relationship in your workspace. Deepline routes the call without exposing provider spend.

// Agent-callable

Every action is invokable from Claude Code, Codex, Cursor, or any MCP-capable agent via the same skill surface.

// Try it

Call Apify from any Deepline agent surface.

Install the CLI, connect your provider key from the dashboard, then run typed tools from Claude Code, Codex, Cursor, or your own agent.

npm install -g deepline@latest && npm exec --yes --package=deepline@latest -- deepline setup --json

Agent setup: Install the Deepline CLI and skills using https://code.deepline.com/agent-install.txt

Book onboarding