⚡ Low-Code Automation • n8n Workflow

Automated Web Scraping in n8n

Trigger high-speed web scraping directly within your n8n automation pipelines. Receive clean Fit-Markdown to pass to OpenAI, Anthropic, or Supabase nodes.

n8n HTTP Request Node Configuration
Method: POST
URL: https://api.flycrawl.net/api/v1/scrape
Headers:
  Authorization: Bearer {{ $env.FLYCRAWL_KEY }}
  Content-Type: application/json
Body (JSON):
  { "url": "{{ $json.targetUrl }}", "format": "markdown" }