Mandala
Tools

RB2B

Identify and enrich website visitors

Usage Instructions

Resolve IP addresses, hashed emails, and LinkedIn profiles into person-level identity and B2B enrichment data using the RB2B API. Convert IPs to hashed emails, MAIDs, and company domains; enrich emails into LinkedIn profiles, business profiles, and mobile IDs; and look up emails or phone numbers from LinkedIn. Requires an RB2B API key.

Tools

rb2b_credit_check

Check the number of API credits remaining on your RB2B account.

Input

ParameterTypeRequiredDescription
apiKeystringYesRB2B API key

Output

ParameterTypeDescription
credits_remainingnumberNumber of API credits remaining on the account

rb2b_ip_to_hem

Convert an IP address (and optional user agent) into hashed email addresses (HEM) with accuracy scores.

Input

ParameterTypeRequiredDescription
apiKeystringYesRB2B API key
ip_addressstringYesThe IP address to resolve (IPv4 or IPv6)
user_agentstringNoOptional user agent string to improve match accuracy
include_sha256booleanNoWhether to include SHA-256 hashes in addition to MD5 hashes

Output

ParameterTypeDescription
resultsarrayUp to 3 hashed email matches for the IP address

rb2b_ip_to_maid

Resolve an IP address (and optional user agent) into mobile advertising identifiers (MAIDs) observed over the last 60 days.

Input

ParameterTypeRequiredDescription
apiKeystringYesRB2B API key
ip_addressstringYesThe IP address to resolve (IPv4 or IPv6)
user_agentstringNoOptional user agent string to improve match accuracy

Output

ParameterTypeDescription
resultsarrayMobile advertising identifiers observed for the IP address

rb2b_ip_to_company

Identify the company domains associated with an IP address, ranked by confidence.

Input

ParameterTypeRequiredDescription
apiKeystringYesRB2B API key
ip_addressstringYesThe IP address to resolve (IPv4 or IPv6)

Output

ParameterTypeDescription
resultsarrayCompany domain matches for the IP address

rb2b_hem_to_business_profile

Return a full business profile (name, title, company, industry, seniority and more) for an email address or MD5-hashed email.

Input

ParameterTypeRequiredDescription
apiKeystringYesRB2B API key
emailstringYesA plaintext email address or an MD5 hash of the email

Output

ParameterTypeDescription
first_namestringFirst name
last_namestringLast name
titlestringJob title
senioritystringSeniority level
linkedinurlstringPersonal LinkedIn profile URL
link_emailstringLinked business email address
work_email_confirmedstringWhether the work email is confirmed
personal_emailsarrayAssociated personal emails (hashed or plaintext depending on input)
current_companystringCurrent company name
current_company_urlstringCurrent company website
current_company_linkedinurlstringCurrent company LinkedIn URL
current_industrystringCurrent industry
functional_areastringFunctional area
countrystringCountry
company_employee_countstringCompany employee count
company_employee_rangestringCompany employee range band
company_revenue_rangestringCompany revenue range band
md5stringMD5 hash of the resolved email

rb2b_hem_to_best_linkedin

Return the most recently active LinkedIn profile URL for an email address or MD5-hashed email.

Input

ParameterTypeRequiredDescription
apiKeystringYesRB2B API key
emailstringYesA plaintext email address or an MD5 hash of the email

Output

ParameterTypeDescription
linkedin_urlstringBest LinkedIn profile URL for the email

rb2b_hem_to_linkedin

Return the LinkedIn slug (the profile identifier portion of the URL) for an email address or MD5-hashed email.

Input

ParameterTypeRequiredDescription
apiKeystringYesRB2B API key
emailstringYesA plaintext email address or an MD5 hash of the email

Output

ParameterTypeDescription
linkedin_slugstringLinkedIn slug for the email

rb2b_hem_to_maid

Return up to five mobile advertising identifiers (MAIDs) associated with an email address or MD5-hashed email.

Input

ParameterTypeRequiredDescription
apiKeystringYesRB2B API key
emailstringYesA plaintext email address or an MD5 hash of the email

Output

ParameterTypeDescription
resultsarrayMobile advertising identifiers associated with the email

rb2b_email_to_activity

Return the last known active date for an email address.

Input

ParameterTypeRequiredDescription
apiKeystringYesRB2B API key
emailstringYesThe email address to look up

Output

ParameterTypeDescription
resultsarrayActivity records for the email
match_countnumberNumber of matches found
credits_chargednumberCredits charged for this request
credits_exhaustedbooleanWhether the account is out of credits

rb2b_linkedin_to_business_profile

Return a full business profile (name, title, company, emails and more) for a LinkedIn profile.

Input

ParameterTypeRequiredDescription
apiKeystringYesRB2B API key
linkedin_slugstringYesThe LinkedIn profile slug or URL

Output

ParameterTypeDescription
first_namestringFirst name
last_namestringLast name
full_namestringFull name
headlinestringLinkedIn headline
titlestringJob title
senioritystringSeniority level
countrystringCountry
current_industrystringCurrent industry
functional_areaarrayFunctional areas
linkedin_urlstringPersonal LinkedIn profile URL
business_emailstringBusiness email address
personal_emailstringPersonal email address
companyobjectCurrent company details

rb2b_linkedin_to_best_personal_email

Return the personal email with the most recent known network activity for a LinkedIn profile.

Input

ParameterTypeRequiredDescription
apiKeystringYesRB2B API key
linkedin_slugstringYesThe LinkedIn profile slug or URL

Output

ParameterTypeDescription
emailstringBest personal email for the LinkedIn profile

rb2b_linkedin_to_personal_email

Return the personal email addresses associated with a LinkedIn profile.

Input

ParameterTypeRequiredDescription
apiKeystringYesRB2B API key
linkedin_slugstringYesThe LinkedIn profile slug or URL

Output

ParameterTypeDescription
emailsarrayPersonal email addresses for the LinkedIn profile

rb2b_linkedin_to_hashed_emails

Return the business and personal hashed emails (MD5 and SHA-256) associated with a LinkedIn profile.

Input

ParameterTypeRequiredDescription
apiKeystringYesRB2B API key
linkedin_slugstringYesThe LinkedIn profile slug or URL

Output

ParameterTypeDescription
linkedin_slugstringThe LinkedIn slug
business_md5_arrayarrayMD5 hashes of business emails
business_sha256_arrayarraySHA-256 hashes of business emails
personal_md5_arrayarrayMD5 hashes of personal emails
personal_sha256_arrayarraySHA-256 hashes of personal emails

rb2b_linkedin_to_mobile_phone

Return the mobile phone number with the most recent known network activity for a LinkedIn profile.

Input

ParameterTypeRequiredDescription
apiKeystringYesRB2B API key
linkedin_slugstringYesThe LinkedIn profile slug or URL

Output

ParameterTypeDescription
mobile_phonestringMobile phone number for the LinkedIn profile

Find a LinkedIn profile URL from a first name, last name, and company domain.

Input

ParameterTypeRequiredDescription
apiKeystringYesRB2B API key
first_namestringYesThe person’s first name
last_namestringYesThe person’s last name
company_domainstringYesThe company domain (e.g. example.com)

Output

ParameterTypeDescription
linkedin_urlstringLinkedIn profile URL for the person

Notes

  • Category: tools
  • Type: rb2b
RB2B