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

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

10

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.

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

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.

[
{
"searchUrl": "https://www.avito.ma/fr/maroc/motos/gt--%C3%A0_vendre",
"listing": {
"id": "74207948",
"listId": "55222459",
"hasShipping": false,
"isEcommerce": false,
"category": {
"formatted": "Avito Vรฉhicules - Motos",
"name": "Motos",
"id": "2030",
"parent": {
"id": "2000"
}
},
"adType": {
"key": "SELL",
"label": "ร  vendre"
},
"subject": "yamaha tracer 9 GT plus ",
"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 ",
"seller": {
"type": "STORE",
"name": "MC MOTORS",
"isVerifiedSeller": false
},
"price": {
"value": 198000,
"currency": "DH"
},
"oldPrice": {},
"defaultImage": "https://content.avito.ma/classifieds/images/10122137903?t=images",
"images": [
"https://content.avito.ma/classifieds/images/10122137903?t=images",
"https://content.avito.ma/classifieds/images/10122137904?t=images"
],
"videos": [],
"params": {
"secondary": [
{
"key": "regdate",
"label": "Annรฉe-Modรจle",
"value": "2024",
"trackingValue": "2024"
},
{
"key": "cylinder_size",
"label": "Cylindrรฉe (cm3)",
"value": 900,
"unit": null
},
{
"key": "mileage",
"label": "Kilomรฉtrage",
"value": "0 - 4 999",
"trackingValue": "0___4_999"
}
]
},
"location": "Salรฉ, El Qaria",
"date": "il y a 17 heures",
"isHighlighted": false,
"discount": null,
"isImmoneuf": false,
"isPremium": true,
"isDelivery": false,
"isSaved": false,
"isShop": true,
"isUrgent": false,
"isHotDeal": false,
"href": "https://www.avito.ma/fr/el_qaria/motos/yamaha_tracer_9_GT_plus__55222459.htm"
},
"scrapedAt": "2025-01-21T06:59:59.278Z"
},
...
]