Rusprofile Scraper: Проверка компаний РФ
Pricing
from $5.62 / 1,000 company records
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
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
5 days ago
Last modified
Categories
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
| Field | Type | Required | Description |
|---|---|---|---|
companies | array of URLs | No | Rusprofile.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. |
maxItems | integer | No | Maximum number of companies to process from the list. Set to 0 to process every entry provided. Defaults to 100. |
includeRawData | boolean | No | Attach a small raw debug object to each result. Off by default. |
proxyConfiguration | object | No | Proxy 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
| Field | Type | Description |
|---|---|---|
profileUrl | string | The company page this row was scraped from. |
entityType | string | legal_entity or individual_entrepreneur. |
shortName | string | Short display name, as shown on the company page. |
fullName | string | Full registered legal name (legal entities). |
statusNote | string | Registry status text, present only when the entity is flagged as liquidated or closed. |
inn | string | Tax identification number. |
kpp | string | Tax registration reason code (legal entities only). |
ogrn | string | State registration number (legal entities). |
ogrnip | string | State registration number (individual entrepreneurs). |
registrationDate | string | Registration date (YYYY-MM-DD). |
legalAddress | string | Full legal address (legal entities only). |
region | string | Region on file (individual entrepreneurs only, no street-level address is published for them). |
directorPosition | string | The current director's title, such as "Генеральный директор". |
directorName | string | The current director's name. |
authorizedCapitalText | string | Authorized capital as shown on the registry, when disclosed. |
authorizedCapitalAmount | number | Authorized capital as a plain number. |
authorizedCapitalCurrency | string | Currency code for the authorized capital, always RUB when present. |
okpo | string | Official statistics code. |
okvedMainCode | string | Main business-activity classification code. |
okvedMainDescription | string | Main business-activity description. |
okvedIndustry | string | Broader industry grouping for the main activity. |
employeeCountText | string | Average employee headcount, included only on the small share of profiles where Rusprofile has published it for free. |
scrapedAt | string | Timestamp 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
statusNotebefore relying on any result. A liquidated or closed entity will say so there instead of looking like an active company. authorizedCapitalTextandemployeeCountTextare 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
- Avito Seller Profile Scraper: Профили продавцов Авито ↗ - turns any Avito seller profile into a trust report with rating, badges, and join date.
- 2GIS Reviews Scraper: Отзывы 2ГИС ↗ - pulls full review text and business replies from 2GIS listings.
- CIAN Real Estate Scraper: Недвижимость ЦИАН ↗ - scrapes apartment listings for sale or rent from Russia's largest real estate portal.
- HH.ru Jobs Scraper: Парсер вакансий HH.ru ↗ - scrapes vacancy listings with structured salary and employer data.
- Wildberries Seller Scraper: Supplier Intel & Stats ↗ - profiles a Wildberries seller's registered company and catalog stats.