Avito Scraped Products Dataset avatar

Avito Scraped Products Dataset

Pricing

Pay per usage

Go to Apify Store
Avito Scraped Products Dataset

Avito Scraped Products Dataset

Extract product listings from Avito with this actor. It collects key data such as title, price, location, posting date, category, description, image, and seller information (name and verification). Ideal for market research, price monitoring, and marketplace analysis.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Mohamed Koualil

Mohamed Koualil

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

21 hours ago

Last modified

Share

What does Avito Scraped Products Dataset do?

Avito Scraped Products Dataset enables you to extract more data from Avito than the official Avito API.

It can scrape:

  • Product title
  • Price
  • Location
  • Posting date
  • Category
  • Description
  • Images
  • Seller information (name and verification)

Example input

{
"startUrls": [
"https://www.avito.ma/fr/maroc/voitures-%C3%A0_vendre"
],
"maxItems": 500
}

Why scrape Avito?

Avito has millions of users and is a valuable data source for:

  • Real estate analysis
  • E-commerce insights
  • Market intelligence

Use cases

  • Market research and trend analysis
  • Price monitoring and benchmarking
  • Competitor analysis
  • Building datasets for machine learning models

How to scrape Avito

It's easy to get started:

  1. Click on Try for free
  2. Enter keywords or paste a category URL
  3. Click on Run
  4. Preview or download results from the Dataset tab

Contact

I am mohamed koualil Data enginner, Email : koualilmohammed@gmail.com
Linkedin : https://www.linkedin.com/in/mohamed-koualil-162977218/

  • Personal plan ($49/month): higher limits for regular use
  • Team plan ($499/month): large-scale data extraction

Results

Example JSON output:

{
"title": "Appartement à vendre à Casablanca",
"price": "850000 MAD",
"location": "Casablanca",
"date": "2026-04-20",
"category": "Immobilier",
"description": "Appartement bien situé...",
"image": "https://...",
"seller": {
"name": "Ahmed",
"verified": true
}
}