Directory Search
The directory search endpoint lets you find professionals on PingRep without authentication. Use it to build people finders, integrate professional search into your app, or power team discovery tools.
/api/v1/public/directory/searchSearch the public professional directory by role, location, or keyword.
Query parameters
rolestringOptionalFilter by professional role or job title (partial match supported).
locationstringOptionalFilter by city, state, or country.
querystringOptionalFree-text search across name, title, company, and bio.
limitnumberOptionalMaximum results to return. Defaults to 10, max 50.
Combine parameters
All query parameters are optional and can be combined. For example, searching for role=engineer&location=Dubai returns engineers based in Dubai.
Response
resultsarrayRequiredArray of matching professional profiles.
namestringRequiredFull name of the professional.
slugstringRequiredURL-safe identifier used in the profile URL.
titlestringRequiredProfessional title or role.
companystringRequiredCompany or organization name.
photoUrlstringRequiredURL to the profile photo.
locationstringRequiredGeographic location.
activeIdentitiesnumberRequiredNumber of active professional identities.
totalnumberRequiredTotal number of matching results (may exceed the limit).
Examples
Example response
Only published, public profiles appear in directory search results. Draft or private profiles are never included.