Data discrepancy between ContactOut chrome extension and API

Created by Albert Jou, Modified on Fri, 01 Sep 2023 at 02:25 AM by Albert Jou

Introduction

  • There are certain scenarios where the ContactOut Chrome Extension will return data where the API does not.

How the chrome extension works

  • The ContactOut chrome extension looks at multiple pieces of data including:
    • Linkedin public URL
    • Linkedin Member ID
    • Profile details (such as current role)
  • These inputs are used collectively to match ContactOut's internal data to provide contact information


Limitations of the API

  • The API typically only accepts a single input, whether that is the linkedin_public_url or member_id
  • Because there is only a single input, the match rate will sometimes be inferior to the ContactOut chrome extension
  • The API does not support URLs from salesNav or Recruiter
  • For work-emails, there are 3 categories:
    1. Email addresses we have open signals for
    2. Email addresses that are engineered and verified with an SMTP check
    3. Email addresses that are engineered but have an unknown result from the SMTP check
  • In category 2 and 3, it can take a number of seconds to do the verification so on the standard endpoints, we do not provide that data.

Which endpoints on the API will return engineered work-emails


How to find the memberID to increase match rate on the API

  1. On a linkedin profile page (can be regular, salesNav, recruiter) bring up the page source
  2. Find "urn:li:member" and extract the value



Next up

  1. We are working on bringing the already checked engineered work emails into the response of all endpoints that return work-emails as well as providing a confidence level for that data.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article