Skip to main content
Open In ColabOpen on GitHub

Nimble

Nimble is the first business external data platform, making data decision-making easier than ever, with our award-winning AI-powered data structuring technology Nimble connects business users with the public web knowledge. We empower businesses with mission-critical real-time external data to unlock advanced business intelligence, price comparison, and other public data for sales and marketing. We translate data into immediate business value.

If you'd like to learn more about Nimble, visit us at nimbleway.com.

Currently we expose the following components

  • Retriever - Allow us to query the internet and get parsed textual results utilizing several search engines.

Usage

In order to use our provider you have to provide an API key like so

import getpass
import os

os.environ["NIMBLE_API_KEY"] = getpass.getpass()

For more information about the Authentication process, see Nimble APIs Authentication Documentation.


Was this page helpful?