Avito Search Results Scraper ๐Ÿ” avatar
Avito Search Results Scraper ๐Ÿ”

Pricing

$19.99/month + usage

Go to Store
Avito Search Results Scraper ๐Ÿ”

Avito Search Results Scraper ๐Ÿ”

Developed by

EasyApi

Maintained by Community

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. ๐Ÿ‡ฒ๐Ÿ‡ฆ

0.0 (0)

Pricing

$19.99/month + usage

1

Total users

9

Monthly users

4

Runs succeeded

>99%

Last modified

2 months ago

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]