Tavily

Tavily is a web service that provides real-time web search and retrieval capabilities through an API, enabling developers to fetch and extract relevant information from the internet in structured formats like JSON.

Utilities · Tavily

Details

IDTavily
ProviderTavily
CategoryUtilities
From Version6.1.0
Docker Imagedemisto/python3:3.12.13.10116658
Supported ModulesAgentix Cloud Runtime Security Cloud Posture Security XSIAM EDR Cortex Cloud

README

Tavily is a web service that provides real-time web search and retrieval capabilities through an API, enabling
developers to fetch and extract relevant information from the internet.

Configure Tavily in Cortex

Parameter Description Required
Server URL   True
API Key The API Key to use for the connection True
Trust any certificate (not secure)   False
Use system proxy settings   False

Commands

You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.

tavily-extract


Extract web page content from a specified URL.

Base Command

tavily-extract

Input

Argument Name Description Required
url The url to extract its content. Required

Context Output

Path Type Description
Tavily.URL string The URL from which the content was extracted.
Tavily.Content string The full content extracted from the URL.

Configuration parameters

  • url — Server URL (required)
  • api_key — API Key (required)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (1)

  • tavily-extract

    Extract web page content from a specified URL.

category: Utilities
provider: Tavily
commonfields:
  id: Tavily
  version: -1
sectionorder:
- Connect
configuration:
- name: url
  display: Server URL
  defaultvalue: https://api.tavily.com
  type: 0
  required: true
  section: Connect
- display: API Key
  additionalinfo: The API Key to use for the connection
  name: api_key
  required: true
  type: 4
  section: Connect
- display: Trust any certificate (not secure)
  name: insecure
  required: false
  type: 8
  section: Connect
- display: Use system proxy settings
  name: proxy
  required: false
  type: 8
  section: Connect
description: "Tavily is a web service that provides real-time web search and retrieval capabilities through an API, enabling developers to fetch and extract relevant information from the internet in structured formats like JSON."
display: Tavily
name: Tavily
script:
  commands:
  - arguments:
    - description: The URL to extract content from.
      name: url
      required: true
    description: Extract web page content from a specified URL.
    name: tavily-extract
    outputs:
    - contextPath: Tavily.URL
      description: The URL from which the content was extracted.
      type: string
    - contextPath: Tavily.Content
      description: The full content extracted from the URL.
      type: string
  isfetch: false
  runonce: false
  script: '-'
  type: python
  subtype: python3
  dockerimage: demisto/python3:3.12.13.10116658
fromversion: 6.1.0
tests:
- No tests (auto formatted)