GET
/
api
/
v1
/
user
/
follower-and-connection
Get 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

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

data
object

User follower and connection count