Skip to Content

Autocosmos Data Parser & API

Autocosmos is a regional spec and pricing portal spanning Argentina, Mexico, Colombia and Peru — one brand across four markets — and Carapis extracts its listing and specification data, including make, model, year, price and detailed specs, through one REST API. Its standout value is rich 0km spec and comparator data that’s ideal for new-car enrichment, delivered with low anti-bot friction.

CountryArgentina
TypePortal
OwnerAutocosmos
Vehicle typesused, new
Monthly visitsregional spec portal
Active listingslistings + spec
API accessNo public API (parse-only)
Parse priority★★★☆☆
Official sitewww.autocosmos.com.ar

What is Autocosmos?

Autocosmos (autocosmos.com.ar and country sites) is a regional automotive portal combining car listings with spec sheets, pricing references and comparator tools. It operates one brand across Argentina, Mexico, Colombia and Peru, so a single Autocosmos parser spans four markets — though with lighter listing depth than the big national marketplaces.

Market Position

Autocosmos is a single regional spec/pricing brand across AR, MX, CO and PE — one parser, many countries. It is not a high-volume transactional marketplace like Mercado Libre; instead its value is breadth of spec and comparator coverage and low anti-bot friction. It is best used to enrich vehicle records (trim, options, 0km specs) and as a regional pricing reference, complementing the listing depth of the dedicated national portals.

Data Fields Available

Carapis extracts a structured record from each Autocosmos entry:

  • Vehicle identity — make, model, trim, model year, fuel type, transmission, body type
  • Pricing — listed / reference price
  • Specification — detailed specs, options and comparator data (especially for 0km / new cars)
  • Listing context — location, photo gallery

The deep, multi-country spec and comparator data is Autocosmos’ distinctive value — strong for new-car spec enrichment across four markets.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "autocosmos", "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 spec and pricing references across four LatAm markets from one brand. See market research.
  • Pricing intelligence — Autocosmos spec and reference pricing enrich valuation models for dealers.
  • Import / export — use detailed specs to vet vehicles across AR, MX, CO and PE. See import & export.

Frequently asked questions