POST /api/pbnalog/companies
Price: 1 credit
Look up a Russian legal entity or sole proprietor by its INN, OGRN or OGRNIP in the Federal Tax Service's «Прозрачный бизнес» (Transparent Business) service. Returns the full EGRUL/EGRIP card: registered names, status, registration dates, address, charter capital, main and additional activities (OKVED), tax authority, management and founders, SME category, and the full set of tax transparency markers — applied special tax regimes, paid taxes by budget classification, tax arrears with amounts, average headcount, tax offenses, revenue/expense financials, mass-address co-located companies and mass manager/founder flags.
Get the full Federal Tax Service transparency profile of a Russian company or sole proprietor by INN/OGRN/OGRNIP. Returns registration details, management, OKVED activities, and tax markers (special regimes, paid taxes, arrears with amounts, headcount, offenses, financials, mass-address and mass manager/founder flags).
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)query string required — INN (10 digits for a legal entity, 12 for a sole proprietor), OGRN (13 digits), OGRNIP (15 digits) or a record token returned by the search endpoint (examples: "7707083893", "1027700132195", "3663002880")@type string (default: "PbnalogCompany")inn string requiredogrn string nullablekpp string nullablename string requiredname_short string nullablenp_type string requiredlegal_form_code string nullablelegal_form string nullableip_kind_code string nullableip_kind string nullablecitizenship_code string nullablecitizenship string nullablestatus string nullablestatus_code string nullableis_invalid boolean (default: false)is_foreign boolean (default: false)liquidated boolean (default: false)registered_at string nullableogrn_date string nullablerecord_at string nullableregistry_account_at string nullableexcerpt_date string nullableaddress string nullablepostal_code string nullableregion_code string nullableregion string nullableokved string nullableokved_name string nullableadditional_activities array (default: [])@type string (default: "PbnalogActivity")code string requiredname string nullablecapital_amount number nullablecapital_type string nullabletax_authority_code string nullabletax_authority string nullableregistration_authority_code string nullableregistration_authority string nullablemsp_category string nullable (one of: "1", "2", "3")msp_category_name string nullablemsp_registered_at string nullablemanagers array (default: [])@type string (default: "PbnalogManager")name string requiredinn string nullableposition string nullablemass_count integer nullableis_mass boolean (default: false)founders array (default: [])@type string (default: "PbnalogFounder")name string requiredinn string nullablemass_count integer nullableis_mass boolean (default: false)has_special_tax_mode boolean (default: false)has_paid_taxes boolean (default: false)has_arrears boolean (default: false)has_headcount boolean (default: false)has_offenses boolean (default: false)has_financials boolean (default: false)is_non_reporting boolean (default: false)has_tax_debt boolean (default: false)is_mass_manager boolean (default: false)is_mass_founder boolean (default: false)current_tax_modes array (default: [])paid_tax_total number nullablearrear_total number nullableheadcount integer nullablerevenue number nullableexpense number nullabletax_payments array (default: [])@type string (default: "PbnalogTaxPayment")year integer requiredkbk string nullablename string nullableamount number (default: 0)arrears array (default: [])@type string (default: "PbnalogArrear")year integer requiredperiod integer nullablekbk string nullablename string nullablearrear_amount number (default: 0)penalty_amount number (default: 0)fine_amount number (default: 0)total_amount number (default: 0)headcounts array (default: [])@type string (default: "PbnalogHeadcount")year integer requiredcount integer (default: 0)tax_mode_periods array (default: [])@type string (default: "PbnalogTaxModePeriod")year integer requiredperiod integer nullableusn boolean (default: false)eshn boolean (default: false)envd boolean (default: false)psn boolean (default: false)npd boolean (default: false)ausn boolean (default: false)offenses array (default: [])@type string (default: "PbnalogOffense")year integer requiredfinancials array (default: [])@type string (default: "PbnalogFinancials")year integer requiredrevenue number (default: 0)expense number (default: 0)co_located array (default: [])@type string (default: "PbnalogCoLocated")inn string requiredname string nullablename_short string nullablegazette_publications array (default: [])@type string (default: "PbnalogGazettePublication")code integer nullablecount integer nullableurl string nullableexcerpt_url string nullablefounding_documents_url string nullableaccounting_report_url string nullablesme_excerpt_url string nullablerafp_report_url string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — No «Прозрачный бизнес» record matches this INN/OGRN/OGRNIP/token Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.