Skip to main content
Easily find the most relevant information from trusted sources and your own data. Use it to power agents that give accurate, real-time answers. Before getting started, choose your preferred integration method 👇
We recommend using the API for this guide, but you can also follow along with the Python SDK.
It will only take you 5 minutes and will guide you through:✅ Authenticate to bigdata.com
✅ Query bigdata.com
✅ Examine search results

Authenticate to bigdata.com

Enter the X-API-KEY in the header of the request to authenticate to the API.X-API-KEY: <your-api-key>

Query bigdata.com

Bigdata.com processes millions of documents detecting entities (companies, people, organizations, products, places, topics, etc) and the events those entities play a role in. You can query all that data to get direct insights about what you care about. You will be able to create workflows that will optimize your day-to-day activities.Query example: As an example, I want to look for positive news about the company that powered bigdata.com, RavenPack, in the month of June 2024.
Omit external_search if you do not need web results. See Search documents.
Matching documents:

Examine search results

Congratulations! 🎉 You have successfully analyzed millions of documents and found two with the information that you are interested in.Let’s examine the output more closely. The results object contains the document headline, the publication date, the source of the document, the URL of the document, and the chunks that matched your query.

Summary

You have experienced using the Bigdata API to extract insights from millions of unstructured data that bigdata.com has processed.
We recommend exploring the following key concepts to empower your searches.