Real-time web search with optional automatic crawling of search results. Perfect for AI applications that need fresh web data.
Bearer token authentication using your API key. Format: Bearer YOUR_API_KEY
The search query string
"machine learning tutorials"
Number of results to return per page (1-50)
1 <= x <= 50Maximum number of search result pages to fetch. Each page costs 10 credits.
Language code for search results (e.g., en, es, fr, de)
"en"
Country code for search results (e.g., US, GB, DE)
"US"
Geographic location for localized results
"us"
Device type to simulate (desktop, mobile, tablet)
desktop, mobile, tablet Return the original HTML source of each result page
Return clean HTML with ads, scripts, and tracking removed
Return plain text content extracted from each result page
Return content as structured Markdown (recommended for RAG/LLM)
Automatically crawl each search result URL and include page content