Parameters:
1. username (or twitter_id) - compulsory
2. api_key - compulsory
3. size (number of returned items in the list) β default = 10, max = 50
4. page (page number) - default = 1
Answer example:
Get account info.
Answer example:
Get how much score changed for a week/month.
Answer example:
Get how much followers count changed for a week / month.
Answer example:
Get history of followers count (for 3 / 7 / 30 / 180 / 360 / all days).
Default - 30 days
Answer example:
Note:
β’ total reflects actual datapoints returned, not the requested period.
Days without a snapshot are skipped (e.g. weekends, low-activity
accounts). Client charts should handle gaps.
β’ followers_count may decrease β account losing subscribers is a normal
case, not an error.
Custom - 3/7/30/180/360/all days
Answer example:
Get list of all categories
Answer example:
Get list of all tags and tag's category
Answer example:
Get number of followers in each category
Answer example:
Get the number of tagged subscribers in each category
Answer example:
Get paginatedlist of followers (filtered by size, tag, category, tag 's category).
Get top 3 followers
Answer example:
Get followers from category "Founders"
Answer example:
Get followers with tag "Coinbase Ventures"
Answer example:
Get followers from tag's category "Ecosystems"
Answer example:
Get followers from category "Projects" with tag "Binance"
Answer example:
Get friendship History.
Get friendship History - followed
Answer example:
Get friendship History - following
Answer example:
Check your API limits.
Answer example:
NEW ENDPOINTS π₯
Get aggregated TwitterScore sum of smart followers.
Answer example:
Get top accounts by mentions over a period (SMART MENTIONS PAGE).
Answer example:
Get list of unique mentioners for an account.
Answer example:
Get smart mentions feed for an account.
Answer example:
Get trending accounts.
Answer example:
Get top researched accounts (last 24 hours).
Answer example:
Get tokenless projects.
Answer example:
Get Smart Follows accounts.
Answer example:
DEPRECATED
Get top 5 followers by score.
Answer example:
This request is deprecated. It can be completely replaced by request - Get paginatedlist of followers
Get top followers paginate
Answer example:
This request is deprecated. It can be completely replaced by request - Get paginatedlist of followers
If you can't find the feature you need here, feel free to contact us. We'll work together to find a solution for your problem.
Parameters:
1. username (or twitter_id) - compulsory
2. api_key - compulsory
3. category_id - you can filter followers by category id
4. tag_id - you can filter followers by tag id
5. tag_category_id - you can filter followers by tag category id
6. size (number of returned items in the list) β default = 10, max = 25
7. page - default = 1
Parameters:
1. username (or twitter_id) - compulsory
2. api_key - compulsory
3. date (YYYY-MM-DD) - optional, filters to a specific snapshot date.
Without it the endpoint returns the full follow/unfollow history.
4. tag_id (comma-separated string of tag ids, e.g. 1,2,3,4) - optional,
filter accounts by tag id (OR logic across IDs)
5. page - default = 1
6. size (number of returned items) - default = 10, min = 1, max = 25
Parameters:
1. username (or twitter_id) - compulsory
2. api_key - compulsory
3. category_ids (comma-separated string of category ids, e.g. 2,8) -
optional, filter smart followers by category (OR logic within field)
4. tag_ids (comma-separated string of tag ids, e.g. 1,2,11) -
optional, filter smart followers by tag (OR logic within field)
When both category_ids and tag_ids are passed β applied as AND
(a follower must match a category AND a tag).
Parameters:
1. username (or twitter_id) - compulsory
2. api_key - compulsory
3. days (1, 7 or 30) - default = 7
4. date_from (DD-MM-YYYY, paired with date_to) - optional
5. date_to (DD-MM-YYYY, paired with date_from) - optional
6. category_id (Category.id, comma-separated allowed) - optional,
filter mentioners by category
7. tag_ids (comma-separated string of tag ids, e.g. 1,2,11) - optional,
filter mentioners by tag (OR logic within field)
8. by (score / followers) - default = score
9. sort (asc / desc) - default = desc
10. page - default = 1
11. size (number of returned items) - default = 10, min = 1, max = 100
If both date_from and date_to are provided, days is ignored.
Passing only one of the pair returns an error.
Date window is inclusive: [date_from 00:00 UTC, date_to+1 day 00:00 UTC).
When both category_id and tag_ids are passed - applied as AND.
Parameters:
1. api_key - compulsory
2. type (searching / opening) - default = searching
- searching: top accounts by number of profile searches
- opening: top accounts by number of profile opens
3. page - default = 1
4. size (number of returned items) - default = 10, min = 1, max = 25
Note: the endpoint always returns only top 10 accounts (total = 10).
Setting size > 10 has no effect; pagination is rarely useful.