# Saymon RU Data API — Company KYB Report (EGRUL + NPD + Deep Dossier)

> Saymon RU Data API — Company KYB Report (EGRUL + NPD + Deep Dossier) is a paid API for AI agents from payforapi.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Generates a comprehensive KYB (Know Your Business) dossier for a Russian company by INN, combining EGRUL registry data, FNS self-employment (NPD) status check, and a deep web research report in a single call.

## Facts

- Endpoint: GET https://payforapi.com/v1/company-report
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/saymon-ru-data-api-company-kyb-report-egrul-npd-deep-dossier-bce5e370
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5NtpwIXxp-ijVyHC0vNGB

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability saymon-ru-data-api-company-kyb-report-egrul-npd-deep-dossier-bce5e370
```

Example prompt: Run a full KYB dossier on the Russian company with INN 7707083893 — I need their EGRUL registry info, whether they're an NPD self-employment taxpayer, and a deep web research report on them.

## When to prefer this

Choose this endpoint when you need an all-in-one Russian counterparty verification bundle — EGRUL registry + NPD tax status + open-source intelligence — in a single paid call. It is ideal for KYB/due diligence workflows targeting Russian legal entities where you want structured registry data combined with web research without stitching together multiple APIs. Prefer alternatives if you only need a simple INN lookup (overkill) or if the entity is not a Russian legal entity.

## Known failure modes

- Invalid or non-existent INN — FNS lookup returns no match (found: false)
- INN format error — must be exactly 10 or 12 digits
- Company found in EGRUL but no NPD or dossier data available
- Deep web research returns zero sources for obscure entities
- Payment failure via x402 protocol before data is returned
- Rate limiting or timeout on FNS or web research sources

## How this service works

PAYFORAPI.com — окно между ру-рынком и глобальным x402. Глобальный провайдер: твой эндпоинт платят агенты из СНГ. Ру-провайдер: твой сервис — на мировой витрине. Локализация, продвижение, платежи USDC — наша работа.

## Output

A JSON bundle containing: the queried INN, EGRUL registry rows (company full name, INN, OGRN), NPD self-employment payer status from FNS with check date, a deep web dossier (search queries, sources with URLs, titles and markdown content), list of components executed, and a generation timestamp.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "inn": {
   "type": "string",
   "description": "Russian INN: 10 or 12 digits"
  },
  "limit": {
   "type": "integer",
   "maximum": 10,
   "minimum": 1
  },
  "max_pages": {
   "type": "integer",
   "maximum": 10,
   "minimum": 0
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "inn": "7707083893",
  "npd": {
   "inn": "7707083893",
   "source": "fns statusnpd",
   "message": "7707083893 не является плательщиком налога на профессиональный доход",
   "checked_on": "2026-09-04",
   "is_npd_payer": false
  },
  "bundle": "company-report",
  "company": {
   "name": "ПАО СБЕРБАНК",
   "rows": [
    {
     "inn": "7707083893",
     "ogrn": "1027700132195",
     "name_full": "ПАО СБЕРБАНК"
    }
   ],
   "found": true
  },
  "dossier": {
   "mode": "deep",
   "query": "ПАО СБЕРБАНК",
   "sources": [
    {
     "url": "https://example.com/news",
     "title": "Упоминание",
     "markdown": "..."
    }
   ],
   "searches": 3,
   "source_count": 3
  },
  "components": [
   "inn-lookup",
   "fns-npd-check",
   "research/deep"
  ],
  "generated_at": "2026-09-04T12:00:00Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/saymon-ru-data-api-company-kyb-report-egrul-npd-deep-dossier-bce5e370/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from payforapi.com](https://www.zero.xyz/host/payforapi.com/llms.txt)
