Skip to content

Search Candidates

Find candidates in our global database before creating detailed reports. Use the returned candidateId with the Create Lookup endpoint.

GET https://api.whitebridge.ai/search

Query Parameters

ParameterTypeRequiredDescription
querystringYesSearch term (name, email, phone, or social media URL)
typestringYesPlatform to search: linkedin, facebook, instagram, x, tiktok
nextstringNoPagination cursor from previous response

Example

GET https://api.whitebridge.ai/search?query=Joe+Doe&type=linkedin

Response

json
{
  "results": [
    {
      "candidateId": "li-joe-doe-example",
      "avatarUrl": "https://cdn.whitebridge.ai/images/joe-doe-example.jpg",
      "fullName": "Joe Doe",
      "fragments": [
        "Software Engineer",
        "CyberSecure Inc.",
        "New York, USA"
      ]
    }
  ],
  "next": "eyJjb3VudCI6MTAsInRvdGFsIjoxNiwic3RhcnQiOjksInBh",
  "status": "success"
}

Response Fields:

  • results - Array of matching candidates
  • candidateId - Use this ID to create lookups
  • fragments - Additional context (job title, company, location)
  • next - Pagination cursor for more results