Documentation Index
Fetch the complete documentation index at: https://docs.datura.ai/llms.txt
Use this file to discover all available pages before exploring further.
π Overview
Datura Web Search (SERP) - Apify is an actor that enables you to perform real-time AI-powered web searches. Powered by Daturaβs intelligent search engine Datura.ai, it retrieves results from various online sources including news, blogs, Twitter, and more β all delivered in a structured JSON format.π Features
- AI-enhanced web search
- Retrieves titles, links, snippets, and optional dates
- Supports pagination with the start parameter
- Optimized for Apify automation
- Clean JSON output format
π Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
query | String | β Yes | The search term you want to query (e.g., "latest AI tools"). |
num | Integer | β Yes | Number of results to return (default: 100, max: 100). |
start | Integer | β Yes | Starting index of results (used for pagination). |