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
Full API Docs/ai/searchFEATURES
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
| Name | Type | Status | Description |
|---|---|---|---|
| prompt | string | required | Natural language search query |
| search_limit | number | optional | Maximum search results (default: 10) |
| return_format | string | optional | Output format for results |
| domain | string | optional | Limit 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.