Georgia Person → Companies Search avatar

Georgia Person → Companies Search

Pricing

from $100.00 / 1,000 participation row (person × company × role)s

Go to Apify Store
Georgia Person → Companies Search

Georgia Person → Companies Search

Reverse search Georgia’s public business registry: enter a person or organisation name and get every company they participate in (partner, director, founder) with identification codes, roles and status. Clean JSON for KYC, sanctions screening and due diligence.

Pricing

from $100.00 / 1,000 participation row (person × company × role)s

Rating

0.0

(0)

Developer

Soso Pkhakadze

Soso Pkhakadze

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

34 minutes ago

Last modified

Share

Reverse search of Georgia's public business registry (NAPR). Enter a person's name, or an organisation's name, and get every company they participate in, as director, partner/shareholder, founder or representative, with the company's identification code and the role, in clean JSON. The forward company search tells you who is behind one company; this tells you everything one person or holding company is behind.

What you can do with it

  • Sanctions-evasion and network mapping: a designated person or their relatives often sit behind several Georgian entities; the registry's reverse search exposes the set in one query.
  • Enhanced due diligence: enumerate a director's other companies before onboarding; spot dormant, suspended or liquidating entities in the same hands.
  • Corporate-group mapping: search a holding company as participant to list its Georgian subsidiaries.
  • AI agents: available as an MCP tool for counterparty research.

Input

FieldTypeDescription
firstName, lastNamestringPerson's name; Georgian script matches best.
organisationNamestringOrganisation as participant (use instead of a person).
maxResultsintegerMax participation rows to return and charge for (default 25).

Output

One participation record per person × company × role:

{
"resultType": "participation",
"country": "GE",
"companyNumber": "404569285",
"companyNameLocal": "შპს სილქნეტ ჰოლდინგი",
"companyNameLatin": "shps silknet holdingi",
"participantNameLocal": "…",
"participantNameLatin": "…",
"participantType": "person",
"personKey": "<sha256 of the published scheme; raw personal number never output>",
"role": "shareholder",
"roleLocal": "პარტნიორი",
"match": { "method": "participant_person_name", "score": 0.8, "ambiguous": true, "candidates": 7 },
"evidence": { "sourceUrl": "…", "retrievedAt": "…", "sha256": "…" }
}

Plus not_found (registry answered, no participations) and unavailable (registry could not be read; the run is also marked failed, never a negative).

Common names are ambiguous: match.ambiguous and match.candidates tell you when a result set mixes several people. Combine with the personKey to group rows belonging to the same registry identity.

Personal data

The registry publishes participants' names and, for individual entrepreneurs, personal numbers. This tool outputs names as published and replaces personal numbers with personKey = sha256("reestri-person-v1:GE:" + number), a published scheme so you can join records while the raw number never leaves the registry. You are the data controller for your screening use; the source is a statutory public register.

Pricing

Pay per event: one lookup per query (including not_found), one participation-record per row returned.

Georgia company lookup · Armenia company lookup + beneficial owners · Kazakhstan legal-entity lookup · 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-person-search (Apify token as bearer). Tools: find_companies_by_person / find_companies_by_organisation.
  • Claude Code: claude mcp add --transport http reestri https://mcp.apify.com/?tools=reestri/ge-person-search
  • LangChain / CrewAI: ApifyActorsTool("reestri/ge-person-search") from langchain-apify / crewai-tools.
  • n8n / Make / Zapier: the official Apify node, Actor reestri/ge-person-search, then map the dataset items.
  • REST: POST https://api.apify.com/v2/acts/reestri~ge-person-search/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.