Datura AI Search avatar
Datura AI Search

Pricing

$22.00 / 1,000 Runs

Go to Store
Datura AI Search

Datura AI Search

Developed by

Datura

Maintained by Community

allows you to perform AI-powered web searches, gathering relevant information from multiple sources, including web pages, research papers, and social media discussions.

0.0 (0)

Pricing

$22.00 / 1,000 Runs

0

Monthly users

2

Runs succeeded

>99%

Last modified

8 days ago

📢 Datura AI Search Actor - Apify

Effortlessly perform AI-powered searches across multiple data sources!

Apify Actor

Made with ❤️

🚀 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

ParameterTypeRequiredDescription
searchTypeString❌ NoType of search to perform. Options: "aisearch", "linksearch", or "twittersearch". (Default: "aisearch")
promptArray✅ YesList of search queries. Each query should be a string.
toolsArray❌ NoList of search tools to enable. Options include "Web Search", "ArXiv Search", "Hacker News Search", "Reddit Search", "Twitter Search", "Wikipedia Search", "Youtube Search".
arxivSearchBoolean❌ NoEnable or disable ArXiv search (default: true).
hackerNewsSearchBoolean❌ NoEnable or disable Hacker News search (default: true).
redditSearchBoolean❌ NoEnable or disable Reddit search (default: true).
twitterSearchBoolean❌ NoEnable or disable Twitter search (default: true).
wikipediaSearchBoolean❌ NoEnable or disable Wikipedia search (default: true).
youTubeSearchBoolean❌ NoEnable or disable YouTube search (default: true).
modelString❌ NoAI model to use. Options: "NOVA", "ORBIT", or "HORIZON" (default: "NOVA").
response_orderString❌ NoPreferred response format. Options: "LINKS_FIRST" or "TEXT_FIRST" (default: "LINKS_FIRST").
date_filterString❌ NoDate filter for search results. Options: "PAST_24_HOURS", "PAST_WEEK", "PAST_MONTH", "PAST_YEAR", or "ALL_TIME" (default: "PAST_24_HOURS").
streamingBoolean❌ NoEnable streaming response processing (default: false).

📥 Expected Output

The actor outputs a JSON file containing the results of your search queries. Each result object includes the original prompt and the corresponding search output from the enabled tools. Below are three example output formats based on the search type:

1. AI Search Output Example

This output aggregates results from multiple tools (e.g., Web Search, ArXiv Search):

1[
2  {
3    "prompt": "Latest advancements in AI research",
4    "result": {
5              "wikipedia_search_results": [
6                {
7                  "organic_results": [
8                    {
9                      "title": "Example Title",
10                      "url": "https://example.com",
11                      "link": "https://example.com/link",
12                      "snippet": "This is an example snippet from the search result.",
13                      "summary_description": "This is a summary description of the search result."
14                    }
15                  ]
16                }
17              ],
18              "youtube_search_results": [
19                {
20                  "organic_results": [
21                    {
22                      "title": "Example Title",
23                      "url": "https://example.com",
24                      "link": "https://example.com/link",
25                      "snippet": "This is an example snippet from the search result.",
26                      "summary_description": "This is a summary description of the search result."
27                    }
28                  ]
29                }
30              ],
31              "arxiv_search_results": [
32                {
33                  "organic_results": [
34                    {
35                      "title": "Example Title",
36                      "url": "https://example.com",
37                      "link": "https://example.com/link",
38                      "snippet": "This is an example snippet from the search result.",
39                      "summary_description": "This is a summary description of the search result."
40                    }
41                  ]
42                }
43              ],
44              "reddit_search_results": [
45                {
46                  "organic_results": [
47                    {
48                      "title": "Example Title",
49                      "url": "https://example.com",
50                      "link": "https://example.com/link",
51                      "snippet": "This is an example snippet from the search result.",
52                      "summary_description": "This is a summary description of the search result."
53                    }
54                  ]
55                }
56              ],
57              "hacker_news_search_results": [
58                {
59                  "organic_results": [
60                    {
61                      "title": "Example Title",
62                      "url": "https://example.com",
63                      "link": "https://example.com/link",
64                      "snippet": "This is an example snippet from the search result.",
65                      "summary_description": "This is a summary description of the search result."
66                    }
67                  ]
68                }
69              ],
70              "text_chunks": [
71                {
72                  "twitter_summary": [
73                    "<string>"
74                  ]
75                }
76              ],
77              "completion_links": [
78                "<string>"
79              ],
80              "search_completion_links": [
81                "<string>"
82              ],
83              "completion": {
84                "key_tweets": [
85                  {
86                    "text": "This is an example tweet text.",
87                    "url": "https://twitter.com/example_tweet"
88                  }
89                ],
90                "twitter_summary": "This is an example Twitter summary.",
91                "summary": "This is an example summary."
92              },
93              "miner_link_scores": {}
94            }
95  }
96]

