# Legal entity EGRUL Russia Business Registry

**Use case:** 

Extract EGRUL Russia Business Registry data filtered by Legal entity. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "7707083893",
  "entityType": "ul",
  "maxItems": 10
}
```

## Output

```json
{
  "inn": {
    "label": "🆔 INN",
    "format": "text"
  },
  "ogrn": {
    "label": "📜 OGRN",
    "format": "text"
  },
  "company_name": {
    "label": "🏢 Company",
    "format": "text"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "ceo": {
    "label": "👤 CEO",
    "format": "text"
  },
  "activity_code": {
    "label": "🏷️ Activity",
    "format": "text"
  },
  "registration_date": {
    "label": "📅 Registered",
    "format": "date"
  },
  "status": {
    "label": "🚦 Status",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [EGRUL Russia Business Registry Scraper](https://apify.com/parseforge/rfs-russia-business-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/rfs-russia-business-registry-scraper) to learn more, explore other use cases, and run it yourself.