# Export Ozon Seller Legal Data

**Use case:** 

Export Ozon seller ratings, order counts, legal entity, OGRN, address, verified brands, and marketplace history for due diligence.

## Input

```json
{
  "urls": [
    "https://www.ozon.ru/seller/xiaomi-430/"
  ],
  "scrapeCompetitors": false
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "logo": {
    "label": "Logo",
    "format": "image"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "totalReviews": {
    "label": "Reviews",
    "format": "text"
  },
  "totalOrders": {
    "label": "Orders",
    "format": "text"
  },
  "followers": {
    "label": "Followers",
    "format": "text"
  },
  "isPremium": {
    "label": "Premium",
    "format": "boolean"
  },
  "yearsOnOzon": {
    "label": "Years on Ozon",
    "format": "text"
  },
  "legalEntity": {
    "label": "Legal Entity",
    "format": "text"
  },
  "ogrn": {
    "label": "OGRN",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "operatingHours": {
    "label": "Operating Hours",
    "format": "text"
  },
  "confirmedBrands": {
    "label": "Confirmed Brands",
    "format": "array"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "text"
  },
  "priceNote": {
    "label": "Price Note",
    "format": "text"
  },
  "delivery": {
    "label": "Delivery",
    "format": "text"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "isCurrentSeller": {
    "label": "Current Seller",
    "format": "boolean"
  },
  "sourceProductUrl": {
    "label": "Source Product URL",
    "format": "link"
  },
  "competitors": {
    "label": "Competitors",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Ozon.ru Seller & Competitor Scraper | Парсер продавцов Ozon](https://apify.com/zen-studio/ozon-seller-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zen-studio/ozon-seller-scraper) to learn more, explore other use cases, and run it yourself.