Skip to main content
Nimble Search reads the live web in real time and returns structured, agent-ready results. Every answer reflects what’s on the page right now, not a snapshot from earlier. Pick how much content comes back with search_depth, from titles and snippets up to full page markdown.

Perform a Search with Nimble

Get an API key from the Nimble Platform and install a client:
1

Make a search call

2

Read the response

No search_depth was set, so this used the default, fast. Each result carries a title, URL, description, and metadata:

Search Depth

The search_depth parameter controls how much content each search returns. Choose the right depth for your use case.

Search Depth Best Practices

Learn when to use each depth mode, optimization tips, and cost strategies.

Parameters

API Parameters

For detailed parameter documentation, see the Search API Reference.

Key Features

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.
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.
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.

Focus Modes

Focus modes route your searches to specialized sources optimized for different use cases, powered by Extract Templates that retrieve the most relevant results.

Available Pre-defined Modes

Pre-defined focus modes automatically route your search to specialized Extract Templates based on your query type. Simply specify the mode that matches your use case.
news, location, coding, and academic only support search_depth: "lite" or "deep".
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 the focus parameter. This gives you full control over data sources and enables mixing agents from different focus modes. Example:

Available Extract Templates

View the complete list of Extract Templates you can use in custom focus modes.

Search vs other tools

Use cases

Research & Data Collection

Gather comprehensive information on any topic from multiple sources automatically

AI Agent Tasks

Get quick, structured web results 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

Next steps

API Reference

Explore endpoints, request parameters, and response schemas

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