# Saymon RU Data API – Deep Research Pack (3 Searches + up to 10 Pages in Markdown)

> Saymon RU Data API – Deep Research Pack (3 Searches + up to 10 Pages in Markdown) is a paid API for AI agents from payforapi.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Performs a deep Russian-language web research pass: runs up to 3 Cyrillic searches and fetches up to 10 result pages, returning each as clean LLM-ready Markdown

## Facts

- Endpoint: GET https://payforapi.com/v1/research/deep
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/saymon-ru-data-api-deep-research-pack-3-searches-up-to-10-pages-in-1914dc58
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__NE3FC6DzHIkZgSdrxzYS

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-deep-research-pack-3-searches-up-to-10-pages-in-1914dc58
```

Example prompt: Do a deep research on 'сравнение CRM для малого бизнеса' — run up to 3 searches and fetch up to 8 of the top pages, returning everything as Markdown.

## When to prefer this

Choose this endpoint when you need comprehensive, multi-page Russian-language web research in a single call — it outperforms a basic Cyrillic search by also fetching and converting full page content to Markdown. Prefer it over the standard research pack when you need more pages (up to 10 vs fewer) and deeper coverage. Best suited for LLM pipelines that need rich, structured Russian-language content for analysis, summarization, or knowledge extraction.

## Known failure modes

- Query in non-Cyrillic script may yield poor or no results
- max_pages set to 0 returns searches only with no page content
- Rate-limit or payment failure returns 402 Payment Required
- Requested pages may be behind paywalls or bot-protection, returning empty Markdown
- Network timeouts on slow Russian domains may reduce page count below the requested limit

## How this service works

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

## Output

Returns a JSON object containing the echoed query, a list of up to 10 fetched pages each with its URL, title, and full content rendered as LLM-ready Markdown, and the number of searches performed (up to 3).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer",
   "maximum": 10,
   "minimum": 1
  },
  "query": {
   "type": "string"
  },
  "max_pages": {
   "type": "integer",
   "maximum": 10,
   "minimum": 0
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "pages": [
   {
    "url": "https://example.com/crm",
    "title": "CRM-системы",
    "markdown": "..."
   }
  ],
  "query": "сравнение CRM для малого бизнеса",
  "searches": 3
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/saymon-ru-data-api-deep-research-pack-3-searches-up-to-10-pages-in-1914dc58/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)
