TavilyExtractResult: {
    images: string[];
    raw_content: string;
    url: string;
}

A single extraction result from the Tavily Extract API.

Type declaration

  • images: string[]

    This is only available if TavilyExtractParams.include_images is set to true. A list of image URLs extracted from the page.

  • raw_content: string

    The full content extracted from the page.

  • url: string

    The URL from which the content was extracted.