API Reference

GET /api/v1/twitters/{username}/smart_followers/categories/

Retrieves a list of categories associated with the "smart" followers of a Twitter account, including the follower count for each category.

Input:

  • Username: The username of the account on x.com.

Result:

{
"items": [
{
"name": "VC/Fund", // Name of the category
"itemsCount": 2 // Number of "smart" followers in this category
}
],
"totalCount": 9 // Total number
Language
Click Try It! to start a request and see the response here!