GET
/
enrichment
/
followers-count
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/followers-count
{
"success": true,
"credits_left": 90000,
"rate_limit_left": 19000,
"followersCount": 646
}

Authorizations

apikey
string
query
required

This required parameter is a string. It represents the APIKEY obtained from the developer dashboard.

Query Parameters

linkedInUrl
string
required

This required parameter is a string. It represents the LinkedIn URL of the person with this format: https://www.linkedin.com/in/xxxxxxxxxxxxx/.

Response

200
application/json

The endpoint returns the followers count information.

The response is of type object.