Marketplace
Avito Russia logo

Avito Russia API

avito.ru

Russian classifieds marketplace - listings by city, category, and price.

Actions
6
Category
Marketplace
Login
Not required
Output
JSON

Call the Avito Russia API

Submit a task, then poll the job until it settles. This example runs act_avito_ru_category_listing_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_avito_ru_category_listing_ssr",
    "params": {
      "city_slug": "moskva",
      "category_slug": "avtomobili"
    }
  }'

6 actions on avito.ru

Read

  • Category Listings

    act_avito_ru_category_listing_ssrread2 credits / call

    Returns listings for a city and category with cards and pagination context.

    city_slug
    string · required
    category_slug
    string · required
  • Category Tree

    act_avito_ru_category_treeread1 credit / call

    Returns the category navigation tree for a location with nested categories.

    location_id
    string · required
  • Location Districts

    act_avito_ru_location_districtsread1 credit / call

    Returns district subdivisions for a location, used for geo search filters.

    location_id
    string · required
  • Location Metro Lines

    act_avito_ru_location_metro_linesread1 credit / call

    Returns metro line and station data for a location, used for geo search filters.

    location_id
    string · required
  • Mortgage Calculator Offers

    act_avito_ru_mortgage_calculator_offersread3 credits / call

    Returns mortgage offers with monthly payments for a given cost, down payment, and location.

    location_id
    string
    purpose_id
    string
    down_payment
    string
    property_cost
    string
    term
    string
    entity_id
    string
    calculator_type
    string
    entity_type
    string
  • Search Filter Params

    act_avito_ru_search_filter_paramsread2 credits / call

    Returns available search filter definitions and location metadata for a category.

    location_id
    string · required
    category_id
    string

Avito Russia API questions

Is there an API for Avito Russia?
Avito Russia does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for avito.ru. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Avito Russia data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when avito.ru changes its markup, Anakin updates the action.
Do I need a Avito Russia account?
No. Every Avito Russia action listed here runs anonymously — no account and no credentials required.
What does the Avito Russia API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Marketplace APIs

All Marketplace sites