This output emphasizes detailed link information, including positions, redirects, and display URLs:

1[
2  {
3    "prompt": "Top AI startups in 2025",
4    "result": [
5              {
6                "youtube_search_results": {
7                  "organic_results": [
8                    {
9                      "position": 123,
10                      "title": "Example Web Page Title",
11                      "link": "https://example.com",
12                      "redirect_link": "https://example.com/redirect",
13                      "displayed_link": "https://example.com/displayed",
14                      "favicon": "https://example.com/favicon.ico",
15                      "date": "17 hours ago",
16                      "snippet": "This is an example snippet from the web page.",
17                      "snippet_highlighted_words": [
18                        "example",
19                        "snippet"
20                      ],
21                      "source": "On Location",
22                      "inline": [
23                        {
24                          "link": "https://example.com",
25                          "title": "Example Web Page Title"
26                        }
27                      ],
28                      "summary_description": "List of bitcoin companies - Wikipedia"
29                    }
30                  ]
31                },
32                "hacker_news_search_results": {
33                  "organic_results": [
34                    {
35                      "position": 123,
36                      "title": "Example Web Page Title",
37                      "link": "https://example.com",
38                      "redirect_link": "https://example.com/redirect",
39                      "displayed_link": "https://example.com/displayed",
40                      "favicon": "https://example.com/favicon.ico",
41                      "date": "17 hours ago",
42                      "snippet": "This is an example snippet from the web page.",
43                      "snippet_highlighted_words": [
44                        "example",
45                        "snippet"
46                      ],
47                      "source": "On Location",
48                      "inline": [
49                        {
50                          "link": "https://example.com",
51                          "title": "Example Web Page Title"
52                        }
53                      ],
54                      "summary_description": "List of bitcoin companies - Wikipedia"
55                    }
56                  ]
57                },
58                "reddit_search_results": {
59                  "organic_results": [
60                    {
61                      "position": 123,
62                      "title": "Example Web Page Title",
63                      "link": "https://example.com",
64                      "redirect_link": "https://example.com/redirect",
65                      "displayed_link": "https://example.com/displayed",
66                      "favicon": "https://example.com/favicon.ico",
67                      "date": "17 hours ago",
68                      "snippet": "This is an example snippet from the web page.",
69                      "snippet_highlighted_words": [
70                        "example",
71                        "snippet"
72                      ],
73                      "source": "On Location",
74                      "inline": [
75                        {
76                          "link": "https://example.com",
77                          "title": "Example Web Page Title"
78                        }
79                      ],
80                      "summary_description": "List of bitcoin companies - Wikipedia"
81                    }
82                  ]
83                },
84                "arxiv_search_results": {
85                  "organic_results": [
86                    {
87                      "position": 123,
88                      "title": "Example Web Page Title",
89                      "link": "https://example.com",
90                      "redirect_link": "https://example.com/redirect",
91                      "displayed_link": "https://example.com/displayed",
92                      "favicon": "https://example.com/favicon.ico",
93                      "date": "17 hours ago",
94                      "snippet": "This is an example snippet from the web page.",
95                      "snippet_highlighted_words": [
96                        "example",
97                        "snippet"
98                      ],
99                      "source": "On Location",
100                      "inline": [
101                        {
102                          "link": "https://example.com",
103                          "title": "Example Web Page Title"
104                        }
105                      ],
106                      "summary_description": "List of bitcoin companies - Wikipedia"
107                    }
108                  ]
109                },
110                "wikipedia_search_results": {
111                  "organic_results": [
112                    {
113                      "position": 123,
114                      "title": "Example Web Page Title",
115                      "link": "https://example.com",
116                      "redirect_link": "https://example.com/redirect",
117                      "displayed_link": "https://example.com/displayed",
118                      "favicon": "https://example.com/favicon.ico",
119                      "date": "17 hours ago",
120                      "snippet": "This is an example snippet from the web page.",
121                      "snippet_highlighted_words": [
122                        "example",
123                        "snippet"
124                      ],
125                      "source": "On Location",
126                      "inline": [
127                        {
128                          "link": "https://example.com",
129                          "title": "Example Web Page Title"
130                        }
131                      ],
132                      "summary_description": "List of bitcoin companies - Wikipedia"
133                    }
134                  ]
135                },
136                "search_results": {
137                  "organic_results": [
138                    {
139                      "position": 123,
140                      "title": "Example Web Page Title",
141                      "link": "https://example.com",
142                      "redirect_link": "https://example.com/redirect",
143                      "displayed_link": "https://example.com/displayed",
144                      "favicon": "https://example.com/favicon.ico",
145                      "date": "17 hours ago",
146                      "snippet": "This is an example snippet from the web page.",
147                      "snippet_highlighted_words": [
148                        "example",
149                        "snippet"
150                      ],
151                      "source": "On Location",
152                      "inline": [
153                        {
154                          "link": "https://example.com",
155                          "title": "Example Web Page Title"
156                        }
157                      ],
158                      "summary_description": "List of bitcoin companies - Wikipedia"
159                    }
160                  ]
161                }
162              }
163      // ... additional link results if applicable
164    ]
165  }
166]

