Georgia Company Registry Lookup
Pricing
from $250.00 / 1,000 evidence-grade company records
Georgia Company Registry Lookup
Look up any company in Georgia (the country, Sakartvelo) in the public business registry NAPR (enreg.reestri.gov.ge) by name or 9-digit ID code: legal form, registration status, ID, address, registry date. Evidence-grade JSON for KYC, AML and due diligence. Callable by AI agents via MCP.
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
1
Monthly active users
an hour 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 (Georgian or Latin script) or by the 9-digit identification code. 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)
{"resultType": "company","country": "GE","companyNumber": "404569285","nameLocal": "შპს სილქნეტ ჰოლდინგი","nameLatin": "shps silknet holdingi","legalForm": "LLC","legalFormLocal": "შეზღუდული პასუხისმგებლობის საზოგადოება","status": "active","statusLocal": "აქტიური","statusMethod": "keyword","registryInternalId": "…","match": { "method": "registry_name_search", "score": 0.85, "normalized": "სილქნეტ", "ambiguous": true, "candidates": 3 },"evidence": { "sourceUrl": "https://enreg.reestri.gov.ge/main.php?c=search&m=find_legal_persons&name=…", "retrievedAt": "2026-08-29T…Z", "registryAsOf": null, "sha256": "…" }}
Another real example: identification code 416337084 returns status suspended
with the registry's own wording preserved in statusLocal
("რეგისტრაცია შეჩერებულია კანონის 254-ე მუხლის საფუძველზე", registration suspended
under article 254). Per-field fill rates will be published after the first
production month.
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 or Latin script. |
companyNumber | string | 9-digit identification code; takes precedence over query. |
maxResults | integer | Max companies to return and charge for (default 10). |
includePeople | boolean | Reserved; 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. 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 → companies) is a separate tool in this catalog.
Pricing
Pay per event: one lookup per query (including not_found), one company-record
per company returned. Free-plan users can test at no cost.
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;
every record's evidence block gives the exact request and a hash of the response.
Related tools
Georgia person → companies search · Armenia company lookup + beneficial owners · Kazakhstan legal-entity lookup (official open data) · Multi-country change monitor.
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.