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
This Apify actor empowers you to execute AI-driven searches from Datura.ai, gathering relevant information from diverse sources such as web pages, research papers (ArXiv), social media discussions (Twitter, Reddit), news platforms (Hacker News), and more. Leverage advanced filtering and tool selection to retrieve precisely the content you need.š Features
- Multi-Source Search: Search across web pages, academic papers, social media, and other curated sources.
- Flexible Tool Selection: Enable or disable search tools like Web Search, ArXiv, Hacker News, Reddit, Wikipedia, YouTube, and Twitter based on your needs.
- Customizable Parameters: Configure search type, query prompts, AI model selection, response order, and date filters.
- Streaming Response Processing: Handle streaming API responses for efficient processing of large datasets.
- Secure & Configurable: Use environment variables for secure API key management and tailor your requests with customizable timeouts.
š How to Use
1ļøā£ Open the Apify Actor UI 2ļøā£ Configure Input Parameters in the provided schema (e.g., query prompts, search type, enabled tools, AI model, and date filters) 3ļøā£ Run the Actor to execute your search queries 4ļøā£ Review and Download Results in JSON format for further analysisš Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
searchType | String | ā Yes | Type of search to perform. Options: "aisearch", "linksearch", or "twittersearch" (default: "aisearch"). |
prompt | Array | ā Yes | List of search queries. Each query should be a string. |
tools | Array | ā Yes | List of search tools to enable. Options: "Web Search", "ArXiv Search", "Hacker News Search", "Reddit Search", "Twitter Search", "Wikipedia Search", "YouTube Search". |
model | String | ā Yes | AI model to use. Options: "NOVA", "ORBIT", or "HORIZON" (default: "NOVA"). |
response_order | String | ā Yes | Preferred response format. Options: "LINKS_FIRST" or "TEXT_FIRST" (default: "LINKS_FIRST"). |
date_filter | String | ā Yes | Date filter for search results. Options: "PAST_24_HOURS", "PAST_WEEK", "PAST_MONTH", "PAST_YEAR", or "ALL_TIME" (default: "PAST_24_HOURS"). |
streaming | Boolean | ā Yes | Enable streaming response processing (default: false). |