Skip to Content

Avito.ma Data Parser & API

Avito.ma is Morocco’s #1 classifieds platform — carrying roughly 108K car listings across French and Arabic — and Carapis extracts its full car listing data, including make, model, year, mileage, price and seller info, through one REST API. It is the dominant Moroccan used-car marketplace, and Carapis serves its data without you maintaining a scraper.

CountryMorocco
TypeClassifieds
Vehicle typesused, new, private
Monthly visitshigh (#1 MA classifieds)
Active listings~108K cars
API accessNo public API (parse-only)
Parse priority★★★★☆
Official sitewww.avito.ma

What is Avito.ma?

Avito.ma is the leading horizontal classifieds platform in Morocco, with autos as a flagship vertical carrying around 108K car listings. It serves both private sellers and dealers, with listings in French and Arabic, and traces its lineage to the OLX/Naspers classifieds heritage in MENA. It cross-publishes inventory with the auto-specific Moteur.ma for additional reach.

Market Position

Avito.ma is the #1 classifieds site in Morocco, and its automotive vertical — around 108K car listings — is the country’s largest used-car pool. As the dominant horizontal platform, it is the reference source for Moroccan car supply and pricing. It cross-publishes with Moteur.ma, so the two together cover most of the Moroccan market; Avito provides breadth and private supply, Moteur adds auto-portal structure.

Data Fields Available

Carapis extracts a structured record from each Avito.ma car listing:

  • Vehicle identity — make, model, model year, body type, fuel type, transmission
  • Condition — mileage
  • Pricing — listed price (in MAD)
  • Listing context — seller type (dealer vs private), location/city, photo gallery

As a classifieds platform its fields are standard (make/model/year/mileage/price/fuel), in French and Arabic — the strength is breadth across the dominant Moroccan inventory.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "avito-ma", "limit": 20}, headers={"Authorization": f"Bearer {API_KEY}"}, ) for car in resp.json()["results"]: print(car["make"], car["model"], car["year"], car["price"])

Get an API key at my.carapis.com  and see the full API reference. Pricing is on the pricing page.

Use Cases

  • Pricing intelligence — Morocco’s largest pool benchmarks used-car pricing for dealers.
  • Market research — track Moroccan used-car supply and price trends. See market research.
  • Import / export — broad supply data helps buyers source from Morocco. See import & export.

Frequently asked questions