Skip to Content

Seminuevos Data Parser & API

Seminuevos is Mexico’s leading dedicated used / semi-new car portal — with around 19,000+ active listings — and Carapis extracts its full listing data, including make, model, year, mileage, price, spec and dealer info, through one REST API. It is the focused alternative to the giant marketplaces, specializing purely in used and semi-new cars for the Mexican market.

CountryMexico
TypeClassifieds
OwnerSeminuevos
Vehicle typesused, dealer, private
Monthly visits~1-3M / mo (est.)
Active listings~19,000+
API accessNo public API (parse-only)
Parse priority★★★☆☆
Official sitewww.seminuevos.com

What is Seminuevos?

Seminuevos (seminuevos.com) is Mexico’s leading dedicated portal for used and seminuevo (semi-new) cars, listing both dealer and private inventory. With around 19,000+ active listings, it concentrates entirely on the used-car segment rather than mixing in general classifieds, making it a clean source for Mexican used-car data.

Market Position

Seminuevos is a leading dedicated used-car portal in Mexico — the region’s second-largest national car market. It complements the broader Mexican surfaces: Kavak (certified online dealer), MercadoLibre Autos (the giant marketplace) and the now wound-down OLX Autos México buy-operations. Reported at ~19,000+ used listings, Seminuevos focuses depth on used and semi-new cars rather than breadth across all categories.

Data Fields Available

Carapis extracts a structured record from each Seminuevos listing:

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

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "seminuevos", "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 Mexican used and semi-new car inventory from a dedicated portal. See market research.
  • Pricing intelligence — Seminuevos pricing anchors residual-value models for dealers in Mexico.
  • Import / export — source Mexican dealer and private used inventory. See import & export.

Frequently asked questions