Native Integration · n8n Workflow · Sub-150ms Latency

Build High-Speed Web Scraping & RAG Pipelines in n8n

Ingest articles, documentation, and news directly into your n8n AI agent nodes in sub-150ms.

n8n workflows that scrape the web using heavy headless browser nodes are slow, expensive, and fragile. TokenMarkdown provides a lightweight HTTP node that extracts clean Markdown in 140ms with 82% token savings.

Get 250 Free API Credits → ⬇ Download n8n Workflow JSON
n8n_http_node.json
{
  "nodes": [
    {
      "parameters": {
        "url": "=https://tokenmarkdown.com/{{ $json.url }}",
        "method": "GET"
      },
      "name": "TokenMarkdown Prefix Proxy",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [250, 300]
    }
  ]
}
Workflow Chaining: "Connect the output of TokenMarkdown directly to your LangChain OpenAI Embeddings or Pinecone Vector Store node."

Connect n8n in under 60 seconds

Zero dependencies. Use standard HTTP Request nodes.

01

Add HTTP Request Node in n8n

Add an HTTP Request node configured to GET https://tokenmarkdown.com/{{ $json.url }}.

02

Connect to AI Agent Nodes

Pass the clean Markdown output directly into an OpenAI or Anthropic text parser node.

03

Automate Scheduled Ingestion

Set up cron triggers to monitor competitor changelogs, blogs, and release notes automatically.

Ready to power your n8n workflows?
Start in 30 seconds with 250 free sandbox credits or activate a live production key on the Builder Tier ($29/mo) with instant 1-click Stripe checkout.
Open Developer Console → View All Plans