3. Twitter Search Output Example

This output shows a detailed tweet result, including user information and tweet metrics:

1[
2  {
3    "prompt": "Recent tweets on AI innovation",
4    "result": [
5              {
6              "miner_tweets": [
7                {
8                  "user": {
9                    "id": "123456789",
10                    "url": "https://twitter.com/example_user",
11                    "name": "John Doe",
12                    "username": "johndoe",
13                    "created_at": "2023-01-01T00:00:00Z",
14                    "description": "This is an example user description.",
15                    "favourites_count": 100,
16                    "followers_count": 1500,
17                    "listed_count": 10,
18                    "media_count": 50,
19                    "profile_image_url": "https://example.com/profile.jpg",
20                    "statuses_count": 500,
21                    "verified": true,
22                    "is_blue_verified": true,
23                    "can_dm": true,
24                    "can_media_tag": true,
25                    "location": "Jamaica"
26                  },
27                  "id": "987654321",
28                  "text": "This is an example tweet.",
29                  "reply_count": 10,
30                  "retweet_count": 5,
31                  "like_count": 100,
32                  "view_count": 1000,
33                  "quote_count": 2,
34                  "impression_count": 1500,
35                  "bookmark_count": 3,
36                  "url": "https://twitter.com/example_tweet",
37                  "created_at": "2023-01-01T00:00:00Z",
38                  "media": [],
39                  "is_quote_tweet": false,
40                  "is_retweet": false,
41                  "lang": "en",
42                  "conversation_id": "1892717639455109181",
43                  "in_reply_to_screen_name": "null",
44                  "in_reply_to_status_id": "null",
45                  "in_reply_to_user_id": "null",
46                  "quoted_status_id": "null",
47                  "quote": "null",
48                  "entities": {},
49                  "summary_description": "This is a summary of the tweet."
50                }
51              ]
52            }
53    ]
54  }
55]

Each output type is structured to match the specific requirements of the search query and the enabled tools, allowing you to integrate and process the results according to your project needs.

📈 Use Cases

💡 Research & Development: Gather the latest scientific research and breakthroughs in AI.
💡 Market Analysis: Monitor trending topics across the web and social media platforms.
💡 Competitive Intelligence: Track competitors and industry news across multiple sources.
💡 Content Aggregation: Combine results from various platforms for comprehensive insights.

🚀 Get Started

1️⃣ Open the Apify Actor UI
2️⃣ Configure your input parameters according to your search needs
3️⃣ Run the actor and let it perform the AI-powered search
4️⃣ Download and analyze the JSON results for actionable insights

🛠 Support

For questions, issues, or further documentation, please refer to the Datura Docs or contact support.


Leverage the power of AI to quickly access the most relevant information from a variety of sources with the Datura AI Search Actor on Apify!

Pricing

Pricing model

Pay per result 

This Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.

Price per 1,000 items

$22.00