✓ Verified 📱 Social Media ✓ Enhanced Data

Avito

Manage Avito.ru account, items, and messenger via API.

Rating
4.6 (392 reviews)
Downloads
9,079 downloads
Version
1.0.0

Overview

Manage Avito.ru account, items, and messenger via API.

Complete Documentation

View Source →

Avito

This skill provides tools to interact with the Avito.ru API.

Requirements

  • requests library for Python.
  • Avito Client ID and Client Secret.

Setup

Set your credentials in your environment or provide them when prompted.

Features

Authentication

Get an access token using your client credentials.

bash
python3 scripts/auth.py <client_id> <client_secret>

Account Info

Get information about your account, including your user_id.

bash
python3 scripts/get_self.py <token>

Balance

Check your account balance.

bash
python3 scripts/get_balance.py <token> <user_id>

Items Management

List your current advertisements.

bash
python3 scripts/list_items.py <token>

Messenger

List chats in your account.

bash
python3 scripts/list_chats.py <token> <user_id>

Note: Messenger API access may require a specific Avito subscription.

TODO

  • Implement item creation (POST /items).
  • Implement item status updates (editing, deleting).
  • Implement webhook registration.
  • Implement messenger message sending and retrieval.

Installation

Terminal bash

openclaw install avito
    
Copied!

💻Code Examples

python3 scripts/auth.py <client_id> <client_secret>

python3-scriptsauthpy-clientid-clientsecret.txt
### Account Info

Get information about your account, including your `user_id`.

python3 scripts/get_self.py <token>

python3-scriptsgetselfpy-token.txt
### Balance

Check your account balance.

python3 scripts/get_balance.py <token> <user_id>

python3-scriptsgetbalancepy-token-userid.txt
### Items Management

List your current advertisements.

python3 scripts/list_items.py <token>

python3-scriptslistitemspy-token.txt
### Messenger

List chats in your account.

Tags

#communication #api

Quick Info

Category Social Media
Model Claude 3.5
Complexity One-Click
Author ruslanlanket
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install avito