RB2B Identification API

Credit-metered Identification endpoints that convert anonymous web signals (IP addresses) into business identifiers — POST /ip_to_company, POST /ip_to_hem (hashed email, ranked by confidence) and POST /ip_to_maid (mobile ad ID). Hosted on api.rb2b.com and accessed through the RB2B API Partner Program with its own standalone account, credit balance and Api-Key header. Person-level resolution is US-only; company-level resolution is global.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/rb2b-identification-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: rb2b:rb2b-identification-api
name: RB2B Identification API
tags:
- Identity Resolution
- Identification
- IP Lookup
- Hashed Email
- Mobile Ad ID
- B2B Data
humanURL: https://ui.api.rb2b.com
baseURL: https://api.rb2b.com/api/v1
description: Credit-metered Identification endpoints that convert anonymous web signals (IP addresses)
  into business identifiers — POST /ip_to_company, POST /ip_to_hem (hashed email, ranked by confidence)
  and POST /ip_to_maid (mobile ad ID). Hosted on api.rb2b.com and accessed through the RB2B API Partner
  Program with its own standalone account, credit balance and Api-Key header. Person-level resolution
  is US-only; company-level resolution is global.
properties:
- url: https://ui.api.rb2b.com
  type: Portal
- url: https://support.rb2b.com/en/
  type: Documentation
- url: https://ui.api.rb2b.com/signup
  type: SignUp
- url: https://www.npmjs.com/package/@rb2b/rb2b-apis-mcp
  type: MCPServer
x-evidence:
  verified: '2026-08-12'
  method: live probe
  checks:
  - GET https://api.rb2b.com/api/v1/credits → 401 {"error":"missing_api_key"}
  - POST https://api.rb2b.com/api/v1/ip_to_company → 401 {"error":"missing_api_key"}
  contract_source: Endpoint paths and request bodies read from the provider's own published MCP server,
    @rb2b/rb2b-apis-mcp 1.1.7 (dist/api.js). No OpenAPI is published — /openapi.json, /openapi.yaml, /swagger.json,
    /v1/openapi.json, /api-docs, /docs and /redoc all 404 on api.rb2b.com.