Autocosmos Scraper avatar

Autocosmos Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Autocosmos Scraper

Autocosmos Scraper

Scrape used cars from autocosmos.com.mx. Use the same listing filters as the site or paste a URL — the URL wins when set.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 hours ago

Last modified

Categories

Share

🚗 Autocosmos Scraper

Want Autocosmos used cars in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

Autocosmos runs the same used-car listings in Mexico, Argentina, Chile, Peru, Colombia, and Ecuador. Pick a country (or paste that country's URL). This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export Toyota, Nissan, Chevrolet, and Volkswagen stock from Autocosmos.
  • Dashboards: Track new cars without paging the site.
  • Market research: Slice used cars by country, make, region, price, or year.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Autocosmos results.
  • 📚 RAG Systems: Feed titles, prices, and cities into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🌎 Country filter: Same listing cards on each Autocosmos country site. Mexico is the default.
  • 🔗 Input URL or Filters: Paste an Autocosmos search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Country, make, region, price, and year.
  • 🌐 Listing cards: Title, price in that country's currency, make, year, mileage, location, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, country, make, year, mileage, location, image, date

🚀 Quick start

Option A: paste https://www.autocosmos.com.mx/auto/usado (or the Chile, Argentina, Peru, Colombia, or Ecuador site). Option B: pick a country, make, or region and set max_results.

Input Example (filters):

{
"country": "cl",
"make": "toyota",
"location": "cl-360",
"year_min": 2018,
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.autocosmos.com.ar/auto/usado",
"max_results": 100
}

Output Example:

{
"id": "5d9df32226354037b31c93482990fc87",
"url": "https://www.autocosmos.com.mx/auto/usado/ford/ranger-raptor/4x4/5d9df32226354037b31c93482990fc87",
"title": "Ford Ranger Raptor",
"price": 329500,
"currency": "MXN",
"country": "Mexico",
"make": "Ford",
"year": 2025,
"mileage": "10620 km",
"location": "La Paz Estado de México",
"image": "https://acroadtrip.blob.core.windows.net/publicaciones-imagenes/Large/ford/ranger-raptor/mx/example.webp",
"date": null
}

Output fields:

FieldDescription
idAutocosmos listing id.
urlPublic listing page.
titleCar title.
pricePrice when shown.
currencyMoney used on that listing (Mexican pesos, Argentine pesos, Chilean pesos, Peruvian soles, Colombian pesos, or US dollars in Ecuador). Some Peru and Argentina ads show dollars instead.
countryMexico, Argentina, Chile, Peru, Colombia, or Ecuador.
makeCar brand when shown.
yearModel year when shown.
mileageOdometer when shown.
locationCity and region on the card.
imageListing photo.
dateWhen the listing was posted, as a full date and time, when shown.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNoAutocosmos search or listing URL. Overrides every filter.
countrydropdownNoMexicoWhich Autocosmos country site to scrape.
makedropdownNoallCar brand.
locationdropdownNoallState or region. Choose one in the same country.
price_minintegerNoLowest price in that country's currency.
price_maxintegerNoHighest price in that country's currency.
year_minintegerNoOldest model year.
year_maxintegerNoNewest model year.
max_resultsintegerNo50Maximum rows (12000).