
Web Search
Pricing
$0.25 / 1,000 results

Web Search
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!
π 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
Parameter | Type | Required | Description |
---|---|---|---|
query | String | β Yes | The search term you want to query (e.g., "latest AI tools" ) |
num | Integer | β No | Number of results to return (default: 100 , max: 100 ) |
start | Integer | β No | Starting 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
- Open the Apify Actor UI
- Enter your
query
and other parameters - Run the actor
- Download results from the dataset in structured JSON format
π Support
For documentation and help, visit π Desearch Docs
For issues, open a ticket on GitHub