Avito Products Scraper avatar

Avito Products Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Avito Products Scraper

Avito Products Scraper

Scrape product ads from avito.ma. Use the same listing filters as the site or paste a URL — the URL wins when set.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

🛍️ Avito Products Scraper

Want Avito.ma product and classified ads in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

Avito is Morocco’s main classifieds site. Everything that is not a car or a property — electronics, fashion, jobs, services, and more. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export Moroccan product and classified ads from Avito.
  • Dashboards: Track new ads without paging the site.
  • Market research: Slice ads by major group, city, or price.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Avito results.
  • 📚 RAG Systems: Feed titles, prices, and cities into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste an Avito search URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Category, city, keyword, seller, price, photos, and price present.
  • 🌐 Listing cards: Title, price, category, city, seller, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, category, city, seller, seller_type, image, date

🚀 Quick start

Option A: paste https://www.avito.ma/fr/casablanca/informatique_et_multimedia. Option B: pick a category or city and set max_results.

Input Example (filters):

{
"category": "informatique_et_multimedia",
"city": "casablanca",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.avito.ma/fr/rabat/informatique_et_multimedia",
"max_results": 100
}

Output Example:

{
"id": "58399821",
"url": "https://www.avito.ma/fr/casablanca/informatique_et_multimedia/iPhone_13_58399821.htm",
"title": "iPhone 13 128 Go",
"price": 4200,
"currency": "DH",
"category": "Téléphones",
"city": "Casablanca",
"seller": "Youssef",
"seller_type": "Private",
"image": "https://content.avito.ma/classifieds/images/example.jpg",
"date": "2026-09-11T21:29:00Z"
}

Output fields:

FieldDescription
idAvito ad id.
urlPublic listing page.
titleAd title.
pricePrice in Moroccan dirhams when shown.
currencyCurrency when shown, usually DH.
categoryAvito product group, such as computers or fashion.
cityCity on the ad.
sellerSeller name.
seller_typePrivate or professional.
imageListing photo.
dateListing time as a UTC datetime, calculated from the site’s relative label.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNoAvito product search URL. Overrides every filter.
categorystring enumNoallComputers, fashion, home, jobs, and other major groups.
citystring enumNoAll MoroccoMoroccan city.
querystringNoSame as the site search box.
sellerstring enumNoanyonePrivate or professional.
price_minintegerNoLowest price in Moroccan dirhams.
price_maxintegerNoHighest price in Moroccan dirhams.
has_pricebooleanNofalseOnly ads that show a price.
has_photosbooleanNofalseOnly ads with photos.
max_resultsintegerNo50Maximum rows (12000).