πŸš€ Overview

Datura Web Search (SERP) - Apify is an actor that enables you to perform real-time AI-powered web searches. Powered by Datura’s intelligent search engine Datura.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βœ… YesNumber of results to return (default: 100, max: 100).
startIntegerβœ… YesStarting index of results (used 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