logo
EnrichmentBulk Enrich LinkedIn Profiles

Bulk Enrich LinkedIn Profiles

Fetch detailed LinkedIn person profile data for up to 50 profiles in a single call. More efficient than calling /enrich_profile repeatedly.

Pricing: 1 credit per profile returned.

curl -X POST "https://v3-api.texau.com/api/v1/enrich_profiles_bulk" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
  "urns": [
    "ACoAAAGhXV8BXIAm7KQbQM9GHWn5oSe7fkA3gS4",
    "ACoAABGhXV8BXIAm7KQbQM9GHWn5oSe7fkA3gS5"
  ]
}'
[
  {
    "url": "example_string",
    "firstname": "John Doe",
    "lastname": "John Doe",
    "headline": "example_string",
    "summary": "example_string",
    "picture": "example_string",
    "industry": "example_string",
    "location": {}
  }
]
POST
/enrich_profiles_bulk
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
urnsarray
Required

LinkedIn entity URNs (e.g. ACoAAAGhXV8B...). Maximum 50 per request.

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
urnsarray
Required

LinkedIn entity URNs (e.g. ACoAAAGhXV8B...). Maximum 50 per request.

Responses

urlstring
firstnamestring
lastnamestring
headlinestring
summarystring
picturestring
industrystring
locationobject