AI Studio/AI Search

AI Search

Web search with natural language understanding

AI Search goes beyond keyword matching. It understands the intent behind your query, finds the most relevant results, and can extract specific information from search results.

POST/ai/search
Full API Docs
FEATURES

Capabilities

Semantic query understanding
Intent-based results
Relevance ranking
Result summarization
Follow-up extraction
Domain filtering
USE CASES

Example Prompts

Research

prompt: "Find recent research papers about transformer architectures"

Competitor analysis

prompt: "Find pricing pages for CRM software companies"

News search

prompt: "Latest news about renewable energy investments"

Tutorial finding

prompt: "Best tutorials for learning Python web scraping"
API

Parameters

NameTypeStatusDescription
promptstringrequiredNatural language search query
search_limitnumberoptionalMaximum search results (default: 10)
return_formatstringoptionalOutput format for results
domainstringoptionalLimit search to specific domain
CODE

Code Examples

curl -X POST https://api.spider.cloud/ai/search \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "Find the top Python web scraping libraries in 2024",
    "search_limit": 10
  }'

Ready to use AI Search?

Start extracting data with natural language prompts. No complex selectors or scripts needed.