AI Search

AI Search

by desearch

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

1,191 runs
78 users
Try This Actor

Opens on Apify.com

About AI Search

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

What does this actor do?

AI Search is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

📢 Desearch 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 desearch.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, 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 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 | ❌ No | 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 | ❌ No | List of search tools to enable. Options include "Web Search", "ArXiv Search", "Hacker News Search", "Reddit Search", "Twitter Search", "Wikipedia Search", "Youtube Search". | | arxivSearch | Boolean | ❌ No | Enable or disable ArXiv search (default: true). | | hackerNewsSearch| Boolean | ❌ No | Enable or disable Hacker News search (default: true). | | redditSearch | Boolean | ❌ No | Enable or disable Reddit search (default: true). | | twitterSearch | Boolean | ❌ No | Enable or disable Twitter search (default: true). | | wikipediaSearch | Boolean | ❌ No | Enable or disable Wikipedia search (default: true). | | youTubeSearch | Boolean | ❌ No | Enable or disable YouTube search (default: true). | | response_order | String | ❌ No | Preferred response format. Options: "LINKS_FIRST" or "TEXT_FIRST" (default: "LINKS_FIRST"). | | date_filter | String | ❌ No | Date filter for search results. Options: "PAST_24_HOURS", "PAST_WEEK", "PAST_MONTH", "PAST_YEAR", or "ALL_TIME" (default: "PAST_24_HOURS"). | | streaming | Boolean | ❌ No | Enable 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): json [ { "prompt": "Latest advancements in AI research", "result": { "wikipedia_search_results": [ { "organic_results": [ { "title": "Example Title", "url": "https://example.com", "link": "https://example.com/link", "snippet": "This is an example snippet from the search result.", "summary_description": "This is a summary description of the search result." } ] } ], "youtube_search_results": [ { "organic_results": [ { "title": "Example Title", "url": "https://example.com", "link": "https://example.com/link", "snippet": "This is an example snippet from the search result.", "summary_description": "This is a summary description of the search result." } ] } ], "arxiv_search_results": [ { "organic_results": [ { "title": "Example Title", "url": "https://example.com", "link": "https://example.com/link", "snippet": "This is an example snippet from the search result.", "summary_description": "This is a summary description of the search result." } ] } ], "reddit_search_results": [ { "organic_results": [ { "title": "Example Title", "url": "https://example.com", "link": "https://example.com/link", "snippet": "This is an example snippet from the search result.", "summary_description": "This is a summary description of the search result." } ] } ], "hacker_news_search_results": [ { "organic_results": [ { "title": "Example Title", "url": "https://example.com", "link": "https://example.com/link", "snippet": "This is an example snippet from the search result.", "summary_description": "This is a summary description of the search result." } ] } ], "text_chunks": [ { "twitter_summary": [ "<string>" ] } ], "completion_links": [ "<string>" ], "search_completion_links": [ "<string>" ], "completion": { "key_tweets": [ { "text": "This is an example tweet text.", "url": "https://twitter.com/example_tweet" } ], "twitter_summary": "This is an example Twitter summary.", "summary": "This is an example summary." }, "miner_link_scores": {} } } ] ### 2. Link Search Output Example This output emphasizes detailed link information, including positions, redirects, and display URLs: json [ { "prompt": "Top AI startups in 2025", "result": [ { "youtube_search_results": { "organic_results": [ { "position": 123, "title": "Example Web Page Title", "link": "https://example.com", "redirect_link": "https://example.com/redirect", "displayed_link": "https://example.com/displayed", "favicon": "https://example.com/favicon.ico", "date": "17 hours ago", "snippet": "This is an example snippet from the web page.", "snippet_highlighted_words": [ "example", "snippet" ], "source": "On Location", "inline": [ { "link": "https://example.com", "title": "Example Web Page Title" } ], "summary_description": "List of bitcoin companies - Wikipedia" } ] }, "hacker_news_search_results": { "organic_results": [ { "position": 123, "title": "Example Web Page Title", "link": "https://example.com", "redirect_link": "https://example.com/redirect", "displayed_link": "https://example.com/displayed", "favicon": "https://example.com/favicon.ico", "date": "17 hours ago", "snippet": "This is an example snippet from the web page.", "snippet_highlighted_words": [ "example", "snippet" ], "source": "On Location", "inline": [ { "link": "https://example.com", "title": "Example Web Page Title" } ], "summary_description": "List of bitcoin companies - Wikipedia" } ] }, "reddit_search_results": { "organic_results": [ { "position": 123, "title": "Example Web Page Title", "link": "https://example.com", "redirect_link": "https://example.com/redirect", "displayed_link": "https://example.com/displayed", "favicon": "https://example.com/favicon.ico", "date": "17 hours ago", "snippet": "This is an example snippet from the web page.", "snippet_highlighted_words": [ "example", "snippet" ], "source": "On Location", "inline": [ { "link": "https://example.com", "title": "Example Web Page Title" } ], "summary_description": "List of bitcoin companies - Wikipedia" } ] }, "arxiv_search_results": { "organic_results": [ { "position": 123, "title": "Example Web Page Title", "link": "https://example.com", "redirect_link": "https://example.com/redirect", "displayed_link": "https://example.com/displayed", "favicon": "https://example.com/favicon.ico", "date": "17 hours ago", "snippet": "This is an example snippet from the web page.", "snippet_highlighted_words": [ "example", "snippet" ], "source": "On Location", "inline": [ { "link": "https://example.com", "title": "Example Web Page Title" } ], "summary_description": "List of bitcoin companies - Wikipedia" } ] }, "wikipedia_search_results": { "organic_results": [ { "position": 123, "title": "Example Web Page Title", "link": "https://example.com", "redirect_link": "https://example.com/redirect", "displayed_link": "https://example.com/displayed", "favicon": "https://example.com/favicon.ico", "date": "17 hours ago", "snippet": "This is an example snippet from the web page.", "snippet_highlighted_words": [ "example", "snippet" ], "source": "On Location", "inline": [ { "link": "https://example.com", "title": "Example Web Page Title" } ], "summary_description": "List of bitcoin companies - Wikipedia" } ] }, "search_results": { "organic_results": [ { "position": 123, "title": "Example Web Page Title", "link": "https://example.com", "redirect_link": "https://example.com/redirect", "displayed_link": "https://example.com/displayed", "favicon": "https://example.com/favicon.ico", "date": "17 hours ago", "snippet": "This is an example snippet from the web page.", "snippet_highlighted_words": [ "example", "snippet" ], "source": "On Location", "inline": [ { "link": "https://example.com", "title": "Example Web Page Title" } ], "summary_description": "List of bitcoin companies - Wikipedia" } ] } } // ... additional link results if applicable ] } ] ### 3. Twitter Search Output Example This output shows a detailed tweet result, including user information and tweet metrics: json [ { "prompt": "Recent tweets on AI innovation", "result": [ { "miner_tweets": [ { "user": { "id": "123456789", "url": "https://twitter.com/example_user", "name": "John Doe", "username": "johndoe", "created_at": "2023-01-01T00:00:00Z", "description": "This is an example user description.", "favourites_count": 100, "followers_count": 1500, "listed_count": 10, "media_count": 50, "profile_image_url": "https://example.com/profile.jpg", "statuses_count": 500, "verified": true, "is_blue_verified": true, "can_dm": true, "can_media_tag": true, "location": "Jamaica" }, "id": "987654321", "text": "This is an example tweet.", "reply_count": 10, "retweet_count": 5, "like_count": 100, "view_count": 1000, "quote_count": 2, "impression_count": 1500, "bookmark_count": 3, "url": "https://twitter.com/example_tweet", "created_at": "2023-01-01T00:00:00Z", "media": [], "is_quote_tweet": false, "is_retweet": false, "lang": "en", "conversation_id": "1892717639455109181", "in_reply_to_screen_name": "null", "in_reply_to_status_id": "null", "in_reply_to_user_id": "null", "quoted_status_id": "null", "quote": "null", "entities": {}, "summary_description": "This is a summary of the tweet." } ] } ] } ] 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 Desearch Docs or contact support. --- Leverage the power of AI to quickly access the most relevant information from a variety of sources with the Desearch AI Search Actor on Apify!

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try AI Search now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
desearch
Pricing
Paid
Total Runs
1,191
Active Users
78
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support