User Profile Data
Get User Contact
User Profile Data
Get User Contact
Get User Contact
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
Rapid API Key
Query Parameters
The username of the user whose contact information is being requested.
Response
200
application/json
Success
The response is of type object
.
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": []
}
}