cURL
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": [] } }
Get User Contact
Rapid API Key
The username of the user whose contact information is being requested.
Success
The response is of type object.
object