# Zakupki Full Tender Details: KTRU Items & Documents

**Use case:** 

Extract full tender detail from zakupki.gov.ru: KTRU line items (product, OKPD2, quantity) plus parsed spec documents (docx/xlsx/pdf) with matched quotes.

## Input

```json
{
  "mode": "search",
  "searchQueries": [
    "серверное оборудование"
  ],
  "laws": [
    "44"
  ],
  "actualOnly": true,
  "okpd2Codes": [
    "58.29"
  ],
  "maxPagesPerQuery": 2,
  "detailLevel": "full",
  "matchProducts": [
    "1С",
    "Р7-Офис",
    "МойОфис"
  ],
  "alertOnly": true,
  "includeUpdated": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "law": {
    "label": "Law",
    "format": "string"
  },
  "reg_number": {
    "label": "Reg №",
    "format": "string"
  },
  "title": {
    "label": "Subject",
    "format": "string"
  },
  "customer": {
    "label": "Customer",
    "format": "string"
  },
  "price": {
    "label": "НМЦК RUB",
    "format": "number"
  },
  "status": {
    "label": "Stage",
    "format": "string"
  },
  "publishDate": {
    "label": "Published",
    "format": "string"
  },
  "deadline": {
    "label": "Deadline",
    "format": "string"
  },
  "changeType": {
    "label": "Change",
    "format": "string"
  },
  "url": {
    "label": "Link",
    "format": "string"
  },
  "matchedProducts": {
    "label": "Matched",
    "format": "array"
  },
  "matchedInDocuments": {
    "label": "Matched in docs",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [zakupki.gov.ru Tender Scraper & Monitor (44-FZ / 223-FZ)](https://apify.com/isolovyev/zakupki-tender-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/isolovyev/zakupki-tender-monitor) to learn more, explore other use cases, and run it yourself.