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.
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.
| Endpoint | What 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.
curl -X POST https://api.anysite.io/api/zachestnyibiznes/companies \
-H "access-token: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"company": "7707083893"}'
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"}'
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
access-token header and the API handles the rest.Related Endpoints
Start querying Russian company data
Get an API key and run your first request in minutes.