VOOZH about

URL: https://apify.com/desearch/ai-search

โ‡ฑ Desearch AI Search ยท Apify


Pricing

$22.00 / 1,000 runs

Go to Apify Store

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

Pricing

$22.00 / 1,000 runs

Rating

0.0

(0)

Developer

๐Ÿ‘ Desearch

Desearch

Maintained by Community

Actor stats

3

Bookmarked

100

Total users

1

Monthly active users

3 months ago

Last modified

Share

๐Ÿ“ข 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

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).
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):

[
{
"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:

[
{
"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:

[
{
"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!

You might also like

Web Search Scraper

yesintelligent/web-search-scraper

Advanced web search scraper and data extraction API that delivers real-time search results with comprehensive content snippets. Perfect for research, competitive analysis, content discovery, and automated information gathering. Extract structured data from web searches with high accuracy and speed.

๐Ÿ‘ User avatar

yesintelligent

15

AI Web Extractor

uxinfra/uxinfra-web-extractor

Intelligent web content extraction with AI-powered structuring. Extracts articles, products, reviews, and structured data from any website.

Web Search Scraper

akash9078/web-search-scraper

Advanced web search scraper and data extraction API that delivers real-time search results with comprehensive content snippets. Perfect for research, competitive analysis, content discovery, and automated information gathering.

๐Ÿ‘ User avatar

Akash Kumar Naik

34

Ai Web Research Agent

devwithbobby/ai-web-research-agent

An autonomous agent that researches topics across the web, synthesizes information from multiple sources, and produces comprehensive reports. Perfect for researchers, students, content creators, and analysts who need fast, reliable web research.

๐Ÿ‘ User avatar

Dev with Bobby

19

Deep Research Agent โ€” AI Web Research to Structured JSON

rockboat/deep-research-agent

Autonomous AI research agent that searches and analyzes 10-30 web sources, then synthesizes findings into a structured JSON report. Supports English and Korean output. Ideal for content creation, competitive intelligence, and market research.

High accuracy web search: people, news, docs

interfaze/web-search

AI-powered web search using interfaze.ai that is consistently updated with our scraper engine. Search across people, research indexes, social platforms, financial data, and the general web, all through a single query. Great for enrichment.

Firecrawl AI-Powered Web Search & Scrape

alizarin_refrigerator-owner/firecrawl-ai-powered-web-search-scrape

Search the web and get clean, LLM-ready content in one API call. Powered by Firecrawl's /v1/search endpoint. Returns markdown, HTML, or extracted data. Perfect for SEO research, competitor analysis, and AI training data collection.

Universal Contact Extractor

rl1987/universal-contact-extractor

Extract phone numbers, emails and social media URLs from web pages.

Related articles

Web crawling vs. web scraping
Read more
What is web scraping?
Read more
How to use web scraping for online research
Read more