Credit cost: 1 export credit per non-empty record returned for contacts already viewed in Radar. Contacts not yet viewed in Radar incur no credits on the initial search query.
Endpoint
POST /api/v1/search/people
Request
Headers
Body Parameters
integer
required
Page number for paginated results. Accepted range:
1–100.integer
required
Number of records to return per page. Maximum:
100.string
Clodura’s unique identifier for a person. Use this to fetch or re-fetch a specific contact record directly.
string
First name of the person. Typically combined with
lastName for name-based searches.string
Last name of the person. Typically combined with
firstName.string
Standard LinkedIn profile URL for the person (e.g.,
https://www.linkedin.com/in/kapilkhangaonkar/). Sales Navigator URLs are not supported.array
Filter by job seniority level. Accepted values:
Founder, Chairman, President, CEO, CXO, Vice President, Director, Head, Manager, Senior, Junior, Entry Level, Executive.array
Job titles to filter by (e.g.,
"marketing manager", "sales rep"). May return approximate matches unless includeSimilarTitles is set to false.boolean
When
false, enforces strict matching on personTitle. Defaults to true (approximate matching enabled).array
Filter by department or business function. Accepted values include:
Admin, Analytics, Engineering, Finance, HR, IT, Marketing, Operations, Product Management, Sales, Security, Support, and more.array
The person’s current city of residence. Refer to the supported cities list.
array
The person’s current state of residence. Refer to the supported states list.
array
The person’s current country of residence. Refer to the supported countries list.
boolean
When
true, excludes people in the specified location filters instead of including them.string
Filter by email verification status. Accepted values:
verified, unverified, unavailable.string
Clodura’s unique identifier for a company. Use the Search Organizations endpoint to look up this value.
string
The name of the employer organization. Use
organizationId when possible for more precise matching.array
One or more employer domain names (e.g.,
google.com, clodura.ai). Do not include www. or @. Maximum 10 domains per request.array
Filter by headcount range. Accepted values:
0 - 1, 2 - 10, 11 - 50, 51 - 200, 201 - 500, 501 - 1000, 1001 - 5000, 5001 - 10000, 10000+.array
The company’s headquarters country.
array
The company’s headquarters state.
array
The company’s headquarters city.
boolean
When
true, includes contacts from all office locations, not just HQ. Defaults to false.boolean
When
true, omits contacts you have already viewed or unlocked. Useful for discovering net-new leads. Defaults to false.array
Filter by industry sector. Refer to the supported industries list.
array
Keywords related to the industry to refine results further (e.g.,
AI, FinTech, SaaS).array
Filter by estimated annual company revenue. Accepted values:
< 1M, 1M-10M, 11M-100M, 101M-500M, 501M-1B, 1B+.array
Filter by funding round type. Accepted values include:
Seed Round, Series A through Series J, Pre Seed Round, Venture Round, Angel Round, Private Equity Round, Post-IPO Equity, and more.date
Start date for filtering by funding events. Format:
YYYY-MM-DD.date
End date for filtering by funding events. Format:
YYYY-MM-DD.array
Filter by company business model. Accepted values:
Product, Services, Solutions.array
Filter by technologies used by the company. Refer to the supported technologies list.
array
Keywords found on the company’s website (e.g.,
CRM, automation, cloud).Example Request
Response
A successful200 response returns an array of matching people records.
string
Clodura’s unique identifier for this person. Use this value with Reveal Email and Reveal Phone.
string
The person’s first name.
string
The person’s last name.
string
URL of the person’s LinkedIn profile.
array
Seniority levels associated with the person’s current role.
array
Job title(s) associated with the person.
array
Department or functional area the person belongs to.
string
City of the person’s current location.
string
State of the person’s current location.
string
Country of the person’s current location.
string
Verification status of the person’s email address:
verified, unverified, or unavailable.string
Clodura’s unique identifier for the person’s current employer.
string
Name of the person’s current employer.
array
Domain name(s) associated with the employer.
string
Headcount range for the employer.
string
Country where the company’s headquarters is located.
integer
The current page number returned.
integer
Number of records returned per page.
Example Response
Webhook Tracking
The Search People API is asynchronous for email and phone reveals. When you submit a request to the Reveal Email or Reveal Phone endpoints, the API immediately returns atrackingId. Use this ID with the GET /api/v1/search/people/track/{trackingId} endpoint to poll for results or have them delivered to your webhookUrl. See Credit Usage to monitor your remaining balance.
