# Mappedo > Every buyer. Mapped out. EU company intelligence from official national > business registers: identity, ownership graphs, executives with signing > authority, registry-delta signals, and seller-relative buying-committee > mapping. Every fact carries a source and a date. Coverage: 256,488 companies, 312,803 people, 359,812 ownership edges across 2 of 27 EU countries. ## Two products - App (app.mappedo.com): search, company cards, buying-committee mapping. For RevOps and sales teams. - API (api.mappedo.com): REST endpoints for implementers, GTM agencies, engineers, and agents. ## API - Auth: HTTP Basic, empty username, API key as password. - GET /api/database/companies?q={query} - search companies by name or registry id. - GET /api/database/companies/{id} - full company profile (id = "CZ-26185610" or a bare registry number). - GET /api/database/companies/{id}/group - parent chain and subsidiaries. - Machine-readable contract: /api/openapi.json ## How it works - Data comes from official EU national registers (free where open, licensed/on-demand where not), never scraped from competitors. - Ownership is a company-to-company graph; natural-person UBO is derived at query time, not stored (CJEU C-37/20). - Brands (e.g. Knuspr) resolve to their operating legal entity via the site imprint, then into the group. - Buying committees are computed relative to the seller's product, with MECE roles and per-member rationale. ## Docs - /developers - developer quickstart.