Introduction
The Python SDK allows for easy interaction with the Tavily API, offering the full range of our search functionality directly from your Python programs. Easily integrate smart search capabilities into your applications, harnessing Tavily’s powerful search features.Quickstart
Get started with our Python SDK in less than 5 minutes!Get your free API key
You get 1,000 free API Credits every month. No credit card required.
Installation
You can install the Tavily Python SDK using the following:Usage
With Tavily’s Python SDK, you can search the web in only 4 lines of code:Features
Our Python SDK supports the full feature range of our REST API, and more. We offer both a synchronous and an asynchronous client, for increased flexibility.- The
searchfunction lets you harness the full power of Tavily Search. - The
extractfunction allows you to easily retrieve web content with Tavily Extract. - The
crawlandmapfunctions allow you to intelligently traverse websites and extract content.