Tavily Extract
Fetch clean, parsed content for URLs you already have — from a search result, a sitemap, or a user.
urls is required and takes several at once. Returns results[] with url, title, raw_content and images, plus a failed_results[] array — read that one, because a page that could not be fetched is reported there rather than raising an error. Choose format (markdown or text) and extract_depth. Measured at about 1 second for one page. Use this instead of post_tavily_search whenever you can already name the pages; searching for pages you can name costs more and may not return them. For a long list that can wait, post_firecrawl_batch_scrape runs it as a background job. To discover the URLs of a whole site first, use post_tavily_map.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The URL or URLs to extract content from. A single URL string and an array of URL strings are both accepted.
User intent for reranking extracted content chunks.
Maximum number of relevant chunks returned per source. Available only when query is provided.
1 <= x <= 5Depth of the extraction process.
basic, advanced Include a list of images extracted from the URLs.
Include the favicon URL for each result.
Format of the extracted web page content.
markdown, text Maximum time in seconds to wait for URL extraction. If omitted, default timeouts depend on extract_depth: 10 seconds for basic and 30 seconds for advanced.
1 <= x <= 60Include credit usage information in the response.