# Overit.mk > North Macedonian company directory. Searches the Macedonian business > register by company name or ЕМБС (the seven-digit registration number issued > by the Central Registry). Operated by Verde Holding Kft. Available in > Macedonian and English. ## Status Pre-launch. **The register is empty**: no company profiles are published, search returns no results, and the directory and rankings list nothing. This is not a temporary outage — the data has not been ingested yet. The Central Registry's free endpoints expose company names and an activity classification and nothing more; every identifier and profile field sits behind a reCAPTCHA, and bulk access is a separate, unconfirmed commercial arrangement. Until that is settled there is nothing to publish. See docs/SOURCE-RESEARCH.md in the repository. There is no VAT check. VIES validates VAT numbers for EU member states and North Macedonia is not one, so no Macedonian ДДВ number can be verified there. The page and its API route were removed rather than left promising a check that cannot run. Accounts exist: anyone can sign up, and the dashboard under /app requires being signed in. Most of that dashboard is a demo on fictional data and is marked as such. There is no billing and no paid plan; the pricing page describes planned tiers. Nothing on this site is sample, placeholder or estimated data. A section with no data is hidden rather than filled. ## What users can do - Search companies by name or ЕМБС. The register is empty, so this currently returns nothing. - Create an account and sign in. ## Public pages Every page exists in Macedonian and English, each at a URL in its own language. - [https://overit.mk/](https://overit.mk/) and [https://overit.mk/en/](https://overit.mk/en/): homepage. - [https://overit.mk/prebaruvanje/](https://overit.mk/prebaruvanje/) and [https://overit.mk/en/search/](https://overit.mk/en/search/): company search. Accepts a company name or an ЕМБС via the `q` query parameter, e.g. /prebaruvanje/?q=4057009. - [https://overit.mk/kompanii/](https://overit.mk/kompanii/) and [https://overit.mk/en/companies/](https://overit.mk/en/companies/): directory of published profiles. - https://overit.mk/kompanija/{slug}/ and https://overit.mk/en/company/{slug}/: a published company profile. The slug is the company name followed by its ЕМБС. - [https://overit.mk/rang-listi/](https://overit.mk/rang-listi/) and [https://overit.mk/en/rankings/](https://overit.mk/en/rankings/): companies ranked by figures from their published statements. - [https://overit.mk/proverka/](https://overit.mk/proverka/) and [https://overit.mk/en/verification/](https://overit.mk/en/verification/): how verification works. - [https://overit.mk/dokumentacija/](https://overit.mk/dokumentacija/) and [https://overit.mk/en/api/](https://overit.mk/en/api/): API documentation. - [https://overit.mk/ceni/](https://overit.mk/ceni/) and [https://overit.mk/en/pricing/](https://overit.mk/en/pricing/): planned pricing. - [https://overit.mk/blog/](https://overit.mk/blog/): index of guides. - [https://overit.mk/privatnost/](https://overit.mk/privatnost/) and [https://overit.mk/en/privacy/](https://overit.mk/en/privacy/): privacy policy. There is no VAT-payer page. VIES covers EU member states and North Macedonia is not one, so no Macedonian ДДВ number can be verified there; the page and its API route were removed rather than left promising a check that cannot run. The register is currently empty, so the directory and profile URLs above resolve but list nothing. Nothing on this site is sample or placeholder data. ## Guides ## Public API JSON over HTTPS. No API key and no authentication on the endpoints below. Responses are edge-cached. Every response is an object with a boolean `ok` field; on failure `ok` is false and `error` carries a short machine-readable code such as `not_found`, `invalid_embs`, `query_too_short` or `upstream_unavailable`. - `GET https://overit.mk/api/search?q={name-or-embs}` Company search. `q` must be 2-120 characters. Returns up to 25 results as `results[]` with fields: name, embs (the ЕМБС), slug, address, terminated, active. Returns an empty list while the register is empty. - `GET https://overit.mk/api/company/{embs}` One company by ЕМБС. Must be exactly 7 digits; anything else is rejected with `invalid_embs`. Note an eight-digit number is NOT valid here — that is the Slovak IČO length, and this endpoint used to accept it and answer out of the Slovak registers. - `GET https://overit.mk/api/companies` The published profiles, as a summary list. Currently empty. - `GET https://overit.mk/api/companies/{embs-or-slug}` One published profile in full, including its financial history and, for every figure, which statement and which template row it came from. There is no /api/vat endpoint; see Status above. The endpoints under /api/auth/ serve the site's own sign-in forms, and writes to /api/companies require an administrator session. They are not for third-party use. Note: robots.txt disallows crawling of /api/ to keep automated crawlers off the upstream registers. The endpoints remain publicly callable for direct, purposeful requests. ## Data sources Official public sources in North Macedonia. The Central Registry of the Republic of North Macedonia (Централен регистар на РСМ) is the authority for registration data; the Public Revenue Office (УЈП) for tax status. **No source is ingested yet**, so no figure on this site comes from any of them today. Named sources appear here when we actually hold data from them. Until this pass the site proxied three Slovak upstreams — a business register, an accounts register and the EU VAT checker — and served Slovak companies from a Macedonian domain. Those are removed. They are not replaced by Macedonian equivalents, because none is available on terms that permit it. When profiles do exist: every stored figure will record the statement and the template row it came from, and figures computed from those (margins, year-on-year change) will be labelled as calculated. Nothing will be estimated or filled in — a figure a statement does not report is absent rather than guessed. Overit.mk is not the authoritative source; the registers above are. Values can be null when an upstream register has no record. ## Terminology - ЕМБС (EMBS) — Единствен матичен број на субјектот, the seven-digit registration number the Central Registry assigns to an entity. The primary key for a company. - ЕДБ (EDB) — Единствен даночен број, the thirteen-digit tax number assigned by the Public Revenue Office (УЈП). Not the same as a VAT number. - ДДВ (DDV) — данок на додадена вредност, value added tax. A VAT-registered entity's number is its ЕДБ prefixed with `MK`, so fifteen characters. Note it is NOT in VIES: that covers EU member states, and North Macedonia is not one. - ЕМБГ — Единствен матичен број на граѓанинот, a citizen's personal number. A person, not a company, and not published here. - Централен регистар на РСМ — the Central Registry, which keeps the Trade Register (Трговски регистар) and other registers. - УЈП — Управа за јавни приходи, the Public Revenue Office. - Годишна сметка — the annual financial statement filed with the state. - ДОО — друштво со ограничена одговорност, limited liability company. - ДООЕЛ — the single-member form of a ДОО. - АД — акционерско друштво, joint-stock company. - Управител — the managing director, i.e. a person authorised to act for the company. - Денар (MKD) — the currency. North Macedonia is not in the eurozone; figures on this site are in denari, never euro. ## Authentication Every page and endpoint listed under "Public pages" and "Public API" above is open: no account, no session, no API key. Accounts exist for the dashboard only. /app and everything beneath it requires being signed in, and /app/admin additionally requires an address on the operator's administrator list. Signing up is free and gates nothing that is listed above. ## /app — dashboard, mostly demo /app requires a signed-in account. Most of it — /app/companies, /app/people, /app/documents, /app/bank, /app/invoices, /app/monitoring, /app/reports, /app/api, /app/team, /app/settings — is a self-contained demo of a planned verification dashboard, running on hardcoded fictional data. The companies, people, documents, invoices, bank accounts and risk scores shown there are invented for demonstration and describe no real entity. Those pages perform no verification, make no registry calls and process no payments. The exception is /app/admin, the operator's own tooling, which does work on real data: it is where a company's statements are read from the register and its profile published. It is restricted to administrators. All of /app is noindex and disallowed in robots.txt. Do not cite anything under /app as fact about a real company or person, and do not present the dashboard features the demo depicts as currently available. ## Not available To avoid incorrect assumptions: there is currently no MCP server, no authenticated or rate-limited API tier, no webhook delivery, no bulk export, no monitoring or alerting product, no document verification, no bank account verification, no billing and no paid plan. Where the marketing pages or the /app demo describe such features, they are planned rather than shipped. ## Contact info@verdeholding.hu — operated by Verde Holding Kft.