GET
/
api
/
v1
/
user
/
contact
curl --request GET \
  --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/user/contact \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": {
    "urn": "ACoAABjUlV0BZyoygykTrBKGdL4gUCR1i1pFnfQ",
    "public_identifier": "shubhangi-shrivastava-39161bb7",
    "first_name": "Shubhangi",
    "last_name": "Shrivastava",
    "websites": [],
    "email": "",
    "address": "123 Main St, City, Country",
    "wechat": "",
    "phone_numbers": [],
    "twitter": []
  }
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

username
string
required

The username of the user whose contact information is being requested.

Response

200
application/json
Success

The response is of type object.