Avito RU $1💰 URL | Keyword Filters | Enriched Output
Pricing
from $1.00 / 1,000 results
Avito RU $1💰 URL | Keyword Filters | Enriched Output
From $1/1k. Pull structured listing data from avito.ru by region, category, or direct URL. Supports filters and auto-pagination. Returns 25+ fields per listing, including price, full address, metro details, images, posting date, seller type, and verification badges.
Pricing
from $1.00 / 1,000 results
Rating
5.0
(1)
Developer
AbotAPI
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
2 days ago
Last modified
Categories
Share
Avito.ru Scraper
Pull structured listing data from avito.ru, the largest classifieds portal in Russia, in seconds. Search by region and category with filter inputs, or paste any avito.ru URL and the scraper walks pagination forward. Returns 25+ fields per listing including price, full address, metro station and walking distance, photo gallery URLs, posting date, seller type and verification badges.
Why this scraper
- 25+ fields per listing (most competitors expose 10-12)
- Supports both modes: build a search from filters, or paste URLs verbatim
- All categories covered: apartments, houses, cars, motorcycles, jobs, services, electronics, home, hobbies, animals, and more
- All regions: moskva, sankt-peterburg, novosibirsk, rossiya (all of Russia), 80+ regional slugs
- Forward-paging from any URL (start at page 5, walk to page 20)
- Optional detail-page enrichment for full descriptions, photo galleries, seller stats, item attributes
- HTTP-only architecture, ~50 listings/second on Apify Residential proxy
- Around $1.50 per 1000 listings on the cheapest plan
Data you get
Sample shape, values are illustrative placeholders, not from a live listing.
| Field | Example |
|---|---|
| id | 0000000000 |
| url | https://www.avito.ru/moskva/kvartiry/listing-title-slug_0000000000 |
| title | Sample listing title in Russian |
| price | 12345678 |
| currency | RUB |
| priceText | 12 345 678 ₽ |
| category | kvartiry |
| subcategory | prodam |
| region | moskva |
| city | moskva |
| address | ул. Примерная, 4, Образцовая, 6-10 мин. |
| street | ул. Примерная |
| metro | Образцовая |
| metroId | 0 |
| metroDistanceMin | 10 |
| postedDate | 1 января |
| description | Full seller description text appears here when fetchDetails=true. |
| photoUrls | ["https://90.img.avito.st/image/1/1.example", "..."] |
| photoCount | 5 |
| badges | ["Sample badge text"] |
| isVerified | true |
| sellerName | Agent Name |
| sellerType | agency |
| sellerRating | 0.0 |
| sellerReviewsCount | 0 |
| sellerSince | На Авито с YYYY года |
| viewsCount | 0 |
| attributes | {"Sample attribute key": "Sample value"} |
How to use
Search by filters (recommended)
{"mode": "search","regions": ["moskva"],"category": "kvartiry","dealType": "prodam","minPrice": 1000000,"maxPrice": 9000000,"sortBy": "price_asc","maxPages": 5,"maxListings": 250,"proxy": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
Cars in all of Russia, free-text search
{"mode": "search","regions": ["rossiya"],"category": "avtomobili","query": "tesla model 3","sortBy": "date_desc","maxPages": 3,"maxListings": 150,"proxy": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }}
Multi-region rentals with private sellers only
{"mode": "search","regions": ["moskva", "sankt-peterburg"],"category": "kvartiry","dealType": "snyat","ownerOnly": true,"maxPrice": 80000,"maxPages": 5,"maxListings": 200,"fetchDetails": true,"proxy": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }}
Direct URLs (multi)
{"mode": "url","urls": ["https://www.avito.ru/moskva/kvartiry/prodam?p=2","https://www.avito.ru/sankt-peterburg/avtomobili?q=BMW"],"maxPages": 3,"maxListings": 200,"proxy": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }}
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
mode | string | search | Either search (use filters) or url (use direct URLs) |
regions | string[] | ["moskva"] | Region slugs. Use rossiya for all of Russia |
category | string | kvartiry | Top-level category slug (apartments, cars, jobs, services, etc.) |
dealType | string | prodam | prodam (sale), snyat (rent), kupit (wanted), sdam (lease). Property categories only |
query | string | empty | Free-text query, matches title and description |
minPrice | int | empty | Minimum price in rubles |
maxPrice | int | empty | Maximum price in rubles |
sortBy | string | default | default, date_desc, price_asc, price_desc |
ownerOnly | bool | false | Restrict to private (non-pro) sellers |
urls | string[] | empty | Direct avito URLs. URL mode only |
maxPages | int | 5 | Pages to walk per region/URL (about 50 listings/page) |
maxListings | int | 100 | Total cap across all searches. 0 = unlimited |
fetchDetails | bool | false | Visit each listing for full description, all photos, seller stats |
proxy | object | Apify Residential | Proxy configuration |
Output example
Sample shape, values are illustrative placeholders, not from a live listing.
{"id": "0000000000","url": "https://www.avito.ru/moskva/kvartiry/listing-title-slug_0000000000","title": "Sample listing title in Russian","price": 12345678,"currency": "RUB","priceText": "12 345 678 ₽","category": "kvartiry","subcategory": "prodam","region": "moskva","city": "moskva","address": "ул. Примерная, 4, Образцовая, 6-10 мин.","street": "ул. Примерная","metro": "Образцовая","metroId": 0,"metroDistanceMin": 10,"postedDate": "1 января","description": "Full seller description text appears here when fetchDetails=true.","photoUrls": ["https://90.img.avito.st/image/1/1.example","https://70.img.avito.st/image/1/1.example"],"photoCount": 2,"badges": ["Sample badge text"],"isVerified": true,"sellerName": "Agent Name","sellerType": "agency","sellerRating": 0.0,"sellerReviewsCount": 0,"sellerSince": "На Авито с YYYY года","viewsCount": 0,"attributes": {"Sample attribute key": "Sample value","Another attribute key": "Another value"}}
Plan requirement
Avito accepts traffic from residential connections only. The free Apify plan does not include the Residential proxy add-on.
- Apify Starter, Scale, or higher: Residential proxy is included. Use the prefilled
proxy.useApifyProxy = true, apifyProxyGroups = ["RESIDENTIAL"]. - Apify Free: bring your own residential proxy via
proxy.proxyUrls. Datacenter proxies will be rejected by the upstream edge.
For best results, leave the country code empty so the actor picks the cleanest available exit on each rotation. Per-page bandwidth averages 1.2 MB; a 100-listing run typically uses 30-50 MB of residential traffic.