Get Your API Key
1
Create an Account
Sign up at crawleo.dev/login to create your account.
2
Choose a Plan
Select a subscription plan at crawleo.dev/pricing.
3
Get Your API Key
Once subscribed, you’ll receive your API key from the dashboard.
Make Your First Request
Search the Web
Use the Search API to perform real-time web searches:Crawl a URL
Use the Crawler API to extract content from specific URLs:Choose Your Output Format
Crawleo supports multiple output formats optimized for different use cases:| Format | Parameter | Best For |
|---|---|---|
| Raw HTML | raw_html=true | Full page source with all elements |
| AI-Enhanced HTML | get_ai_enhanced_html=true | Clean HTML without ads and scripts |
| Plain Text | get_page_text=true | Text extraction for processing |
| Markdown | markdown=true | RAG pipelines and LLM consumption |
