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. 🇲🇦
Extract detailed search results from Avito.ma - Morocco's leading classifieds platform! 🇲🇦
The actor accepts the following input parameters:
Field | Type | Description |
---|---|---|
searchUrls | Array | List of Avito.ma search URLs to scrape |
maxItems | Integer | Maximum number of items to scrape (optional, default: unlimited) |
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}
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]
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!