# Собрать все отзывы продавца Авито

**Use case:** 

Выгрузите до 100 отзывов продавца Авито с оценками, текстом, товарами, фото и ответами. Используйте данные для проверки репутации продавца.

## Input

```json
{
  "urls": [
    "https://www.avito.ru/brands/uptech/all?src=search_seller_info&sellerId=397f6526e904b1cab93271c5cb615623"
  ],
  "fetchAllReviews": true,
  "maxReviews": 100,
  "fetchAllListings": false,
  "maxListings": 0
}
```

## Output

```json
{
  "userKey": {
    "label": "User Key",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "profileType": {
    "label": "Type",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "customLink": {
    "label": "Custom Link",
    "format": "text"
  },
  "avatar": {
    "label": "Avatar",
    "format": "image"
  },
  "avatarShape": {
    "label": "Avatar Shape",
    "format": "text"
  },
  "registrationDate": {
    "label": "Registered",
    "format": "text"
  },
  "ratingScore": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "ratingTitle": {
    "label": "Rating Title",
    "format": "text"
  },
  "subscribers": {
    "label": "Subscribers",
    "format": "number"
  },
  "following": {
    "label": "Following",
    "format": "number"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "replyTime": {
    "label": "Reply Time",
    "format": "text"
  },
  "replyTimeCategory": {
    "label": "Reply Time Category",
    "format": "number"
  },
  "contactMethods": {
    "label": "Contact Methods",
    "format": "array"
  },
  "activeListingCount": {
    "label": "Active Listings",
    "format": "number"
  },
  "closedListingCount": {
    "label": "Closed Listings",
    "format": "number"
  },
  "about": {
    "label": "About",
    "format": "text"
  },
  "aboutImages": {
    "label": "About Images",
    "format": "array"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "nearbyStations": {
    "label": "Nearby Stations",
    "format": "array"
  },
  "workSchedule": {
    "label": "Work Schedule",
    "format": "array"
  },
  "delivery": {
    "label": "Delivery",
    "format": "text"
  },
  "payment": {
    "label": "Payment",
    "format": "text"
  },
  "bannerImages": {
    "label": "Banner Images",
    "format": "array"
  },
  "showcaseItems": {
    "label": "Showcase Items",
    "format": "array"
  },
  "collections": {
    "label": "Collections",
    "format": "array"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "phoneType": {
    "label": "Phone Type",
    "format": "text"
  },
  "phoneIsAnonymous": {
    "label": "Phone Anonymous",
    "format": "boolean"
  },
  "phoneAnonymousReason": {
    "label": "Anonymous Reason",
    "format": "text"
  },
  "onlineStatus": {
    "label": "Online Status",
    "format": "object"
  },
  "ratingDistribution": {
    "label": "Rating Distribution",
    "format": "object"
  },
  "sellerQualityLabel": {
    "label": "Seller Quality",
    "format": "text"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  },
  "activeListings": {
    "label": "Active Listings Data",
    "format": "array"
  },
  "closedListings": {
    "label": "Closed Listings Data",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Avito.ru Seller Profile Парсер - Phones, Reviews & Address](https://apify.com/zen-studio/avito-seller-profile-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zen-studio/avito-seller-profile-scraper) to learn more, explore other use cases, and run it yourself.