n8n

Connect HeadlessX to n8n with the standard HTTP Request node.

by @saifyxpro


Use the built-in HTTP Request node. HeadlessX does not require a custom n8n node for common flows.

Basic configuration


  • Method: POST
  • URL: your HeadlessX route, such as http://localhost:8000/api/operators/website/scrape/content
  • Authentication: none
  • Headers:
    • Content-Type: application/json
    • X-API-Key: YOUR_API_KEY

Typical flows


  • scrape a page to markdown, then send it into an LLM or database
  • run Google AI Search or Exa search, then branch by result type
  • enqueue a website crawl, then poll /api/jobs/*

Validate the request first with cURL or the HeadlessX dashboard. Then copy the same JSON body into n8n.

Example body