logo
SearchPeople Search (V2)

People Search (V2)

Search across 700M+ LinkedIn profiles by account filters (industry, domain, company) and contact filters (job title, location).

Pricing: 0.1 credits per result returned. If you request size: 100 and get 100 results, you are charged 10 credits.

curl -X POST "https://v3-api.texau.com/api/v1/people_search" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
  "account": {
    "industry": [
      "software development"
    ]
  },
  "contact": {
    "jobTitle": [
      "founder"
    ],
    "location": [
      "united states"
    ]
  },
  "page": 0,
  "size": 10
}'
{
  "content": [
    {}
  ],
  "totalElements": 83001,
  "totalPages": 25,
  "numberOfElements": 10,
  "first": true,
  "last": true,
  "size": 42,
  "number": 42
}
POST
/people_search
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
pageinteger
Required

Page number (zero-based)

sizeinteger
Required

Results per page (1-100)

Min: 1 • Max: 100
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
pageinteger
Required

Page number (zero-based)

sizeinteger
Required

Results per page (1-100)

Responses

contentobject[]
totalElementsinteger
totalPagesinteger
numberOfElementsinteger

Number of results in this page (used for billing)

firstboolean
lastboolean
sizeinteger
numberinteger