Georgia Company Registry Lookup
Pricing
from $250.00 / 1,000 evidence-grade company records
Georgia Company Registry Lookup
Look up any company in Georgia's public business registry (NAPR) by name or identification code: legal form, registration status with the registry's own wording, Georgian name plus transliteration. Evidence and match details on every record. Search-level data, no founders or directors.
Pricing
from $250.00 / 1,000 evidence-grade company records
Rating
0.0
(0)
Developer
Soso Pkhakadze
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
2
Monthly active users
6 days ago
Last modified
Categories
Share
Look up any company registered in Georgia (the country) straight from the public entrepreneurial registry of the National Agency of Public Registry (NAPR) and get clean, structured, English-keyed JSON: identification code, name (Georgian original plus national transliteration), legal form, and registration status. Search by name or by the 9-digit identification code. Georgian script gives the most complete name results; Latin input is matched by the registry's own search and can return fewer or different companies. Every query yields an explicit result; every record carries evidence of where and when it was read.
What you can do with it
- KYC / KYB onboarding: confirm a Georgian counterparty exists and whether its registration is active, suspended, in liquidation or reorganising, in seconds instead of navigating a Georgian-only portal.
- Sanctions and due-diligence screening: resolve names to identification codes and status before deeper checks; Georgia-registered firms appeared in 2026 UK/EU/OFAC designations and commercial databases' regional coverage is thin and often stale.
- Supplier and customer verification: status and legal form before signing.
- AI agents: available as an MCP tool for counterparty research.
Real sample output (public registry data, retrieved live)
Name search for სილქნეტი, run on 2026-09-12 (one of two matches):
{"resultType": "company","country": "GE","companyNumber": "204566978","nameLocal": "სს სილქნეტი","nameLatin": "ss silkneti","legalForm": "JSC","legalFormLocal": "სააქციო საზოგადოება","status": "active","statusLocal": "აქტიური","statusMethod": "keyword","registryInternalId": "926950","people": [],"match": { "method": "registry_name_search", "score": 0.85, "normalized": "სილქნეტი", "ambiguous": true, "candidates": 2 },"evidence": { "sourceUrl": "https://enreg.reestri.gov.ge/main.php?c=search&m=find_legal_persons&name=…", "retrievedAt": "2026-09-12T21:24:43.191Z", "registryAsOf": null, "sha256": "8eca1438…" }}
Another real example: identification code 416337084 returns status suspended
with the registry's own wording preserved in statusLocal
("რეგისტრაცია შეჩერებულია კანონის 254-ე მუხლის საფუძველზე", registration suspended
under article 254).
Result types, never a silent empty dataset
company, a matched record (above).not_found, the registry answered and had no match: a trustworthy negative, with thematchblock showing what was searched.unavailable, the registry could not be read (down, blocked, layout changed). The run is also marked failed. Never treat this as a negative.
Input
| Field | Type | Description |
|---|---|---|
query | string | Full or partial company name. Georgian script matches best; Latin works through the registry's own search. |
companyNumber | string | 9-digit identification code; takes precedence over query. |
maxResults | integer | Max companies to return and charge for (default 10). The tool reads one page of registry results, up to 50 companies, so larger values still return at most 50. |
includePeople | boolean | Reserved, no effect on the data: people stays empty (see scope below). Default off. |
Scope of v1 (read this before buying)
v1 returns the registry's search-level data: identification code, name, legal
form, status. It does not return founders, directors, shareholders, addresses or
registration dates; people is always an empty list. Founders, directors and shares
live in the registry's detail views, which are gated by a captcha. This tool does not
automate captchas: a captcha is the registry's explicit request not to automate that
page, and a compliance-data product should respect it. Ownership data will be added
only through an official channel. The reverse search (person to companies) is a
separate tool in this catalog.
Pricing
Pay per event: one lookup per query the registry answered (including not_found),
one company-record per company returned. A query that ends unavailable because the
registry could not be reached is not charged the lookup event and returns no records,
so it costs nothing beyond Apify's run start fee of $0.00005 that every run carries.
Free-plan users can try it within Apify's monthly free platform credit, which these
events draw on like any other usage.
Source, legality and freshness
Read live from the public registry at request time. Georgia's registry is public by
statute and its legal notice names "any person" as a permitted recipient. The tool
requests politely (one session, rate-limited, identified user agent) and republishes
business data only: individual entrepreneurs' personal numbers, which the registry
lists, are dropped, never stored. Registry wording is preserved for auditability;
the evidence block on each company and not_found record names the registry
search that was run, when it was read and a hash of the response. The registry answers
a form POST, so sourceUrl is a readable reference to that search rather than a link
that replays it.
Related tools
Georgia person to companies search · Armenia company lookup + beneficial owners · Armenia supplier public contracts · Caucasus company screen (Georgia and Armenia in one call).
Use it from an AI agent or an automation
- Claude / Cursor / any MCP client: add
https://mcp.apify.com/?tools=reestri/ge-company-lookup(Apify token as bearer). Tools:lookup_company_by_number / search_companies_by_name. - Claude Code:
claude mcp add --transport http reestri https://mcp.apify.com/?tools=reestri/ge-company-lookup - LangChain / CrewAI:
ApifyActorsTool("reestri/ge-company-lookup")fromlangchain-apify/crewai-tools. - n8n / Make / Zapier: the official Apify node, Actor
reestri/ge-company-lookup, then map the dataset items. - REST:
POST https://api.apify.com/v2/acts/reestri~ge-company-lookup/run-sync-get-dataset-items?token=…with the input JSON.
Which country is this?
Georgia the country (Sakartvelo, capital Tbilisi, registry NAPR at enreg.reestri.gov.ge), not the US state. For the US state use a Secretary of State search tool instead.