Why Use the DeepSearch API
The DeepSearch API provides AI ready search results that enable:- π Comprehensive Coverage - Search web, academic journals, books, and live financial data
- β‘ Real-Time Results - Access up-to-the-minute information from sources
- π― Precise Filtering - Control sources, dates, relevance scores, and result count
- π οΈ RAG-Ready - Perfect for Retrieval-Augmented Generation and AI agent workflows
Key DeepSearch Features
Multi-Source Search
Search web content alongside academic papers, books,
and financial market data in one API call.
AI Ready
Get AI ready search results that can you pass directly to your AIβs context
window.
Source Control
Include or exclude specific domains, URLs, and datasets to focus on
authoritative sources.
Date Filtering
Filter results by publication date to get recent
or historical content.
Getting Started
Basic Search Query
Search across all available sources with a simple query:Fast Mode for Reduced Latency
Enable fast mode for quicker search speed but shorter results. Best for general purpose queries:Search Type Options
Control which data sources to search:Type | Description | Best For |
---|---|---|
all | Search web and proprietary sources (default) | Comprehensive coverage |
web | Web search only | Current events, general topics |
proprietary | Academic, financial, and premium sources only | Research, technical analysis |
Advanced Features
AI Agent vs User Queries
Optimize retrieval based on the caller type:Response Length Control
Control how much content is returned per result:"short"
: ~25,000 characters per result"medium"
: ~50,000 characters per result"large"
: ~100,000 characters per result"max"
: Full content available- Custom integer: Exact character count
Advanced Feature Guides
Check out our guides for other advanced features:Source Filtering
Include or exclude specific domains and datasets - Control exactly which sources to search for more targeted results
Date Filtering
Filter by time periods - Focus on recent content or historical data with
flexible date range controls
Prompting Guide
Craft effective search queries - Learn how to write queries that get the
most relevant results
Tips & Tricks
Optimize your searches - Advanced techniques for better performance and cost control
Response Format
Standard Search Response
Key Response Fields
Field | Description |
---|---|
title | Article or document title |
url | Source URL |
content | Extracted text content |
source_type | Source category: web , academic , financial |
published_date | Publication date (when available) |
author | Author information (when available) |
domain | Source domain |
price_per_result | Cost for this specific result |
Best Practices
- Be Specific: Use detailed queries for better search results
- Set Appropriate Price Limits: Balance cost with data quality needs
- Filter Results: Use parameters to get only the most relevant content
- Choose the Right Search Type: Match
search_type
to your use case - Monitor Costs: Track
price_per_result
andtotal_cost_dollars
in responses - Optimize for Tool Calls: Set
is_tool_call=true
for AI agent usage
Error Handling
Try the DeepSearch API
Explore the complete API reference with interactive examples and detailed
parameter documentation.