This page answers common questions about API access, credits, pagination, enrichment, performance, and metric behavior.
The API is designed for developers integrating programmatically, as well as operations and commercial teams running creator sourcing and enrichment workflows.
API access is available to Pro subscribers.
Trial accounts can test the API with 10 trial credits.
Credits are deducted only when a request successfully returns data. No credits are deducted when a request returns no results.
The API is limited to 300 requests per minute per account.
If you paginate large result sets, implement request throttling and backoff to stay within the limit.
- Maximum
limit: 50 results per page.
Each request returns one page only.
If you want 150 results with limit=50, you must make 3 requests:
- page 1
- page 2
- page 3
Pagination is page-based:
page=1returns the first page of results (up tolimitresults)page=2returns the second page of results (up tolimitresults), and so on
If you need results across multiple pages, you must request each page separately.
Example paging object:
"paging": {
"limit": 50,
"page": 3
}The example above returns only page 3 (up to 50 results).
No. Discovery returns creator profile data only.
To retrieve verified email addresses, use Enrich by Handle – Full after Discovery.
Typical workflow:
- Discovery → collect handles
- Enrich by Handle → retrieve detailed data (and email where available)
Enrich by Handle – Full returns only valid email addresses when available.
Emails are validated via a third-party verification provider before inclusion.
Returns unprocessed platform-specific data directly from the source, including basic profile information, post data, media counts, and platform-native metadata.
Returns complete profile data including cross-platform presence, engagement analytics, follower growth metrics, content performance data, monetization indicators, niche classification, hashtags, income estimates, and optional lookalike creator recommendations.
Yes. Profile picture URLs are included in responses where available.
This most commonly happens when:
- the creator hides likes/views/comments
- the platform restricts metric visibility
- the metric is unavailable for the requested timeframe or content type
When a platform does not expose a metric, it cannot be reliably returned, and the value may appear as 0 or null.
Batch enrichment is designed for scale.
You can:
- Upload a CSV (up to 10,000 contacts)
- Start the batch job
- Download the enriched CSV output
Batch is recommended for large lists where you prefer asynchronous processing over making many individual requests.
For large sourcing workflows:
- Use Discovery with clear sorting and paging.
- Paginate programmatically until you reach your target volume.
- Use Enrich by Handle – Full for the subset you need contact and analytics data.
- Use Batch Enrichment for very large lists (up to 10,000 at a time).
For any issues or questions please contact love@influencers.club.