Real-Time Web Search & AI Answers API
🔍 Real-Time Web Search API — Get live search results from multiple search engines in one API call. Powered by Google (Serper), Bing, Brave, and DuckDuckGo, this API delivers fast, accurate, and deduplicated search results in real-time. ✅ FEATURES: 🔎 Web Search — Search the entire web with real-time results from multiple providers 📰 News Search — Get the latest breaking news articles worldwide 🖼️…
Real-Time Web Search & AI Answers API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Web Search | ||
| GET |
/api/v1/search /api/v1/search |
Perform a real-time web search across multiple providers (DuckDuckGo, Bing, Brave, Serper). Results are deduplicated and ranked by relevance. Supports pagination, freshness… |
| News Search | ||
| GET |
/api/v1/news-search /api/v1/news-search |
Search for the latest news articles across multiple providers. Results are deduplicated and sorted by date by default. Supports the same filtering, pagination, and export options… |
| Image Search | ||
| GET |
/api/v1/image-search /api/v1/image-search |
Search for images across multiple providers. Returns image URLs, thumbnails, dimensions, and source metadata. Supports safe search, pagination, and export. |
| Trending | ||
| GET |
/api/v1/trending-searches /api/v1/trending-searches |
Retrieve currently trending search topics. Optionally filter by country. No search query is required. |
| Suggestions | ||
| GET |
/api/v1/suggestions /api/v1/suggestions |
Get autocomplete suggestions for a partial search query. Returns an array of suggested search terms. |
| Instant Answer | ||
| GET |
/api/v1/answer /api/v1/answer |
Retrieve an instant answer for a factual query. Returns the answer text, source references, and related questions for further exploration. |
| Content Extraction | ||
| GET |
/api/v1/extract /api/v1/extract |
Extract the main content from any web page URL. Returns the article title, description, author, publication date, full text content, word count, and detected language. |
| Bulk Search | ||
| POST |
/api/v1/bulk-search /api/v1/bulk-search |
Submit multiple search queries in a single request. All queries are processed in parallel. Each query is isolated — if one fails, the others still succeed. Maximum 10 queries per… |
| Usage & Quota | ||
| GET |
/api/v1/usage /api/v1/usage |
Retrieve your API usage statistics including total requests, remaining quota, and usage breakdown by endpoint. The API key is automatically detected from the request headers. |
Real-Time Web Search & AI Answers API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $25 / month | 10 / second |
|
| ULTRA Recommended | $100 / month | 20 / second |
|
| MEGA | $200 / month | 30 / second |
|