GET
/
api
/
v1
/
user
/
recommendations
curl --request GET \
  --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/user/recommendations \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "total": 12,
  "has_more": false,
  "data": [
    {
      "text": "Mathew has an amazing way of writing his e-book that supports you on your linkedin journey...",
      "date": "August 19, 2024",
      "type": "Clifford was Mathew’s client",
      "recommender": {
        "url": "https://www.linkedin.com/in/clifford-starks",
        "urn": "ACoAABC9Rp4Bq10Kev_ahodM0podCZqEErS5oUI",
        "public_identifier": "clifford-starks",
        "first_name": "Clifford",
        "last_name": "Starks",
        "full_name": "Clifford Starks",
        "description": "🔓Unlock Your Inner Warrior to Gain the Edge in Your Business...",
        "is_premium": true,
        "avatar": [
          {
            "width": 400,
            "height": 400,
            "url": "https://media.licdn.com/dms/image/v2/D4E0BAQHjelLY2a-Mnw/company-logo_400_400/company-logo_400_400/0/1666083635765?e=1748476800&v=beta&t=V_T_yXL6Bs2HDEY-iZAKSkNype7_-7USjP2HIXo0Zv8",
            "expires_at": 1748476800000
          }
        ]
      }
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

urn
string

User URN

Example:

"ACoAABCtiL8B26nfi3Nbpo_AM8ngg4LeClT1Wh8"

username
string

Username. Enabling this option will consume an additional 1 request.

Example:

"gabag26"

page
integer
default:1

Page number for pagination

Required range: x > 0
Example:

1

type
enum<string>
default:received

Type of recommendation

Available options:
received,
given
Example:

"received"

Response

200
application/json
Success

The response is of type object.