Back to Integrations
n8n Integration
AvailableAutomate web scraping and search workflows with n8n's powerful visual workflow builder and Crawleo's real-time web intelligence.
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.