Rusprofile Scraper: Проверка компаний РФ avatar

Rusprofile Scraper: Проверка компаний РФ

Pricing

from $5.62 / 1,000 company records

Go to Apify Store
Rusprofile Scraper: Проверка компаний РФ

Rusprofile Scraper: Проверка компаний РФ

Scrape Rusprofile.ru company and individual-entrepreneur profiles by profile URL or OGRNIP - registered legal name, INN, OGRN/OGRNIP, KPP, registration date, legal address, director, authorized capital, OKPO, and main OKVED activity code.

Pricing

from $5.62 / 1,000 company records

Rating

0.0

(0)

Developer

GetAScraper

GetAScraper

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

5 days ago

Last modified

Share

🏢 Rusprofile Scraper: Проверка компаний РФ

Verify any Russian company before you sign anything.
Turn a Rusprofile.ru company page into structured due-diligence data: INN, OGRN, legal address, director, and authorized capital, ready in seconds.
🏢 Full registry snapshot
INN, OGRN or OGRNIP, KPP, legal address, and registration date in one row
👤 Director on record
See who currently runs the company, straight from the public registry
📊 Business activity
Main activity code and industry, so you know what the company actually does
🔗 Works from a link, not a search
Paste the profile link or an OGRNIP, no blocked search page involved

Give this Actor a Rusprofile.ru (rusprofile.ru) company page link, or an individual entrepreneur's OGRNIP, and it returns one clean row per business: registered legal name, INN, OGRN or OGRNIP, KPP, registration date, legal address, director name and title, authorized capital, and the company's main business-activity code. Built for procurement teams, freelancers and agencies vetting a new counterparty, and anyone who needs registry facts instead of a screenshot. Runs on the Apify platform with scheduling, integrations (Make, Zapier, Google Sheets), and run monitoring built in.

🔍 What does Rusprofile Scraper do?

This Actor reads the public company page for any Russian legal entity or individual entrepreneur listed on rusprofile.ru.

