# Russian Counterparty Change Monitor by INN with Alerts

**Use case:** 

Monitor Russian counterparties by INN, get alerted on new bankruptcy, tax-debt, RNP or Rosfinmonitoring listings and status changes. Webhook included.

## Input

```json
{
  "mode": "monitor",
  "inns": [
    "7707083893"
  ],
  "sources": [
    "fedresurs",
    "nalog",
    "rnp",
    "rosfinmonitoring"
  ],
  "maxMatchesPerName": 1,
  "fedresursSections": [
    "bankruptcy",
    "publications",
    "encumbrances",
    "networth",
    "licenses",
    "sro_membership",
    "reorganizations",
    "biddings",
    "pledged_subjects",
    "receivables"
  ],
  "nalogSections": [
    "identity",
    "taxRisk",
    "founders",
    "financials"
  ],
  "notifyWebhookUrl": "https://example.com/hooks/counterparty-alerts",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "string"
  },
  "inn": {
    "label": "INN",
    "format": "string"
  },
  "ogrn": {
    "label": "OGRN",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "riskScore": {
    "label": "Risk score",
    "format": "integer"
  },
  "riskLevel": {
    "label": "Risk level",
    "format": "string"
  },
  "sources": {
    "label": "Sources",
    "format": "array"
  },
  "sourceErrors": {
    "label": "Source errors",
    "format": "object"
  },
  "fedresurs.bankruptcyStage": {
    "label": "Bankruptcy stage",
    "format": "string"
  },
  "fedresurs.legalCasesCount": {
    "label": "Legal cases",
    "format": "integer"
  },
  "nalog.taxRisk.arrearsTotal": {
    "label": "Tax arrears (RUB)",
    "format": "number"
  },
  "rnp.inRnp": {
    "label": "In РНП",
    "format": "boolean"
  },
  "rosfinmonitoring.inFedsfmList": {
    "label": "In Rosfinmonitoring list",
    "format": "boolean"
  },
  "fedresurs.url": {
    "label": "Fedresurs URL",
    "format": "string"
  }
}
```

## About this Actor

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