logo
EnrichmentEnrich LinkedIn Profile

Enrich LinkedIn Profile

Returns detailed profile data for a LinkedIn person URL.

Pricing: 1 credit per call

curl -X POST "https://v3-api.texau.com/api/v1/enrich_profile" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
  "url": "https://www.linkedin.com/in/satyanadella",
  "useCache": true
}'
{
  "url": "example_string",
  "firstname": "John Doe",
  "lastname": "John Doe",
  "headline": "example_string",
  "summary": "example_string",
  "picture": "example_string",
  "industry": "example_string",
  "location": {}
}
POST
/enrich_profile
POST
API Key (header: x-api-key)
x-api-keystring
Required

Your TexAu API key. Contact TexAu to obtain one.

Your TexAu API key. Contact TexAu to obtain one.
Content-Typestring
Required

The media type of the request body

Options: application/json
urlstring
Required

LinkedIn profile URL

useCacheboolean

Use cached data (up to 24h). Defaults to true (injected automatically).

Request Preview
Response

Response will appear here after sending the request

Authentication

header
x-api-keystring
Required

API Key for authentication. Your TexAu API key. Contact TexAu to obtain one.

Body

application/json
urlstring
Required

LinkedIn profile URL

useCacheboolean

Use cached data (up to 24h). Defaults to true (injected automatically).

Responses

urlstring
firstnamestring
lastnamestring
headlinestring
summarystring
picturestring
industrystring
locationobject