Search

Search across multiple data sources with AI-powered summarization.


POSTv1/22/search

Search and summarize information from multiple sources.

Required attributes

  • Name
    prompt
    Type
    string
    Description

    The search query string to execute across data sources.

  • Name
    tools
    Type
    array
    Description

    List of tools to be used for query processing.

    Available options:

    • Twitter Search
    • Google Search
    • Google News Search
    • Google Image Search
    • Bing Search
    • ArXiv Search
    • Wikipedia Search
    • Youtube Search
    • Hacker News Search
    • Reddit Search

Optional attributes

  • Name
    model
    Type
    string
    Description

    Model to use for scraping.

    Available options:

    • NOVA
    • ORBIT
    • HORIZON

    Default: NOVA

  • Name
    response_order
    Type
    string
    Description

    Specifies how search results should be ordered and displayed.

    Available options:

    • LINKS_FIRST
    • SUMMARY_FIRST

    Default: LINKS_FIRST

  • Name
    date_filter
    Type
    string
    Description

    Time range filter for results.

    Available options:

    • PAST_24_HOURS
    • PAST_2_DAYS
    • PAST_WEEK
    • PAST_2_WEEKS
    • PAST_MONTH
    • PAST_2_MONTHS
    • PAST_YEAR
    • PAST_2_YEARS

    Default: PAST_WEEK

Response model

  • Name
    type
    Type
    string
    Description

    The type of response.

  • Name
    content
    Type
    object
    Description

    Contains the search results divided by type.

Request

POST
v1/22/search
curl -X POST "https://api.bitmind.ai/oracle/v1/22/search" \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "What are the recent sport news?",
    "tools": [
      "Google Search"
    ],
    "model": "NOVA",
    "response_order": "LINKS_FIRST",
    "date_filter": "PAST_WEEK"
  }'

Response

