Overview

Choose the right integration path for HTTP clients, workflow tools, application code, CLI usage, and agent-driven access.

by @saifyxpro

HeadlessX Integrations

Start with HTTP API if you want the most portable integration path. Move to workflow tools or language-specific clients after you validate the request shape.

Integration paths


PathBest forDocs
HTTP APIdirect backend calls, internal tools, scriptsHTTP API
Workflow toolsn8n, Make.com, Zapiern8n, Make.com, Zapier
Application codeNode.js, Python, Go, Rust servicesNode.js, Python, Go, Rust
Terminal and agentsthe published CLI and repository skillCLI, Agent Skills

  1. Test the route in the HeadlessX dashboard or with cURL.
  2. Move the request into your integration platform or application code.
  3. Use queued jobs for longer website crawl flows.

Core surfaces


  • Website scraping and crawl routes under /api/operators/website/*
  • Search providers under /api/operators/google/ai-search/*, /api/operators/tavily/*, and /api/operators/exa/*
  • YouTube extraction under /api/operators/youtube/*
  • Job inspection under /api/jobs/*
  • Remote MCP under /mcp

Next pages