# Any CarsDB Myanmar Used & New Car Listings

**Use case:** 

Extract CarsDB Myanmar Used & New Car Listings data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrls": [],
  "maxItems": 10,
  "condition": "",
  "steeringPosition": "",
  "sortBy": "dateNewest",
  "includeDetails": true,
  "locale": "en",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "lotNumber": {
    "label": "Lot #",
    "format": "text"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "manufacturer": {
    "label": "Make",
    "format": "text"
  },
  "manufacturerId": {
    "label": "Make ID",
    "format": "number"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "modelId": {
    "label": "Model ID",
    "format": "number"
  },
  "trim": {
    "label": "Trim",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "priceMmk": {
    "label": "Price (MMK)",
    "format": "number"
  },
  "priceLakh": {
    "label": "Price (Lakh)",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "mileageRange": {
    "label": "Mileage Range",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "fuelType": {
    "label": "Fuel",
    "format": "text"
  },
  "buildType": {
    "label": "Build Type",
    "format": "text"
  },
  "color": {
    "label": "Color",
    "format": "text"
  },
  "enginePowerCc": {
    "label": "Engine (cc)",
    "format": "number"
  },
  "steeringPosition": {
    "label": "Steering",
    "format": "text"
  },
  "licenceStatus": {
    "label": "Licence",
    "format": "text"
  },
  "plateDivision": {
    "label": "Plate Division",
    "format": "text"
  },
  "plateColor": {
    "label": "Plate Color",
    "format": "text"
  },
  "plateNumber": {
    "label": "Plate Number",
    "format": "text"
  },
  "numberOfOwners": {
    "label": "Owners",
    "format": "number"
  },
  "exchangeable": {
    "label": "Exchangeable",
    "format": "boolean"
  },
  "township": {
    "label": "Township",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller Type",
    "format": "text"
  },
  "sellerContact": {
    "label": "Contact",
    "format": "text"
  },
  "sellerVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "sellerAvatar": {
    "label": "Seller Avatar",
    "format": "text"
  },
  "imageCount": {
    "label": "Image Count",
    "format": "number"
  },
  "imageUrls": {
    "label": "Images",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "viewsCount": {
    "label": "Views",
    "format": "number"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CarsDB Myanmar Used & New Car Listings Scraper](https://apify.com/parseforge/carsdb-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/carsdb-scraper) to learn more, explore other use cases, and run it yourself.