logo
EnrichmentBulk Enrich LinkedIn Companies

Bulk Enrich LinkedIn Companies

Fetch detailed LinkedIn company profile data for up to 50 companies in a single call. More efficient than calling /enrich_company repeatedly.

Pricing: 1 credit per company returned.

curl -X POST "https://v3-api.texau.com/api/v1/enrich_companies_bulk" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
  "urns": [
    "1586",
    "1035"
  ]
}'
[
  {
    "url": "example_string",
    "name": "John Doe",
    "universalName": "John Doe",
    "description": "example_string",
    "followers": 42,
    "type": "example_string"
  }
]
POST
/enrich_companies_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

Numeric LinkedIn company IDs (e.g. 1586). 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

Numeric LinkedIn company IDs (e.g. 1586). Maximum 50 per request.

Responses

urlstring
namestring
universalNamestring
descriptionstring
followersinteger
typestring