Automation
Make
Crawleo is a plain REST API, so it works with Make today. Use Make's HTTP module to call any Crawleo endpoint and pipe the results through your scenario.
How to connect
1
Add an HTTP module
In your Make scenario, add the built-in HTTP module.
2
Point it at Crawleo
Set it to a GET request against 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