# Сравнить цены на ноутбуки в Яндекс Маркете

**Use case:** 

Соберите ноутбуки из Яндекс Маркета и сравните цены, характеристики, продавцов, рейтинг, наличие, изображения и доставку в одном наборе данных.

## Input

```json
{
  "query": "ноутбук",
  "maxItems": 100,
  "region": "213",
  "sortBy": "aprice",
  "enrichProducts": true,
  "includeReviews": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price (RUB)",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "priceYaBank": {
    "label": "YaBank Price",
    "format": "number"
  },
  "priceWithoutVat": {
    "label": "Price (no VAT)",
    "format": "number"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Rating Count",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "purchaseCount": {
    "label": "Purchase Count",
    "format": "number"
  },
  "ratingDistribution": {
    "label": "Rating Distribution",
    "format": "object"
  },
  "modelId": {
    "label": "Model ID",
    "format": "number"
  },
  "marketSku": {
    "label": "Market SKU",
    "format": "text"
  },
  "modelName": {
    "label": "Model Name",
    "format": "text"
  },
  "oskuId": {
    "label": "OSKU ID",
    "format": "number"
  },
  "articleNumber": {
    "label": "Article Number",
    "format": "number"
  },
  "wareId": {
    "label": "Ware ID",
    "format": "text"
  },
  "businessId": {
    "label": "Business ID",
    "format": "number"
  },
  "feedId": {
    "label": "Feed ID",
    "format": "number"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "canonicalUrl": {
    "label": "Canonical URL",
    "format": "link"
  },
  "productSlug": {
    "label": "Product Slug",
    "format": "text"
  },
  "oskuSlug": {
    "label": "OSKU Slug",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "specifications": {
    "label": "Specifications",
    "format": "array"
  },
  "breadcrumbs": {
    "label": "Breadcrumbs",
    "format": "array"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "hid": {
    "label": "Category ID",
    "format": "number"
  },
  "navnodeId": {
    "label": "Nav Node ID",
    "format": "number"
  },
  "departmentId": {
    "label": "Department ID",
    "format": "number"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  },
  "isAvailable": {
    "label": "Available",
    "format": "boolean"
  },
  "stockCount": {
    "label": "Stock Count",
    "format": "number"
  },
  "minOrderQuantity": {
    "label": "Min Order Qty",
    "format": "number"
  },
  "maxOrderQuantity": {
    "label": "Max Order Qty",
    "format": "number"
  },
  "isCrossBorder": {
    "label": "Cross Border",
    "format": "boolean"
  },
  "isExpress": {
    "label": "Express",
    "format": "boolean"
  },
  "isOnDemand": {
    "label": "On Demand",
    "format": "boolean"
  },
  "isUltima": {
    "label": "Ultima",
    "format": "boolean"
  },
  "sponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "supplierType": {
    "label": "Supplier Type",
    "format": "number"
  },
  "vat": {
    "label": "VAT",
    "format": "text"
  },
  "shopId": {
    "label": "Shop ID",
    "format": "number"
  },
  "vendorId": {
    "label": "Vendor ID",
    "format": "number"
  },
  "supplierId": {
    "label": "Supplier ID",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerRating": {
    "label": "Seller Rating",
    "format": "number"
  },
  "sellerRatingCount": {
    "label": "Seller Rating Count",
    "format": "number"
  },
  "sellerLogo": {
    "label": "Seller Logo",
    "format": "image"
  },
  "sellerSlug": {
    "label": "Seller Slug",
    "format": "text"
  },
  "placementType": {
    "label": "Placement",
    "format": "text"
  },
  "paymentType": {
    "label": "Payment Type",
    "format": "text"
  },
  "paymentMethods": {
    "label": "Payment Methods",
    "format": "array"
  },
  "isBnpl": {
    "label": "BNPL",
    "format": "boolean"
  },
  "offerFlags": {
    "label": "Offer Flags",
    "format": "array"
  },
  "isInstallments": {
    "label": "Installments",
    "format": "boolean"
  },
  "isDigital": {
    "label": "Digital",
    "format": "boolean"
  },
  "deliveryPartnerTypes": {
    "label": "Delivery Partners",
    "format": "array"
  },
  "hasVariants": {
    "label": "Has Variants",
    "format": "boolean"
  },
  "delivery": {
    "label": "Delivery",
    "format": "object"
  },
  "deliveryAlternatives": {
    "label": "Delivery Alternatives",
    "format": "array"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "ugcImages": {
    "label": "UGC Images",
    "format": "array"
  },
  "videos": {
    "label": "Videos",
    "format": "array"
  },
  "promos": {
    "label": "Promotions",
    "format": "array"
  },
  "featureBadges": {
    "label": "Badges",
    "format": "array"
  },
  "benefitBadge": {
    "label": "Benefit Badge",
    "format": "text"
  },
  "shopSku": {
    "label": "Shop SKU",
    "format": "text"
  },
  "feedOfferId": {
    "label": "Feed Offer ID",
    "format": "text"
  },
  "warehouseId": {
    "label": "Warehouse ID",
    "format": "text"
  },
  "searchPosition": {
    "label": "Position",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Yandex Market Scraper (Парсер Яндекс Маркет) - Product Data](https://apify.com/zen-studio/yandex-market-scraper-parser.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zen-studio/yandex-market-scraper-parser.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/zen-studio/yandex-market-scraper-parser.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
