Monitor usage
Bigdata.com API subscriptions have two quotas:
- API Query Unit: Allow customers to retrieve data from Bigdata.com.
- Pages of uploaded files: Allow customers to upload files to Bigdata.com.
- PDF format files
- Other format files (CSV, XML, JSON, HTML, TXT, DOCX)
- In standard contracts the platform considers a page as group of 3000 characters.
We encourage you to monitor usage and contact us if you would like assistance in choosing the right subscription plan for your organization.
You can monitor usage at the Subscription level or at Search level.
We recommend to try this how-to guide on
Otherwise follow the how-to guide Prerequisites instructions to set up your Python SDK environment in your local environment.
Subscription level
Use the method get_details
to retrieve subscription details:
API Query Unit
Bigdata.com measures the amount of retrieved data with API Query Units; each unit allows retrieval of 10 text chunks.
Output:
Pages of uploaded files
Bigdata.com measures the amount of uploaded files in pages.
PDF format
Output:
Other format (CSV, XML, JSON, HTML, TXT, DOCX…)
Output:
Search level
Each new search
tracks the amount of retrieved data, and you can consult it at any time with the method get_usage()
Initially, the usage of a new search is 0
After executing the method run()
, the method get_usage()
returns the used Query Units.
The response might contain a smaller number of chunks due to discarding duplicates, so the usage could be lower. Check the how-to guide Retrieve limited chunks for more details.
Please get in touch with your Account Manager or support@bigdata.com if you have any questions or would like guidance in selecting the best subscription for your needs.