Skip to main content
GET
/
v1
/
people
/
similar-profiles
curl --request GET \
  --url 'https://api.netrows.com/v1/people/similar-profiles?username=example' \
  --header 'Authorization: Bearer YOUR_API_KEY'
{
  "success": true,
  "message": "success",
  "data": {
    "items": [
      {
        "id": 77948071,
        "urn": "ACoAAASlZKcBxJ-rx0394rCDVwXzKMtcpvslgWc",
        "username": "riteshagar",
        "firstName": "Ritesh",
        "lastName": "Agarwal",
        "isPremium": false,
        "profilePicture": "https://media.licdn.com/dms/image/v2/C4D03AQEijuEmdjNrqw/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1609836256686?e=1765411200&v=beta&t=qwHMoFt_8ViW6VZGG7RrhVVU2dE_wKeIGW2tlJXOyGo",
        "headline": "PRISM Founder & Group CEO | Revolutionizing Hospitality Industry",
        "geo": {},
        "projects": {}
      },
      {
        "id": 955327387,
        "urn": "ACoAADjxI5sB8zh1KYWtStYxnRHjvVa6ckeE8Eo",
        "username": "nitin-gadkari-5b7b2b227",
        "firstName": "Nitin",
        "lastName": "Gadkari",
        "isPremium": false,
        "profilePicture": "https://media.licdn.com/dms/image/v2/D4D03AQFuxFsr9M-Xlg/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1723815535172?e=1765411200&v=beta&t=dfAi7QxSuOLC08RJKx3Ce1cwA8xw8flqdVsZxqO5Kek",
        "headline": "Minister of Road Transport & Highways, Government of India at Government of India",
        "geo": {},
        "projects": {}
      },
      {
        "id": 322149465,
        "urn": "ACoAABMznFkB_XPgkYHnUl33kIHTWt1DtMAV6Pg",
        "username": "jenhsunhuang",
        "firstName": "Jensen",
        "lastName": "Huang",
        "isPremium": false,
        "profilePicture": "https://media.licdn.com/dms/image/v2/D5603AQHOzNxbdK5hrg/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1724130099593?e=1765411200&v=beta&t=aB2S_grmbn0VPN2OvAwtd8lkHCx5OgJ_GPjNHZlAB-g",
        "headline": "Founder and CEO, NVIDIA",
        "geo": {},
        "projects": {}
      }
    ]
  }
}
Authorization
string
required
Your API key from dashboard

Query Parameters

username
string
required
The username of the profile
curl --request GET \
  --url 'https://api.netrows.com/v1/people/similar-profiles?username=example' \
  --header 'Authorization: Bearer YOUR_API_KEY'
{
  "success": true,
  "message": "success",
  "data": {
    "items": [
      {
        "id": 77948071,
        "urn": "ACoAAASlZKcBxJ-rx0394rCDVwXzKMtcpvslgWc",
        "username": "riteshagar",
        "firstName": "Ritesh",
        "lastName": "Agarwal",
        "isPremium": false,
        "profilePicture": "https://media.licdn.com/dms/image/v2/C4D03AQEijuEmdjNrqw/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1609836256686?e=1765411200&v=beta&t=qwHMoFt_8ViW6VZGG7RrhVVU2dE_wKeIGW2tlJXOyGo",
        "headline": "PRISM Founder & Group CEO | Revolutionizing Hospitality Industry",
        "geo": {},
        "projects": {}
      },
      {
        "id": 955327387,
        "urn": "ACoAADjxI5sB8zh1KYWtStYxnRHjvVa6ckeE8Eo",
        "username": "nitin-gadkari-5b7b2b227",
        "firstName": "Nitin",
        "lastName": "Gadkari",
        "isPremium": false,
        "profilePicture": "https://media.licdn.com/dms/image/v2/D4D03AQFuxFsr9M-Xlg/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1723815535172?e=1765411200&v=beta&t=dfAi7QxSuOLC08RJKx3Ce1cwA8xw8flqdVsZxqO5Kek",
        "headline": "Minister of Road Transport & Highways, Government of India at Government of India",
        "geo": {},
        "projects": {}
      },
      {
        "id": 322149465,
        "urn": "ACoAABMznFkB_XPgkYHnUl33kIHTWt1DtMAV6Pg",
        "username": "jenhsunhuang",
        "firstName": "Jensen",
        "lastName": "Huang",
        "isPremium": false,
        "profilePicture": "https://media.licdn.com/dms/image/v2/D5603AQHOzNxbdK5hrg/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1724130099593?e=1765411200&v=beta&t=aB2S_grmbn0VPN2OvAwtd8lkHCx5OgJ_GPjNHZlAB-g",
        "headline": "Founder and CEO, NVIDIA",
        "geo": {},
        "projects": {}
      }
    ]
  }
}

Cost

This endpoint costs 1 credit per request.

Rate Limits

Subject to your account’s rate limit (10-100 requests/minute based on plan).