# Export Ozon Fresh grocery prices in English

**Use case:** 

Export Ozon Fresh groceries with prices, nutrition and reviews in English. Meat, poultry and fish assortment, ready for a spreadsheet.

## Input

```json
{
  "queries": [
    "молоко"
  ],
  "urls": [
    "https://www.ozon.ru/category/supermarket-myaso-ptitsa-i-ryba-9971000/"
  ],
  "maxResults": 100,
  "skipDetails": false,
  "sorting": "price",
  "onlyPromo": false,
  "onlyDiscounted": false,
  "onlyMadeInRussia": false,
  "reportUnavailable": false,
  "language": "en",
  "currency": "USD"
}
```

## Output

```json
{
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "cardPrice": {
    "label": "Card Price",
    "format": "text"
  },
  "cardPriceDecimal": {
    "label": "Card Price ($)",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "priceDecimal": {
    "label": "Price ($)",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "text"
  },
  "originalPriceDecimal": {
    "label": "Original Price ($)",
    "format": "number"
  },
  "pricePerUnit": {
    "label": "Price Per Unit",
    "format": "text"
  },
  "pricePerUnitDecimal": {
    "label": "Price Per Unit (number)",
    "format": "number"
  },
  "measurePerUnit": {
    "label": "Unit",
    "format": "text"
  },
  "discount": {
    "label": "Discount",
    "format": "text"
  },
  "isAvailable": {
    "label": "Available",
    "format": "boolean"
  },
  "deliveryRegion": {
    "label": "Delivery Region",
    "format": "text"
  },
  "delivery": {
    "label": "Delivery Options",
    "format": "array"
  },
  "returnPolicy": {
    "label": "Return Policy",
    "format": "object"
  },
  "unitsLeft": {
    "label": "Units Left",
    "format": "number"
  },
  "unitsLeftLabel": {
    "label": "Units Left Label",
    "format": "text"
  },
  "promoLabel": {
    "label": "Promo Label",
    "format": "text"
  },
  "promoEndsIn": {
    "label": "Promo Ends In",
    "format": "text"
  },
  "promoUrl": {
    "label": "Promo URL",
    "format": "link"
  },
  "promoProgress": {
    "label": "Promo Progress",
    "format": "number"
  },
  "offerType": {
    "label": "Offer Type",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "reviewCountDecimal": {
    "label": "Reviews (number)",
    "format": "number"
  },
  "questionCount": {
    "label": "Questions",
    "format": "number"
  },
  "productId": {
    "label": "Product ID",
    "format": "number"
  },
  "coverImageUrl": {
    "label": "Cover Image",
    "format": "image"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "customerMedia": {
    "label": "Customer Media",
    "format": "object"
  },
  "variants": {
    "label": "Variants",
    "format": "array"
  },
  "seller": {
    "label": "Seller",
    "format": "object"
  },
  "brand": {
    "label": "Brand",
    "format": "object"
  },
  "unitSize": {
    "label": "Pack Size",
    "format": "text"
  },
  "isAuthentic": {
    "label": "Authentic",
    "format": "boolean"
  },
  "bestSellerPrice": {
    "label": "Best Seller Price",
    "format": "text"
  },
  "otherSellersCount": {
    "label": "Other Sellers",
    "format": "number"
  },
  "installment": {
    "label": "Installment",
    "format": "text"
  },
  "marketingLabels": {
    "label": "Labels",
    "format": "array"
  },
  "shortCharacteristics": {
    "label": "Short Specs",
    "format": "array"
  },
  "nutrition": {
    "label": "Nutrition",
    "format": "object"
  },
  "characteristics": {
    "label": "Characteristics",
    "format": "array"
  },
  "characteristicsCount": {
    "label": "Specs Count",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "richDescription": {
    "label": "Rich Description",
    "format": "text"
  },
  "descriptionImages": {
    "label": "Description Images",
    "format": "array"
  },
  "descriptionVideos": {
    "label": "Description Videos",
    "format": "array"
  },
  "descriptionImageLinks": {
    "label": "Description Image Links",
    "format": "array"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "categoryTags": {
    "label": "Category Tags",
    "format": "array"
  },
  "breadcrumbs": {
    "label": "Breadcrumbs",
    "format": "array"
  },
  "categoryPath": {
    "label": "Category",
    "format": "link"
  },
  "hasPriceDecreased": {
    "label": "Price Decreased",
    "format": "boolean"
  },
  "recommendedProducts": {
    "label": "Recommended",
    "format": "array"
  },
  "collections": {
    "label": "Store Collections",
    "format": "array"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  },
  "reviewsTotal": {
    "label": "Total Reviews",
    "format": "number"
  },
  "reviewRatingBreakdown": {
    "label": "Rating Breakdown",
    "format": "array"
  },
  "otherSellers": {
    "label": "Other Sellers",
    "format": "array"
  },
  "priceHistory": {
    "label": "Price History",
    "format": "object"
  },
  "hasGoodPrice": {
    "label": "Good Price",
    "format": "boolean"
  },
  "sellerTag": {
    "label": "Seller Tag",
    "format": "text"
  },
  "sellerRating": {
    "label": "Seller Rating",
    "format": "number"
  },
  "badge": {
    "label": "Badge",
    "format": "text"
  },
  "badgeSecondary": {
    "label": "Second Badge",
    "format": "text"
  },
  "stockInfo": {
    "label": "Stock Left",
    "format": "text"
  },
  "maxOrderQuantity": {
    "label": "Max Order Qty",
    "format": "number"
  },
  "deliveryInfo": {
    "label": "Delivery",
    "format": "text"
  },
  "expressDelivery": {
    "label": "Express Delivery",
    "format": "text"
  },
  "brandLogo": {
    "label": "Brand Logo",
    "format": "image"
  },
  "isAdult": {
    "label": "Adult",
    "format": "boolean"
  },
  "showOriginalPrice": {
    "label": "Show Original Price",
    "format": "boolean"
  },
  "status": {
    "label": "Status",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Ozon Fresh Scraper | Парсер Озон Фреш: продукты и цены](https://apify.com/zen-studio/ozon-fresh-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zen-studio/ozon-fresh-scraper.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/ozon-fresh-scraper.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).
