Crawleo Logo
FeaturesPricing

Compare

Search APICrawler API
Integrations
DocsBlogNew accountSign in
Background
Back to Integrations

n8n Integration

Available

Automate web scraping and search workflows with n8n's powerful visual workflow builder and Crawleo's real-time web intelligence.

n8n WebsiteAPI Documentation

Use Cases

Automated Research

Trigger searches based on events and collect data automatically.

Content Monitoring

Monitor websites for changes and get notified instantly.

Lead Generation

Scrape and process leads from search results automatically.

Data Enrichment

Enrich your CRM data with real-time web information.

Setup Guide

1

Add HTTP Request Node

In your n8n workflow, add a new HTTP Request node.

2

Configure the Request

Set up the request with Crawleo's API endpoint and your API key.

3

Process Results

Use the response data in subsequent nodes for automation.

Configuration Examples

Search Request Configuration
{
"method": "POST",
"url": "https://api.crawleo.dev/api/v1/mcp/search",
"headers": {
"Authorization": "Bearer YOUR_API_KEY",
"Content-Type": "application/json"
},
"body": {
"query": "{{ $json.searchQuery }}",
"count": 10,
"cc": "US",
"setLang": "en"
}
}
Crawl Request Configuration
{
"method": "POST",
"url": "https://api.crawleo.dev/api/v1/mcp/crawl",
"headers": {
"Authorization": "Bearer YOUR_API_KEY",
"Content-Type": "application/json"
},
"body": {
"url": "{{ $json.targetUrl }}",
"markdown": true,
"raw_html": false
}
}

Start Automating Today

Get your API key and build powerful automation workflows with n8n and Crawleo.

Get API KeyTry n8n Free
Crawleo Logo

Crawleo LLC

1309 Coffeen Avenue, STE 1200

Sheridan, WY 82801

United States

Legal

  • Terms & Conditions
  • Privacy Policy
  • Refund Policy

Connect

  • Twitter/X
  • LinkedIn

© 2026 Crawleo LLC. All rights reserved.