RB2B

RB2B is a website visitor identification and B2B enrichment platform that resolves anonymous website traffic into person-level identity data. It matches IP addresses, hashed emails, and LinkedIn profiles against its data graph to surface who is visiting a site and how to reach them.

With RB2B, you can:

  • Resolve IPs into identity signals: Convert an IP address into hashed emails, mobile advertising IDs, or company domains
  • Enrich emails and LinkedIn profiles: Turn a hashed email or LinkedIn slug into a full business profile with name, title, company, and contact details
  • Look up contact and activity data: Retrieve mobile phone numbers, personal emails, and last-active dates for a known contact
  • Search for people: Find a LinkedIn profile from a first name, last name, and company domain

In Sim, the RB2B integration allows your agents to identify anonymous website visitors and enrich them into actionable contact records — resolving an IP address to a company or hashed email, expanding a hashed email or LinkedIn profile into a full business profile, and retrieving mobile phone numbers or personal emails for outreach. Agents can also check remaining API credits and confirm when a contact was last active, making the integration useful for lead identification, sales prospecting, and B2B enrichment workflows.

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.

Actions

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
md5stringMD5 hash of the matched email
sha256stringSHA-256 hash of the matched email (only when include_sha256 is true)
scorenumberMatch accuracy score (0 = probabilistic, 1 = deterministic)

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
device_idstringThe mobile advertising identifier
device_typestringThe identifier type (e.g. AAID, IDFA)

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
domainstringCompany domain associated with the IP
percentagestringConfidence percentage for the match

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
device_idstringThe mobile advertising identifier
device_typestringThe identifier type (e.g. AAID, IDFA)

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
emailstringThe email address
last_activestringDate the email was last seen active (YYYY-MM-DD)
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
namestringCompany name
industrystringCompany industry
website_urlstringCompany website URL
linkedin_urlstringCompany LinkedIn URL

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

On this page