GET
/
v1
/
enrichment
/
followers-count
Get Followers Count
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/followers-count
{
  "success": true,
  "credits_left": 90000,
  "rate_limit_left": 19000,
  "daily_rate_limit_left": 19000,
  "minute_rate_limit_left": 499,
  "next_minute_rate_limit_reset": "2024-01-15T10:31:00Z",
  "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.