{
  "type": "search",
  "content": {
    "organic_results": [
      {
        "position": 2,
        "title": "Latest Sports News",
        "link": "http://www.espn.com/espn/latestnews",
        "redirect_link": "https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=http://www.espn.com/espn/latestnews&ved=2ahUKEwiAzo_5wb6LAxUSF2IAHRsAEL8QFnoECBUQAQ",
        "displayed_link": "http://www.espn.com › espn › latestnews",
        "favicon": "https://serpapi.com/searches/67acc6f9b9b0b24348d61a32/images/58351fad326ecfecda89803b7f5a2ae1f3c1a6c014fb4b1780f4da8f3e3d6869.png",
        "snippet": "NBA · Mavericks center Daniel Gafford out with right knee sprain (February 12, 2025, 9:48 AM ET) · Brandon Ingram agrees to 3-year, $120M extension with Raptors ...",
        "snippet_highlighted_words": [
          "NBA"
        ],
        "source": "ESPN"
      },
      {
        "position": 15,
        "title": "Sport latest news, live results, updates and comment",
        "link": "https://www.independent.co.uk/sport",
        "redirect_link": "https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.independent.co.uk/sport&ved=2ahUKEwiAzo_5wb6LAxUSF2IAHRsAEL8QFnoECDsQAQ",
        "displayed_link": "https://www.independent.co.uk › sport",
        "favicon": "https://serpapi.com/searches/67acc6f9b9b0b24348d61a32/images/58351fad326ecfecda89803b7f5a2ae156be7da7a37aac9bbcc58a42c60ece77.png",
        "snippet": "Tennis · Sabalenka stunned by Alexandrova in tie-break thriller at Qatar Open · Djokovic provides update on injury and sets 100th tour title target · Carlos ...",
        "snippet_highlighted_words": [
          "Sabalenka stunned by Alexandrova in tie-break thriller at Qatar Open"
        ],
        "source": "The Independent"
      },
      {
        "position": 7,
        "title": "Breaking & Latest Sports News",
        "link": "https://www.reuters.com/sports/",
        "redirect_link": "https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.reuters.com/sports/&ved=2ahUKEwiAzo_5wb6LAxUSF2IAHRsAEL8QFnoECG4QAQ",
        "displayed_link": "https://www.reuters.com › sports",
        "favicon": "https://serpapi.com/searches/67acc6f9b9b0b24348d61a32/images/58351fad326ecfecda89803b7f5a2ae1e2c32ddd3b21ec613b45aabd25c52f05.png",
        "snippet": "Newly acquired Toronto Raptors forward Brandon Ingram has agreed to a three-year, $120 million extension, his agents confirmed to ESPN on Tuesday.",
        "sitelinks": {
          "inline": [
            {
              "title": "Soccer",
              "link": "https://www.reuters.com/sports/soccer/"
            },
            {
              "title": "Basketball",
              "link": "https://www.reuters.com/sports/basketball/"
            },
            {
              "title": "Formula 1",
              "link": "https://www.reuters.com/sports/formula1/"
            },
            {
              "title": "Cricket",
              "link": "https://www.reuters.com/sports/cricket/"
            }
          ]
        },
        "source": "Reuters"
      },
      {
        "position": 3,
        "title": "Sports",
        "link": "https://apnews.com/sports",
        "redirect_link": "https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://apnews.com/sports&ved=2ahUKEwiAzo_5wb6LAxUSF2IAHRsAEL8QFnoECBcQAQ",
        "displayed_link": "https://apnews.com › sports",
        "favicon": "https://serpapi.com/searches/67acc6f9b9b0b24348d61a32/images/58351fad326ecfecda89803b7f5a2ae17ac30c5b9133e8cbdda57105e374e9db.png",
        "snippet": "Bulls 'own it' after getting embarrassed by Pistons in 132-92 blowout · Pistons set franchise record with 42-point halftime lead in 132-92 romp over Bulls · Karl- ...",
        "snippet_highlighted_words": [
          "Bulls 'own it' after getting embarrassed by Pistons in 132-92 blowout"
        ],
        "source": "AP News"
      },
      {
        "type": "searchResult",
        "title": "NDTV Sports: Latest Sports News, Live Scores, Results Today's ...",
        "link": "https://sports.ndtv.com/",
        "visible_link": "sports.ndtv.com",
        "snippet": "India Demolish England By 142 Runs To Complete 3-0 Clean Sweep In ODIs  PAK vs SA ODI Live: Rizwan, Agha Boost 3-Down Pakistan vs England  Gill Achieves Mega..."
      },
      {
        "type": "searchResult",
        "title": "Live Scores, Latest Sports News, Results, Cricket Updates - The Hindu",
        "link": "https://www.thehindu.com/sport/",
        "visible_link": "www.thehindu.com › sport",
        "snippet": "Jos Buttler wins toss, opts to field against India in 3rd ODI; England makes one change, India replaces three players."
      },
      {
        "position": 4,
        "title": "Sports News",
        "link": "https://www.usnews.com/news/sports",
        "redirect_link": "https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.usnews.com/news/sports&ved=2ahUKEwiAzo_5wb6LAxUSF2IAHRsAEL8QFnoECDgQAQ",
        "displayed_link": "https://www.usnews.com › news › sports",
        "favicon": "https://serpapi.com/searches/67acc6f9b9b0b24348d61a32/images/58351fad326ecfecda89803b7f5a2ae1706f8660b50388b3d9c59b9e154a92d7.png",
        "snippet": "Top-Ranked Auburn Snaps Back With an 80-68 Win Over Vanderbilt. Denver Jones scored 21 points as No. 1 Auburn held off Vanderbilt 80-68 Tuesday night to ...",
        "snippet_highlighted_words": [
          "Top-Ranked Auburn Snaps Back With an 80-68 Win Over Vanderbilt"
        ],
        "source": "U.S. News & World Report"
      },
      {
        "title": "TOP HEADLINES",
        "link": "https://www.espn.com/",
        "snippet": "Durant becomes 8th in NBA to reach 30,000 points.\nIndiana stuns MSU, denies Izzo shot to pass Knight.\nGafford out with knee sprain as Mavs' depth thins.\nDodgers stay hungry, say '25 'a unique challenge'\nFree agent center Len signs deal with Lakers.",
        "score": 0
      },
      {
        "title": "Sports Current Affairs - GKToday",
        "link": "https://www.gktoday.in/current-affairs/sports-current-affairs/",
        "snippet": "Kalaripayattu Controversy Ahead of 38th National Games. ... \nLakshya Sen Wins Bronze at King Cup International Badminton Open. ... \nKoneru Humpy Wins 2024 FIDE Women's World Rapid Chess Championship. ... \nBihar to Host Women's Kabaddi World Cup 2025. ... \nIndia to Host ISSF Junior World Cup 2025. ... \nIndia to Host World Boxing Cup Final 2025.",
        "score": 0
      },
      {
        "title": "Olympic Sports List: What Are the New Sports for 2024 Paris Games?",
        "link": "https://www.sportico.com/leagues/olympics/2024/new-olympic-sports-2024-paris-1234775913/#:~:text=For%202020%20in%20Tokyo%2C%20skateboarding,the%20cycling%20umbrella%20in%202020.",
        "snippet": "For 2020 in Tokyo, skateboarding, surfing, sport climbing, karate and baseball & softball were added as new Olympic sports. Sports also often add new disciplines, such as when BMX freestyle made its first appearance under the cycling umbrella in 2020.",
        "score": 0
      }
    ],
    "news_results": [],
    "video_results": []
  }
}

Last updated: April 4, 2025