Zachestnyibiznes API

Structured access to the Russian company registry. Query EGRUL/EGRIP data by INN or OGRN β€” legal profiles, financial statements, court cases, licenses, and compliance records.

14 dedicated endpoints FNS Β· EGRUL Β· EGRIP No Russian API key needed 1 credit per request

What is Zachestnyibiznes?

Zachestnyibiznes is Russia's leading business transparency platform, aggregating official data from the Federal Tax Service (FNS), EGRUL (Unified State Register of Legal Entities), and EGRIP (Unified State Register of Individual Entrepreneurs). The Anysite API exposes this registry through a clean REST interface β€” no Russian developer account, no Cyrillic form-filling, no scraping. Pass an INN or OGRN, get back structured JSON.

All Zachestnyibiznes Endpoints

14 endpoints covering the complete legal, financial, and compliance profile of any Russian company or sole proprietor. All POST, all JSON, all 1 credit.

EndpointWhat It Returns
POST /api/zachestnyibiznes/companies/search Search Russian companies & sole proprietors (FNS/EGRUL/EGRIP) by name, INN, OGRN, address or person, with filters on status, region, legal form, activity (OKVED), revenue, capital and headcount.
POST /api/zachestnyibiznes/companies Get a company or sole proprietor by INN or OGRN: name, status, INN/OGRN/KPP, registration dates, region, address, charter capital, primary OKVED activity and director.
POST /api/zachestnyibiznes/companies/requisites Official requisites by INN/OGRN: full & short name, statistics codes (OKPO/OKTMO/OKATO/OKOGU/OKOPF/OKFS), tax authority, legal address and director β€” contract-ready.
POST /api/zachestnyibiznes/companies/representation Management & ownership: director (name, INN, role, start date), share registrar, and founders with share percent, amount and INN.
POST /api/zachestnyibiznes/companies/relations Affiliation summary: branch & representative-office counts, the head person managing related entities, and legal successors/predecessors with OGRN.
POST /api/zachestnyibiznes/companies/financials Yearly financial summary (FNS accounting): revenue, net profit, expenses, receivables, payables and assets, plus ratios (liquidity, autonomy, ROA, ROE, ROS).
POST /api/zachestnyibiznes/companies/courts Arbitration court-case summary: total cases and total, pending and completed claim amounts.
POST /api/zachestnyibiznes/companies/enforcements Bailiff enforcement-proceedings (FSSP) summary: total count & amount with a debtor/creditor breakdown of opened and completed proceedings.
POST /api/zachestnyibiznes/companies/inspections Government inspections: number, dates, ground, status, type, supervising authority and result.
POST /api/zachestnyibiznes/companies/licenses Licenses: number, name, issuing authority, source registry and validity dates.
POST /api/zachestnyibiznes/companies/certificates Conformity certificates & declarations: registration number, status, validity, type, scheme, product, applicant, manufacturer and certification body.
POST /api/zachestnyibiznes/companies/trademarks Trademarks: registration & application number, registration and expiry dates, and the source-registry link.
POST /api/zachestnyibiznes/companies/significant-facts Fedresurs significant-facts summary: total published messages with a breakdown by type (bankruptcy intentions, pledges, guarantees, leasing and more).
POST /api/zachestnyibiznes/companies/branches Branches & representative offices: subdivision type, name, address and registration date.

What You Can Build

KYC and Due Diligence

Verify Russian counterparties before signing contracts. Pull registration status, charter capital, director details, and the full requisites block in one call β€” then cross-check court cases and enforcement proceedings for red flags.

Financial Risk Scoring

Build credit-risk models on Russian SMEs using structured annual financials. Revenue, net profit, liquidity ratios, and ROE are returned ready-to-model β€” no PDF parsing required.

Compliance Monitoring

Track significant-facts notifications, government inspections, and license validity across a portfolio of Russian suppliers or counterparties. Set alerts when new court cases or enforcement proceedings open.

Corporate Intelligence

Map ownership chains and affiliate networks. The representation endpoint returns shareholders with share percentages; the relations endpoint surfaces branches, successors, and predecessors.

Quick Start

Identify a Russian company by INN or OGRN. Example: Sberbank's INN is 7707083893.

Get company profile β€” curl
curl -X POST https://api.anysite.io/api/zachestnyibiznes/companies \
  -H "access-token: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"company": "7707083893"}'
Search companies by name
curl -X POST https://api.anysite.io/api/zachestnyibiznes/companies/search \
  -H "access-token: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "Π‘Π±Π΅Ρ€Π±Π°Π½ΠΊ", "status": "active", "region": "77"}'
Get annual financials
curl -X POST https://api.anysite.io/api/zachestnyibiznes/companies/financials \
  -H "access-token: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"company": "7707083893"}'

Plans

Every endpoint is included in all Anysite plans β€” there's no per-endpoint pricing to track. Use MCP Unlimited for flat-rate access through your AI tools, or a credit plan for REST & CLI at scale.

Frequently Asked Questions

What identifier do I use to query a company?
All endpoints accept an INN (10 digits for legal entities, 12 for sole proprietors) or an OGRN (13 digits for legal entities, 15 for sole proprietors). You can also pass a full Zachestnyibiznes URL. INN is the most widely available identifier and works for all entity types.
Do I need a Russian developer account or Zachestnyibiznes subscription?
No. You need only an Anysite API key. There is no need to register with Zachestnyibiznes, the FNS, or any Russian government service. Pass your Anysite key in the access-token header and the API handles the rest.
Is the data in Russian or English?
All data is returned in Russian as sourced from official registries. Company names, addresses, and authority names are in Cyrillic. OKVED codes and numeric identifiers (INN, OGRN, KPP) are language-neutral. If you need translation, run the Cyrillic strings through a translation layer downstream.
What types of Russian legal entities are covered?
All entity types registered in EGRUL (legal entities β€” ООО, АО, ПАО, НКО, etc.) and EGRIP (individual entrepreneurs / sole proprietors). You can distinguish them by INN length: 10 digits = legal entity, 12 digits = individual entrepreneur.
How current is the data?
Data is sourced from Zachestnyibiznes, which aggregates official FNS registry updates. Financial statements reflect the most recent annual FNS accounting reports filed by the company. Real-time changes (new court cases, license updates) may have a short propagation lag from official sources.
Are sole proprietors (ИП) covered as well as companies?
Yes. Use a 12-digit INN or 15-digit OGRN (ΠžΠ“Π ΠΠ˜ΠŸ) to query sole proprietors. Not all endpoints return data for sole proprietors β€” branches, significant-facts, and financials are typically only available for legal entities registered in EGRUL.

Related Endpoints

Start querying Russian company data

Get an API key and run your first request in minutes.