# Russian Software Registry Check by INN

**Use case:** 

Check if a supplier's software is in the Unified Register of Russian Programs by INN: entry number, class, date and right holder.

## Input

```json
{
  "inns": [
    "6671080943",
    "5407163618"
  ],
  "softwareClasses": [
    "06.09"
  ],
  "maxMatchesPerName": 10,
  "maxProductsPerClass": 100,
  "expandRightHolder": true,
  "enrichRightHolder": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "inn": {
    "label": "INN",
    "format": "string"
  },
  "inRegistry": {
    "label": "In registry",
    "format": "boolean"
  },
  "softwareProducts": {
    "label": "Products",
    "format": "array"
  },
  "rightHolder": {
    "label": "Right holder",
    "format": "object"
  },
  "rightHolderDossier": {
    "label": "Applicant dossier",
    "format": "object"
  },
  "registryEligibilitySignals": {
    "label": "Eligibility signals",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  },
  "partial": {
    "label": "Partial",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Russian Software Registry Check by INN](https://apify.com/isolovyev/ru-software-registry-check) with a specific input configuration. Visit the [Actor detail page](https://apify.com/isolovyev/ru-software-registry-check) to learn more, explore other use cases, and run it yourself.