Web Search avatar
Web Search

Pricing

$0.25 / 1,000 results

Go to Store
Web Search

Web Search

Developed by

Desearch

Desearch

Maintained by Community

This Actor allows users to search for any information over the web. This replicates a typical search engine experience, where users can search for any information they need.

0.0 (0)

Pricing

$0.25 / 1,000 results

0

Total users

21

Monthly users

20

Runs succeeded

>99%

Last modified

23 days ago

Desearch Web Search

📢 AI-powered web search from multiple sources – now on Apify!

Apify Actor

Made with ❤️


🚀 Overview

Desearch Web Search (SERP) - Apify is an actor that enables you to perform real-time AI-powered web searches. Powered by Desearch's intelligent search engine Desearch.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

ParameterTypeRequiredDescription
queryString✅ YesThe search term you want to query (e.g., "latest AI tools")
numInteger❌ NoNumber of results to return (default: 100, max: 100)
startInteger❌ NoStarting index of results (use for pagination)

📤 Output Format

Results are returned as a JSON array like this:

[
{
"title": "Common AI Models and When to Use Them? - GeeksforGeeks",
"snippet": "An AI model is a computational representation or framework that is designed to perform specific tasks or functions by learning from data...",
"link": "https://www.geeksforgeeks.org/common-ai-models-and-when-to-use-them/",
"date": null
},
{
"title": "Understanding GPT Models: A Guide - OpenAI Blog",
"snippet": "GPT models are a type of language model developed by OpenAI that use deep learning to produce human-like text...",
"link": "https://openai.com/blog/understanding-gpt",
"date": "2024-12-12"
}
]

📈 Use Cases

💡 Market Research: Discover trends and insights
💡 SEO & Content Strategy: Gather article ideas and keywords
💡 Brand Monitoring: Track mentions of brands or topics
💡 Academic Research: Find articles and sources


🚀 Get Started

  1. Open the Apify Actor UI
  2. Enter your query and other parameters
  3. Run the actor
  4. Download results from the dataset in structured JSON format

🛠 Support

For documentation and help, visit 📘 Desearch Docs
For issues, open a ticket on GitHub


🧠 Powered By