Official node
n8n
The official Crawleo node for n8n. Drop search, crawl, and Google Maps into any workflow as native nodes - no HTTP wiring required.
Install the node
npm install @crawleo/n8n-nodes-crawleoInstall it from the n8n Community Nodes panel, or with npm in a self-hosted instance.
What you can build
Automated research
Trigger searches from any event and collect the results automatically.
Content monitoring
Watch pages for changes and route updates anywhere n8n connects.
Lead generation
Pull Google Maps business listings into a sheet or CRM.
Data enrichment
Enrich existing records with fresh data from the web.
Prefer the HTTP Request node?
Crawleo is a plain REST API, so a generic HTTP Request node works too. Send a GET request with your API key in the Authorization header.
GET https://api.crawleo.dev/search?query=best vector database&max_pages=1Authorization: Bearer YOUR_API_KEY