# Avito Seller Listings & Profile Scraper (`dami_studio/avito-seller-scraper`) Actor

Paste Avito seller profile links and get each seller's active listings as rows: title, price, category, city, photos and link, with the seller's name, private or business, member-since date, rating, reviews and subscribers on every row. Up to 10 sellers a run.

- **URL**: https://apify.com/dami\_studio/avito-seller-scraper.md
- **Developed by:** [Dami's Studio](https://apify.com/dami_studio) (community)
- **Categories:** E-commerce, Lead generation, Real estate
- **Stats:** 4 total users, 3 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.30 / 1,000 listing scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **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 usage examples, see the [API](#api) section below.

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).

# README

## Avito Seller Listings & Profile Scraper

Paste an Avito seller's profile link and get their active listings back as rows, one per listing. Every row also carries the seller's profile: name, private or business, how long they've been on Avito, rating, review count, subscribers and how many listings they have up.

One catch, up front. Avito stops showing a seller's listings after page 100. For most sellers that is everything they have. For a big dealer or developer with thousands of ads it's the first 1,200 or 1,500 (Avito shows 12 or 15 a page, depending on the seller), and the run's status message says how many were out of reach.

### Input

```json
{ "sellerUrls": ["https://www.avito.ru/brands/appledg-store"], "maxItems": 500 }
```

| Field | Default | Notes |
|---|---|---|
| `sellerUrls` | required | Up to 10 profile links. `www.avito.ru/brands/<shop name>`, `www.avito.ru/brands/<id>` and `www.avito.ru/user/<id>/profile` all work, and so do m.avito.ru links and links with `/all` or `?src=...` on the end. A link to a single listing doesn't: open the seller from the listing and copy their profile link instead. |
| `maxItems` | 1,000 | Total listings for the run, across every seller. |

### What you get per listing

The listing fields are the ones [Avito Listings Scraper](https://apify.com/dami_studio/avito-listings-scraper) returns, read by the same code, so rows from the two line up.

| Field | Notes |
|---|---|
| `listingId`, `url`, `title`, `description` | `description` is the short preview from the grid, not the full ad. |
| `price`, `priceText`, `currency` | Roubles, Avito's own formatting, and `RUB`. |
| `priceWithoutDiscount`, `discountPercent` | Only on ads Avito marks as discounted. |
| `categoryId`, `categoryName`, `categorySlug`, `microCategoryId` | |
| `locationId`, `location`, `address`, `addressLocality`, `latitude`, `longitude` | Whatever the seller filled in. Some sellers' grids carry no city at all, and then `location` is empty. |
| `sellerName`, `sellerType`, `sellerTypeText`, `sellerUrl`, `sellerRating`, `sellerReviewsText` | The seller block printed on the listing card. |
| `publishedAt`, `publishedAtText`, `images`, `imageCount`, `hasVideo`, `isNew`, `isVerified`, `isReserved`, `params` | As on Avito's search pages. |
| `searchUrl`, `scrapedAt` | The seller page the row came from, and when. `searchQuery` is always empty here. |

Then the seller's profile, repeated on each of their rows:

| Field | Notes |
|---|---|
| `profileName`, `profileId`, `profileUrl` | |
| `profileAccountType` | `private` or `business`. `profileType` keeps Avito's own word: `person`, `company` or `shop`. |
| `profileMemberSince`, `profileMemberSinceText` | `2019-03` and Avito's "На Авито с марта 2019". Some new accounts show the day as well. |
| `profileRating`, `profileReviewCount` | Rating and review count from the profile, e.g. 4.7 and 108. The rating stays `null` until a seller has reviews. |
| `profileSubscribers` | |
| `profileActiveListings`, `profileClosedListings` | The counts on the profile's tabs. |
| `profileBadges` | Avito's badges as printed, e.g. "Данные подтверждены" or "120 продаж с Авито Доставкой". |
| `inputUrl` | The link you gave, handy when a run covers several sellers. |

The run's key-value store also has a `RUN_REPORT` record saying what happened with each link: found, not found, nothing listed, or couldn't be loaded.

### What it doesn't do

- **Nothing past page 100** of a seller, as above. On the very biggest sellers it can be fewer still. Avito's pages for them overlap, so some listings come up twice and others never appear; the repeats are dropped and never charged. On one developer with 7,467 active listings, that came to 1,009 different listings out of the 1,200 Avito shows.
- **No closed listings.** You get how many there are, not the ads.
- **No review text.** The rating and review count come from the profile; the reviews themselves stay on Avito.
- **No phone numbers.**

A link that leads to no seller, or to a seller with nothing listed right now, gives no rows and isn't charged, and the status message names it.

### Pricing

You pay per listing returned: $0.0003 each, which comes to **$0.30 per 1,000**, the same on every plan. Repeated listings aren't charged, and neither are sellers that don't exist or have nothing up.

Looking for listings by keyword, category or city rather than by seller? That's [Avito Listings Scraper](https://apify.com/dami_studio/avito-listings-scraper).

# Actor input Schema

## `sellerUrls` (type: `array`):

Links to Avito seller profiles, up to 10 per run. Any form Avito uses works: www.avito.ru/brands/<shop name>, www.avito.ru/brands/<id> or www.avito.ru/user/<id>/profile, and so do m.avito.ru links or links with /all or ?src=... on the end. A link to a single listing won't work: open the seller's profile from the listing and copy that link.

## `maxItems` (type: `integer`):

Total listings for the whole run, across every seller. Each listing returned is charged. Avito stops showing a seller's listings after page 100, which is 1,200 or 1,500 listings depending on the seller, so a bigger seller ends there whatever this says.

## Actor input object example

```json
{
  "sellerUrls": [
    "https://www.avito.ru/brands/appledg-store"
  ],
  "maxItems": 100
}
```

# Actor output Schema

## `results` (type: `string`):

One row per active listing: id, title, price, category, location, photos and link, with the seller's profile (name, private or business, member since, rating, reviews, subscribers, listing counts) on every row.

## `report` (type: `string`):

What happened with each seller link: found, not found, nothing listed right now, or could not be loaded, and how many listings came back for it.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "sellerUrls": [
        "https://www.avito.ru/brands/appledg-store"
    ],
    "maxItems": 100
};

// Run the Actor and wait for it to finish
const run = await client.actor("dami_studio/avito-seller-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "sellerUrls": ["https://www.avito.ru/brands/appledg-store"],
    "maxItems": 100,
}

# Run the Actor and wait for it to finish
run = client.actor("dami_studio/avito-seller-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "sellerUrls": [
    "https://www.avito.ru/brands/appledg-store"
  ],
  "maxItems": 100
}' |
apify call dami_studio/avito-seller-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,dami_studio/avito-seller-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/OfoIEUKWD4TaAyXfU/builds/eE8MGXa4219zkt0WK/openapi.json
