# Used Autolist

**Use case:** 

Extract Autolist data filtered by Used. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "make": "Toyota",
  "model": "Camry",
  "condition": "used",
  "maxItems": 10,
  "radius": 50,
  "sortFilter": "price:asc",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 5
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "link"
  },
  "clickoffUrl": {
    "label": "Clickoff Url",
    "format": "link"
  },
  "primaryPhotoUrl": {
    "label": "Photo",
    "format": "image"
  },
  "vin": {
    "label": "Vin",
    "format": "text"
  },
  "id": {
    "label": "Id",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "trim": {
    "label": "Trim",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "priceUnformatted": {
    "label": "Price Unformatted",
    "format": "number"
  },
  "mileage": {
    "label": "Mileage",
    "format": "text"
  },
  "mileageUnformatted": {
    "label": "Mileage Unformatted",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "lat": {
    "label": "Lat",
    "format": "number"
  },
  "lon": {
    "label": "Lon",
    "format": "number"
  },
  "dealerName": {
    "label": "Dealer Name",
    "format": "text"
  },
  "providerName": {
    "label": "Provider Name",
    "format": "text"
  },
  "partnerType": {
    "label": "Partner Type",
    "format": "text"
  },
  "isHot": {
    "label": "Is Hot",
    "format": "boolean"
  },
  "recentPriceDrop": {
    "label": "Recent Price Drop",
    "format": "boolean"
  },
  "totalPriceChange": {
    "label": "Total Price Change",
    "format": "number"
  },
  "relativePriceDifference": {
    "label": "Relative Price Difference",
    "format": "number"
  },
  "listimateCategory": {
    "label": "Listimate Category",
    "format": "text"
  },
  "listimateText": {
    "label": "Listimate Text",
    "format": "text"
  },
  "timeOnMarket": {
    "label": "Time On Market",
    "format": "number"
  },
  "distanceFromOrigin": {
    "label": "Distance From Origin",
    "format": "number"
  },
  "availableNationwide": {
    "label": "Available Nationwide",
    "format": "boolean"
  },
  "regional": {
    "label": "Regional",
    "format": "boolean"
  },
  "acceptsLeads": {
    "label": "Accepts Leads",
    "format": "boolean"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "modelId": {
    "label": "Model Id",
    "format": "text"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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