Quick Start
Example Request
Example Response
Search Depth
Thesearch_depth parameter controls how much content each search returns. Choose the right depth for your use case.
| Depth | Content Returned | Credits | Best For |
|---|---|---|---|
lite (default) | Titles, URLs, snippets | 1 per search | URL discovery, high-volume pipelines, quick filtering |
fast | Rich content | 2 per search | RAG, chatbots, real-time AI agent workflows |
deep | Full real-time page extraction | 1 + 1 per page | Research, due diligence, comprehensive analysis |
Search Depth Best Practices
Learn when to use each depth mode, optimization tips, and cost strategies.
Lite — metadata only
Lite — metadata only
Get titles, URLs, and snippets for fast, token-efficient pipelines. 1 credit per search.
Fast — rich content, low latency (Enterprise)
Fast — rich content, low latency (Enterprise)
Rich content at low latency, optimized for AI agents. 2 credits per search.
fast mode requires an enterprise account and only works with focus: "general". Contact sales to get access.Deep — full page extraction
Deep — full page extraction
Extract full page content from every result for comprehensive analysis. 1 credit per search + 1 credit per page extracted.
Parameters
API Parameters
For detailed parameter documentation, see the Search API Reference.
Key Features
Search with LLM answer
Search with LLM answer
Get an AI-generated answer based on search results. Returns an instant summary with inline citations, perfect for Q&A systems, chatbots, and research assistants.
Time-based filtering
Time-based filtering
Filter results by recency using
time_range or specify exact date ranges. Essential for news monitoring, tracking recent developments, or analyzing historical data within specific timeframes.Domain filtering
Domain filtering
Filter results to specific domains or exclude unwanted ones. Focus on trusted sources, exclude noise (social media, ads), or search within curated lists of authoritative sites.
Document type filtering
Document type filtering
Search for specific document types like PDFs, spreadsheets, or presentations (only works with
focus: "general"). Perfect for academic research, finding reports, whitepapers, or structured data files.content_type only works with focus: "general". Supported formats: pdf, docx, xlsx, pptx, and semantic groups: documents, spreadsheets, presentations.Topic Modes
Topic modes route your searches to specialized sources optimized for different use cases. Each mode uses dedicated Web Search Agents to retrieve the most relevant results.Available Pre-defined Modes
Pre-defined focus modes automatically route your search to specialized Nimble Web Search Agents (WSA) based on your query type. Simply specify the mode that matches your use case.| Topic Mode | Best For |
|---|---|
general (default) | General information, broad topics, web pages |
news | Current events, breaking stories, journalism |
coding | Code examples, debugging, API documentation |
academic | Scientific research, peer-reviewed studies |
shopping | Product comparison, pricing, merchant reviews |
social | Social content, influencers, trending topics |
geo | AI-generated answers, synthetic insights |
location | Places, businesses, geographic information |
Example: Shopping search
Compare products across e-commerce platforms:Custom Focus Mode
For advanced use cases, you can explicitly specify which search agents to use by passing an array of subagent names to thefocus parameter. This gives you full control over data sources and enables mixing agents from different focus modes.
Example:
Available Web Search Agents (WSA)
View the complete list of Web Search Agents you can use in custom focus modes.
Use cases
Research & Data Collection
Gather comprehensive information on any topic from multiple sources
automatically
AI Agent Tasks
Get quick web answers with optional LLM-generated summaries for your
applications
Content Monitoring
Track mentions, news, or updates about specific topics, brands, or keywords
Competitive Intelligence
Monitor what’s being said about competitors or track industry trends
Search vs other tools
| Need | Use |
|---|---|
| Search web + extract content from results | Search |
| Domain-specific agents | Public Agent - maintained by Nimble |
| Data from sources not in the gallery | Custom Agent - create with natural language |
| Data from specific URLs | Extract |
| URLs with context for AI planning | Map |
| Data from entire website | Crawl |
Next steps
API Reference
Explore endpoints, request parameters, and response schemas for the Search
API
Web Tools Skill
Add real-time web intelligence tools to Claude Code and other AI agents
LangChain Integration
Connect Nimble Search to your LangChain applications