Rusprofile: Search Companies
Rusprofile via Parse · B2B Directory
Search for companies by name, INN, OGRN, or address via the advanced search API. Returns a paginated list of matches with basic info including name, INN, OGRN, address, CEO name, and internal ID. Results are sorted by revenue by default. Up to 50 results per page, auto-iterated across pages. Supports optional filters for minimum employee count, minimum annual revenue, and whether the company has filed 2025 financial statements. Scraper for rusprofile.ru providing company search, profile extraction, and director INN lookups. Fulfilled by Parse from rusprofile.ru.
- b2b-directory
- finance
- government-public
- parse
- platform-key
- rusprofile
- rusprofile-ru
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Indexed
- Execution
- Managed call
- Capability group
- B2B Directory
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/952cd99d-a90c-45b2-85e9-3467c387dd77/search_companies
- Interface artifact
- sha256:d604fafb37e5ef94b0e13a9176860e0e09742e033662001e45b9e64337a458e2
- Manifest digest
- sha256:2fd095dc1d384cf4c7db168db8ae7282283253a4611b080b570916697d1a1137
Request fields
- page (integer): Page number (1-based).
- query (string): Search query — company name, INN, or OGRN. At least one of query or address must be provided.
- address (string): Address filter — city, street, or full registered address string (e.g. 'Санкт-Петербург Лахтинский'). Combined with query when both are provided. At least one of query or address must be provided.
- min_revenue (integer): Minimum annual revenue in rubles. Filters results to companies with revenue at or above this value.
- min_employees (integer): Minimum number of employees. Filters results to companies with at least this many employees.
- filed_financials_2025 (boolean): When true, filters results to companies that have filed financial statements for 2025.
Example queries
- {"page":"1","query":"Газпром","address":"Санкт-Петербург"}