avito-connector

Installation
SKILL.md

Avito Connector

Reads Avito via the internal js/items JSON API. Two tiers: impersonated HTTPS (curl_cffi) works from a residential Russian IP; from a datacenter the firewall answers 403 + captcha, so the fetch falls back to the operator's logged-in Chrome over CDP — same pattern as Ozon.

When to use

  • Search classifieds by text, with optional category/location filters
  • One listing's price, description, views
  • Seller reputation — Avito is classifieds: no per-item reviews, the seller's rating and active-listing count ARE the review signal

Tools available

  • avito_search(query, page, location_id, category_id) — listings via js/items. price_rub is None for ads with no price (free/exchange) — never 0.
  • avito_card(item_id_or_url) — one listing: price, description, views, seller
  • avito_seller(seller_id_or_url) — seller rating, review count, active listings
Installs
2
GitHub Stars
107
First Seen
7 days ago
avito-connector — vladimir-human/ru-marketplace-mcp