Discover/chileautos.cl API
live

chileautos.cl APIchileautos.cl

Search car listings, retrieve vehicle details, and get brand filters from chileautos.cl. Covers price, specs, fuel type, transmission, and more.

Endpoints
3
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/a82ccf0c-e786-4718-8b13-701418ac542c/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/a82ccf0c-e786-4718-8b13-701418ac542c/get_brands' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Retrieve the full list of car brands available on chileautos.cl. Returns brand names and their corresponding filter values for use in search_listings.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "brands": "array of objects with 'name' (display name) and 'value' (filter value for search_listings brand param, e.g. 'Marca.Toyota.')"
  },
  "sample": {
    "data": {
      "brands": [
        {
          "name": "Abarth",
          "value": "Marca.Abarth."
        },
        {
          "name": "Toyota",
          "value": "Marca.Toyota."
        },
        {
          "name": "Volkswagen",
          "value": "Marca.Volkswagen."
        }
      ]
    },
    "status": "success"
  }
}

About the chileautos.cl API

The chileautos.cl API provides 3 endpoints to access vehicle listings and details from Chile's largest auto marketplace. Use search_listings to filter cars by brand and model across paginated results, get_listing_detail to retrieve full specs like transmission, fuel type, body style, and price for a specific listing, and get_brands to fetch the canonical brand values accepted by the search endpoint.

Endpoints and What They Return

The get_brands endpoint takes no input and returns an array of brand objects, each with a name (display label) and a value string used as the brand parameter in search_listings. This ensures filter values stay in sync with what the site recognizes — for example, Marca.Toyota. for Toyota.

The search_listings endpoint accepts optional brand, model, and page parameters. Brand and model values are auto-formatted with the required prefix/suffix if you omit them. Results include up to 26 listings per page, each containing id, title, price, year, location, make, model, and url. Note that the result set may include sponsored or promoted listings from other brands alongside organic results.

Listing Detail

The get_listing_detail endpoint takes a listing_id (e.g. CP-AD-8522747) sourced from search_listings results. It returns two objects: summary with high-level vehicle metadata — make, model, year, price, condition, fueltype, bodystyle, colour, state, and genericgeartype — and details with specification key-value pairs such as Transmisión, Puertas, Color exterior, and Precio. The slug parameter is accepted but does not affect the data returned; only listing_id is functionally required.

Coverage Notes

All data reflects listings currently active on chileautos.cl. Location and regional data are included in both search results (location) and listing details (state/region field). Prices are listed in Chilean pesos as shown on the site.

Common use cases
  • Build a used car search tool filtered by brand and model using search_listings and get_brands.
  • Track price trends for specific makes and models by paginating through search_listings results over time.
  • Populate a vehicle comparison feature using get_listing_detail to pull specs like transmission, fuel type, and body style.
  • Display regional availability of listings using the location and state fields from search and detail endpoints.
  • Aggregate listing counts by brand or model to surface inventory depth across the Chilean auto market.
  • Enrich a dealership CRM by cross-referencing active listings from search_listings with internal inventory data.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does chileautos.cl have an official developer API?+
Chileautos.cl does not publish a public developer API or documentation for third-party access to its listing data.
What does `get_listing_detail` return beyond what `search_listings` includes?+
search_listings returns a summary of each listing: id, title, price, year, location, make, model, and url. get_listing_detail expands on that with a summary object covering condition, fueltype, bodystyle, colour, state, and genericgeartype, plus a details object with granular spec key-value pairs such as Transmisión, Puertas, and Color exterior.
Can I filter search results by price range or year?+
search_listings currently supports filtering by brand, model, and page, plus a raw query DSL string for advanced cases. Dedicated price-range or year parameters are not exposed as named inputs. You can fork the API on Parse and revise it to add those filter parameters if you need them.
Are there sponsored or promoted listings mixed into search results?+
Yes. search_listings returns up to 26 listings per page and explicitly notes that promoted listings from other brands may appear alongside organic results. Your application should account for this when processing or displaying results.
Does the API cover dealer contact information or seller details?+
Not currently. The API covers listing metadata, vehicle specifications, and pricing as returned by get_listing_detail and search_listings. Seller or dealer contact information is not part of the response schema. You can fork the API on Parse and revise it to add a seller details endpoint if that data is available on the listing page.
Page content last updated . Spec covers 3 endpoints from chileautos.cl.
Related APIs in AutomotiveSee all →
acura.ca API
Check current Acura vehicle deals, financing rates, lease payments, and incentives across all Canadian provinces and models including the ADX, ZDX, MDX, RDX, Integra, and TLX. Calculate payment options based on specific offers and models available by province.
getfpv.com API
Search and browse products from GetFPV's catalog of FPV drone components and accessories. Retrieve listings by keyword or category, view detailed product specifications, pricing, and stock status, and explore new arrivals and current sales.
firetruckmall.com API
Browse all available fire trucks from Fire Truck Mall with complete details including pricing, year, specifications, and images. Track when each listing was posted to find the newest inventory and compare vehicles across the marketplace.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
team-bhp.com API
Access forum discussions, travelogues, news articles, and user profiles from Team-BHP.com to discover automotive insights, travel stories, and community conversations. Search threads, browse categories, and find trending discussions all in one place.
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
carjam.co.nz API
Look up detailed New Zealand vehicle information by license plate, VIN, or chassis number to instantly access registration status, WOF/COF compliance, service history, odometer readings, and damage records. Verify if a vehicle is stolen and get comprehensive specs to make informed decisions before purchasing or for fleet management.
Chileautos.cl API – Car Listings & Vehicle Data · Parse