Avito Search Results Scraper 🔍

Avito Search Results Scraper 🔍

Extract detailed search results from Avito.ma - Morocco's premier classifieds platform. Perfect for market research, price monitoring, and business intelligence. Supports all categories including vehicles, real estate, electronics, and more. 🇲🇦

ECOMMERCEApify

Extract detailed search results from Avito.ma - Morocco's leading classifieds platform! 🇲🇦

Features ✨

  • Scrape search results from any Avito.ma search URL
  • Extract comprehensive listing details including prices, locations, and descriptions
  • Support for pagination and dynamic loading
  • Built-in anti-blocking mechanisms
  • Configurable number of results to scrape
  • Random delays and stealth mode for reliable scraping

Use Cases 📊

  • Market research and price analysis
  • Competition monitoring
  • Real estate market trends
  • Vehicle market analysis
  • Local business intelligence

Input Parameters 📝

The actor accepts the following input parameters:

FieldTypeDescription
searchUrlsArrayList of Avito.ma search URLs to scrape
maxItemsIntegerMaximum number of items to scrape (optional, default: unlimited)

Usage Tips 💡

  1. Use specific search URLs with desired filters already applied
  2. Adjust maxItems based on your needs
  3. Consider running the actor during off-peak hours for better performance

Limitations ⚠️

  • Respects Avito.ma's terms of service and robots.txt
  • Implements reasonable delays between requests
  • Maximum run time of 1 hour per URL

Input Example

A full explanation of an input example in JSON.

1{
2    "searchUrls": [
3        "https://www.avito.ma/fr/maroc/motos/gt--%C3%A0_vendre"
4    ],
5    "maxItems": 50
6}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "searchUrl": "https://www.avito.ma/fr/maroc/motos/gt--%C3%A0_vendre",
4        "listing": {
5            "id": "74207948",
6            "listId": "55222459",
7            "hasShipping": false,
8            "isEcommerce": false,
9            "category": {
10                "formatted": "Avito Véhicules - Motos",
11                "name": "Motos",
12                "id": "2030",
13                "parent": {
14                    "id": "2000"
15                }
16            },
17            "adType": {
18                "key": "SELL",
19                "label": "à vendre"
20            },
21            "subject": "yamaha tracer 9 GT plus ",
22            "description": "MC motors distributeur officiel MIFA propose la nouvelle tracer 9 GT PLUS  avec une garantie constructeur de 1 an ou 5000 km . deux coloris de disponible . visitez notre showroom ",
23            "seller": {
24                "type": "STORE",
25                "name": "MC MOTORS",
26                "isVerifiedSeller": false
27            },
28            "price": {
29                "value": 198000,
30                "currency": "DH"
31            },
32            "oldPrice": {},
33            "defaultImage": "https://content.avito.ma/classifieds/images/10122137903?t=images",
34            "images": [
35                "https://content.avito.ma/classifieds/images/10122137903?t=images",
36                "https://content.avito.ma/classifieds/images/10122137904?t=images"
37            ],
38            "videos": [],
39            "params": {
40                "secondary": [
41                    {
42                        "key": "regdate",
43                        "label": "Année-Modèle",
44                        "value": "2024",
45                        "trackingValue": "2024"
46                    },
47                    {
48                        "key": "cylinder_size",
49                        "label": "Cylindrée (cm3)",
50                        "value": 900,
51                        "unit": null
52                    },
53                    {
54                        "key": "mileage",
55                        "label": "Kilométrage",
56                        "value": "0 - 4 999",
57                        "trackingValue": "0___4_999"
58                    }
59                ]
60            },
61            "location": "Salé, El Qaria",
62            "date": "il y a 17 heures",
63            "isHighlighted": false,
64            "discount": null,
65            "isImmoneuf": false,
66            "isPremium": true,
67            "isDelivery": false,
68            "isSaved": false,
69            "isShop": true,
70            "isUrgent": false,
71            "isHotDeal": false,
72            "href": "https://www.avito.ma/fr/el_qaria/motos/yamaha_tracer_9_GT_plus__55222459.htm"
73        },
74        "scrapedAt": "2025-01-21T06:59:59.278Z"
75    },
76    ...
77]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!