# LinkedIn Profile Contact API (https://www.socialcrawl.dev/platforms/linkedin/profile-contact) > Get a member's public contact info — via the Fresh LinkedIn Scraper upstream, normalised to the SocialCrawl schema. TL;DR: `GET /v1/linkedin/profile/contact` costs 5 credits per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `url` | yes | Full URL of the LinkedIn profile, company, or post. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/linkedin/profile/contact?url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fwilliamhgates%2F" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### What does the LinkedIn Contact Info API return? GET /v1/linkedin/profile/contact returns the public contact fields a member chooses to expose on LinkedIn, such as public websites and any public contact channels. Pass the member's LinkedIn profile URL in the url parameter. ### Does this endpoint return private email or phone numbers? No. It returns only the contact fields LinkedIn shows publicly. Private email and phone are not returned unless a member has explicitly published them on their public profile, so you get public data only. ### Is the contact response a list or a single object? It is a single object, not a list. One call returns one contact record for the profile you request, so there is no pagination and no array to loop through. ### How much does the LinkedIn Contact Info API cost? Each call costs 5 credits on the advanced tier. New accounts start with 100 free credits and no credit card, enough for 20 contact lookups before you need a paid plan. ### Can I use this for lead enrichment? Yes, public contact fields are useful for enriching leads with a person's websites and public channels. Merge the response into your CRM to add verified public links, while respecting LinkedIn's terms and privacy law for your use case. See the full LinkedIn API: https://www.socialcrawl.dev/platforms/linkedin ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing ## Explore with AI Questions this API answers, phrased for an AI assistant: - How to get a LinkedIn member's public contact info with an API - Which API returns LinkedIn public websites for lead enrichment