Avito Scraper avatar

Avito Scraper

Pricing

from $0.005 / actor start

Go to Apify Store
Avito Scraper

Avito Scraper

Scrape listings from Avito.ru — titles, prices, descriptions, seller info, images, geo and phone numbers (where public). Supports search URLs, category URLs, and individual item URLs with pagination and filters.

Pricing

from $0.005 / actor start

Rating

0.0

(0)

Developer

Max Consta

Max Consta

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrape listings from Avito.ru — the biggest classifieds marketplace in Russia and CIS. The actor extracts structured data from search results, category pages, and individual item pages: titles, prices, descriptions, seller info, images, location, publish date, and more.

Features

  • URL types supported: search results, category pages, individual item URLs
  • Pagination: follows ?p=2, 3, ... until the page limit or no-more-items
  • Detail pages: optionally fetches each listing's full page for description, all images, seller rating, parameters
  • JSON-first parsing: extracts from Avito's embedded window.__initialData__ (resilient to DOM changes)
  • Proxy-aware: uses Apify Proxy — required for production runs

Input

FieldTypeDescription
startUrlsarrayAvito URLs to scrape (search/category/item)
maxItemsintegerMax listings to output (0 = unlimited)
maxPagesPerUrlintegerMax paginated pages per start URL
scrapeDetailsbooleanVisit each item page for full data
proxyConfigurationobjectApify Proxy config — use RESIDENTIAL + country RU
languagestringru or en

Example input

{
"startUrls": [
{ "url": "https://www.avito.ru/moskva/avtomobili/bmw?cd=1" }
],
"maxItems": 200,
"maxPagesPerUrl": 5,
"scrapeDetails": true,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "RU"
}
}

Output

Each item in the dataset:

{
"itemId": "4532116789",
"url": "https://www.avito.ru/moskva/avtomobili/bmw_x5_2020_3500000_4532116789",
"title": "BMW X5 2020",
"price": 3500000,
"priceText": "3 500 000 ₽",
"currency": "RUB",
"location": "Москва",
"category": "Автомобили",
"sellerName": "Иван",
"sellerRating": 4.9,
"sellerType": "private",
"publishedAt": 1714000000,
"coords": { "lat": 55.75, "lng": 37.61 },
"images": ["https://20.img.avito.st/..."],
"imagesCount": 12,
"description": "Full description text...",
"parameters": { "Марка": "BMW", "Модель": "X5", "Год": "2020" }
}

Pricing (Pay-per-result)

  • $0.50 per 1000 listings scraped from search pages
  • $2.00 per 1000 detail pages (when scrapeDetails=true)

Proxy usage is billed separately by Apify.

Use cases

  • Price monitoring (automotive, real estate, electronics)
  • Lead generation from seller contacts (private listings)
  • Market research (volume, geographic distribution, seasonality)
  • Reselling arbitrage (find underpriced listings)

Notes

  • Avito enforces strict rate limits. Always use Apify Proxy with residential IPs in country RU.
  • Phone numbers on Avito are gated behind a click and only exposed to logged-in users — this actor does not attempt to bypass that.
  • Respect Avito's Terms of Service and applicable laws. This tool is intended for publicly accessible data and legitimate research.