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

40

Monthly users

17

Runs succeeded

>99%

Last modified

2 months 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