Reverse-lookup a person by email, phone, or (with similarity search enabled) first/last name plus domain or company. Returns the matched person’s people_search_id and base details, plus match metadata describing how the match was made. Charges 1 credit per billable match.
Documentation Index
Fetch the complete documentation index at: https://docs.pubrio.com/llms.txt
Use this file to discover all available pages before exploring further.
Work or personal email address to look up. The system normalizes case and whitespace before matching.
Phone number to look up. International (E.164) format is recommended.
"+15551234567"
First name. Used together with last_name and either domain or company when is_enable_similarity_search is true.
"King"
Last name. Used together with first_name and either domain or company when is_enable_similarity_search is true.
"Lai"
Company domain used as a similarity-search anchor together with first_name + last_name when is_enable_similarity_search is true.
"pubrio.com"
Company name used as a similarity-search anchor together with first_name + last_name when is_enable_similarity_search is true and domain is not provided.
"Pubrio"
When true, falls back to a name-based similarity match if no exact email/phone hit is found. Requires first_name, last_name, and either domain or company.
true
Optional. An identifier for the user profile (workspace) making the request. This is no longer required as the API key already includes your workspace information. If provided, it helps in associating the lookup with a specific user, allowing for data retrieval and credit tracking.
Check out user details endpoints under the Profile tab for more information.
Successful response containing the matched person and match metadata.
Response info depends on specific endpoint.