Skip to main content
The API uses a credit-based system. Each API call consumes credits based on the endpoint and options used.

How Credits Work

  • Each API call has a base credit cost
  • Fetching more data costs more credits
  • ML enrichment adds additional credits per item analyzed

Credit Costs by Endpoint

TikTok

Instagram

YouTube

Reddit

ML Analyze

Example Credit Calculations

  • Base: 1 credit
  • Posts: 10 × 1 = 10 credits
  • Total: 11 credits
  • Base: 1 credit
  • Posts: 10 × 1 = 10 credits
  • Enrichment: 10 × 2 = 20 credits
  • Total: 31 credits
  • Sentiment: 5 × 0.5 = 2.5 credits
  • Topics: 5 × 1 = 5 credits
  • Intent: 5 × 1 = 5 credits
  • Keywords: 5 × 0.5 = 2.5 credits
  • Total: 15 credits

Viewing Credit Usage

Every API response includes credit information in the metadata:

Tips for Optimizing Credit Usage

Only request what you need

Use the limit parameter wisely

Batch requests

Use bulk endpoints when fetching from multiple users

Selective enrichment

Only enable enrichments you actually need

Cache responses

Store data locally to avoid duplicate requests