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


|| Path | Best for | Docs | || --- | --- | --- | || HTTP API | direct backend calls, internal tools, scripts | HTTP API | || Workflow tools | n8n, Make.com, Zapier | n8n, Make.com, Zapier | || Application code | Node.js, Python, Go, Rust services | Node.js, Python, Go, Rust | || Proxy providers | residential and ISP proxy capacity for production scraping | BirdProxies, RapidProxy | || Terminal and agents | the published CLI and repository skill | CLI, 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