cURL
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 } }
Fetches the number of followers and connections of a user based on the provided username.
Rapid API Key
The username of the user whose follower and connection count is being requested.
1
Success
true
Cost of the request
User follower and connection count
Show child attributes