Skip to Content

DeMotores Data Parser & API

DeMotores is a major Argentine car portal for used and 0km (new) vehicles — known for strong spec and comparator data — and Carapis extracts its full listing data, including make, model, year, mileage, price and detailed specifications, through one REST API. It is one of Argentina’s leading specialist surfaces alongside Mercado Libre.

CountryArgentina
TypePortal
OwnerDeMotores
Vehicle typesused, new
Monthly visitsmajor AR specialist
Active listingsLarge (est.)
API accessNo public API (parse-only)
Parse priority★★★☆☆
Official sitewww.demotores.com.ar

What is DeMotores?

DeMotores (demotores.com.ar) is a major specialist car portal in Argentina, covering used and 0km (brand-new) vehicles. It is known for a 0km comparator, reviews and detailed spec data, which makes it valuable for new-car spec enrichment as well as used-listing capture.

Market Position

DeMotores is one of Argentina’s leading dedicated car portals, complementing Mercado Libre (the dominant marketplace, ~35% Argentine e-commerce share) in the country’s third-largest LatAm car market. Its strength is depth of 0km specification and comparator data — trim and options detail that’s useful for enriching new-car records, an area where many regional classifieds are thin.

Data Fields Available

Carapis extracts a structured record from each DeMotores listing:

  • Vehicle identity — make, model, trim, model year, fuel type, transmission, body type
  • Condition — mileage
  • Pricing — listed price
  • Specification — options, trim and detailed 0km specs / comparator data
  • Listing context — dealer / seller info, location, photo gallery

The deep 0km spec and comparator data is DeMotores’ standout signal — strong for new-car spec enrichment.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "demotores", "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

  • Market research — track Argentine used and 0km inventory with rich spec detail. See market research.
  • Pricing intelligence — DeMotores pricing and spec data anchor valuation models for dealers in Argentina.
  • Import / export — source Argentine vehicles with detailed specifications. See import & export.

Frequently asked questions