Give it a company profile link (or an entrepreneur's OGRNIP) and it returns the registered legal name (both short and full form), INN, OGRN or OGRNIP, KPP, registration date, legal address (or region, for individual entrepreneurs), the current director's name and title, authorized capital, the official statistics code, and the company's main business-activity classification. If the registry shows an entity as liquidated or closed, that status is included too, never silently dropped.

💡 Why use Rusprofile Scraper?

  • I run vendor onboarding or procurement and need to confirm a Russian supplier's legal name, INN, and address before a contract goes out.
  • I'm a freelancer or agency billing a new Russian client and want their legal details on file before the first invoice.
  • I do compliance or KYC checks and need structured registry fields I can filter and sort, not a webpage I have to read by hand.
  • I research Russian companies for market or competitor analysis and want director and activity-code data across many companies at once.

🚀 How to use Rusprofile Scraper

STEP 1
Add company links
Paste Rusprofile.ru company page links, or an entrepreneur's OGRNIP.
STEP 2
Run the Actor
It reads each public company page directly, no sign-in needed.
STEP 3
Export your results
Download one row per company: INN, OGRN, director, capital, and activity.

⚙️ Input

FieldTypeRequiredDescription
companiesarray of URLsNoRusprofile.ru company page links, such as https://www.rusprofile.ru/id/1675468, or https://www.rusprofile.ru/ip/360614519600010 for an individual entrepreneur. A bare 15-digit OGRNIP is also accepted. Free-text name or INN search is not supported: Rusprofile blocks automated search requests on their own site, so a direct link works reliably instead. Find the link yourself with a quick web search, then paste it here.
maxItemsintegerNoMaximum number of companies to process from the list. Set to 0 to process every entry provided. Defaults to 100.
includeRawDatabooleanNoAttach a small raw debug object to each result. Off by default.
proxyConfigurationobjectNoProxy routing settings. Defaults to Apify's standard proxy network.

📦 Output

Download the results as a spreadsheet, a table, or structured data ready for your own systems. Each row is one company or entrepreneur:

{
"profileUrl": "https://www.rusprofile.ru/id/1675468",
"entityType": "legal_entity",
"rusprofileId": "1675468",
"shortName": "АО БЗЛК \"Цитробел\"",
"fullName": "АКЦИОНЕРНОЕ ОБЩЕСТВО БЕЛГОРОДСКИЙ ЗАВОД ЛИМОННОЙ КИСЛОТЫ \"ЦИТРОБЕЛ\"",
"scrapedAt": "2026-07-16T02:10:03.660Z",
"inn": "3124013569",
"kpp": "312301001",
"ogrn": "1023101656500",
"registrationDate": "1992-11-16",
"postalCode": "308015",
"addressRegion": "Белгородская область",
"addressLocality": "город Белгород",
"streetAddress": "ул Чичерина, д. 8",
"legalAddress": "308015, Белгородская область, город Белгород, ул Чичерина, д. 8",
"directorPosition": "Генеральный директор",
"directorName": "Сотник Ольга Геннадьевна",
"directorProfileUrl": "https://www.rusprofile.ru/person/sotnik-og-312317379499",
"authorizedCapitalText": "23 460 000 руб.",
"authorizedCapitalAmount": 23460000,
"authorizedCapitalCurrency": "RUB",
"okpo": "00343237",
"okvedMainCode": "10.85",
"okvedMainDescription": "Производство готовых пищевых продуктов и блюд",
"okvedIndustry": "Производство прочих пищевых продуктов"
}

📊 Output data fields

FieldTypeDescription
profileUrlstringThe company page this row was scraped from.
entityTypestringlegal_entity or individual_entrepreneur.
shortNamestringShort display name, as shown on the company page.
fullNamestringFull registered legal name (legal entities).
statusNotestringRegistry status text, present only when the entity is flagged as liquidated or closed.
innstringTax identification number.
kppstringTax registration reason code (legal entities only).
ogrnstringState registration number (legal entities).
ogrnipstringState registration number (individual entrepreneurs).
registrationDatestringRegistration date (YYYY-MM-DD).
legalAddressstringFull legal address (legal entities only).
regionstringRegion on file (individual entrepreneurs only, no street-level address is published for them).
directorPositionstringThe current director's title, such as "Генеральный директор".
directorNamestringThe current director's name.
authorizedCapitalTextstringAuthorized capital as shown on the registry, when disclosed.
authorizedCapitalAmountnumberAuthorized capital as a plain number.
authorizedCapitalCurrencystringCurrency code for the authorized capital, always RUB when present.
okpostringOfficial statistics code.
okvedMainCodestringMain business-activity classification code.
okvedMainDescriptionstringMain business-activity description.
okvedIndustrystringBroader industry grouping for the main activity.
employeeCountTextstringAverage employee headcount, included only on the small share of profiles where Rusprofile has published it for free.
scrapedAtstringTimestamp when this row was collected.

💰 Pricing

This Actor uses pay-per-result pricing: you pay for the companies you actually get back, and nothing for an empty run. There is no subscription and no minimum spend. Use maxItems to control how many results a run returns.

⭐ Enjoying Rusprofile Scraper: Проверка компаний РФ?

⭐ ⭐ ⭐ ⭐ ⭐
Turning a registry page into a due-diligence checklist item instead of a manual read-through?
A 5-star rating takes 10 seconds and helps other procurement, compliance, and research teams vetting Russian companies find it. Your feedback also tells us what to build next.
★  Rate this Actor on Apify

✨ Tips

  • Paste the company's own /id/{id} or /ip/{ogrnip} link, both entity types work the same way.
  • For an individual entrepreneur, a bare 15-digit OGRNIP works on its own, no need to build the full link.
  • Check statusNote before relying on any result. A liquidated or closed entity will say so there instead of looking like an active company.
  • authorizedCapitalText and employeeCountText are only included when the registry actually discloses them for free. A missing field means Rusprofile has not published that figure, not a scraping error.
  • Re-run the same company list on a schedule to catch a director change or a status update over time.

❓ FAQ, disclaimers, and support

Как проверить контрагента по ИНН или ОГРН? Find the company's Rusprofile.ru page yourself (a quick web search for the company name or INN gets you there), then add that page's link to companies and run the Actor. It returns the legal name, INN, OGRN, address, and director in one structured row.

Why doesn't this Actor accept an INN or company name directly? Rusprofile's own search page blocks automated requests on their side. Rather than work around that, this Actor asks for the direct company page link instead, which stays reliable run after run. An individual entrepreneur's OGRNIP is the one exception, since that number doubles as their page link.

Does this include founders, court cases, or tax arrears? No. Those pages are blocked from automated access on Rusprofile's own site, so this Actor does not request them. It focuses on the core registry facts that are available: identity, address, director, capital, and activity.

How fresh is the data? Every run reads the current company page directly from Rusprofile at run time. There is no cached or stale data.

Is scraping Rusprofile data legal? This Actor collects publicly available registry data. You are responsible for complying with Rusprofile's Terms of Service and applicable laws in your use of the data.

Found a bug or need a field added? Open an issue on the Actor's Issues tab. Custom solutions are available on request.

🔗 Other actors