Documentation

Follower Listing Count EndpointDEPRECATED

Cost1 credit / successful request for users on an annual subscription or Enterprise plan

Count individuals following the target company. Available for users on an annual subscription or Enterprise plan.

GET
/api/v2/followers/count

Authorization

BearerAuth client
AuthorizationBearer <token>

In: header

Scope: client

Query Parameters

company_profile_url?string

The Company Profile URL of the company from which you want to get a list of followers of.

One ofcompany_profile_url | twitter_profile_url
twitter_profile_url?string

The Twitter/X Profile URL belonging to the company that you want to get a list of followers of. URL should be in the format of https://x.com/<public-identifier>

One ofcompany_profile_url | twitter_profile_url

Response Body

application/json

curl -X GET "https://enrichlayer.com/api/v2/followers/count?company_profile_url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fhenry-schein&twitter_profile_url=https%3A%2F%2Fx.com%2Fhenryschein"
{
  "follower_count": 74
}
Empty
Empty
Empty
Empty
Empty
Empty
Empty