Automation
Zapier
Crawleo is a plain REST API, so it works with Zapier today. Use a Webhooks by Zapier step to call any Crawleo endpoint and pass the results to thousands of apps.
How to connect
1
Add a Webhooks step
In your Zap, add a Webhooks by Zapier step.
2
Choose GET
Pick the GET action and point it at a Crawleo endpoint like /search.
3
Authorize and map
Add your API key in the Authorization header, then map the JSON response.
Example request
GET https://api.crawleo.dev/search?query=best vector database&max_pages=1Authorization: Bearer YOUR_API_KEY