GET
/
api
/
v1
/
user
/
follower-and-connection
curl --request GET \
  --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/user/follower-and-connection \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": {
    "follower_count": 11832,
    "connection_count": 1142
  }
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

username
string
required

The username of the user whose follower and connection count is being requested.

Minimum length: 1

Response

200
application/json
Success

The response is of type object.