Lens Profile APIs
APIs for Profile Scores and Ranking
Profile Score
Profile Scores
Profile Scores by Users
Profile Count
Profile Rank
API Documentation
Returns the global profile scores, ordered by the highest scoring profiles, according to a given strategy.
The strategy name to use such as 'followship', 'engagement', 'influencer', or 'creator'.
Return results starting from this offset position. Defaults to start at 0, the first result.
Number of entries to return. Defaults to 50.
A date, in YYYY-MM-DD format, for which to return the historic result. Defaults to the most recent date.
Query succeeded.
Invalid request, ex: wrong parameters.
Internal server error, not caused by issues with the request.
Returns the global profile score of a user based on a strategy.
The strategy name to use such as 'followship', 'engagement', 'influencer', or 'creator'.
The Lens profile handle (with or without the .lens extension).
A date, in YYYY-MM-DD format, for which to return the historic result. Defaults to the most recent date.
Query succeeded.
Invalid request, ex: wrong parameters.
Internal server error, not caused by issues with the request.
Returns the global profile scores of a list of users, ordered by the highest scoring profiles, according to a given strategy.
The strategy name to use such as 'followship', 'engagement', 'influencer', or 'creator'.
A list of comma separated profile handles (with or without the .lens extension).
A date, in YYYY-MM-DD format, for which to return the historic result. Defaults to the most recent date.
Query succeeded.
Invalid request, ex: wrong parameters.
Internal server error, not caused by issues with the request.
Returns the number of profiles available for a given strategy.
As an example, this can be used to display the number of pages on a paginated dashboard.
The strategy name to use such as 'followship', 'engagement', 'influencer', or 'creator'.
A date, in YYYY-MM-DD format, for which to return the historic result. Defaults to the most recent date.
Query succeeded.
Invalid request, ex: wrong parameters.
Internal server error, not caused by issues with the request.
Retrieves a particular profile's position ranked in relations to the result set of a strategy.
The strategy name to use such as 'followship', 'engagement', 'influencer', or 'creator'.
The Lens profile handle (with or without the .lens extension).
A date, in YYYY-MM-DD format, for which to return the historic result. Defaults to the most recent date.
Query succeeded.
Invalid request, ex: wrong parameters.
Internal server error, not caused by issues with the request.
Last updated

