# Washington Turo Tesla price scraper

**Use case:** 

Extract public Turo Tesla listings, daily prices, trip totals, ratings, images, and URLs for Washington, DC.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://turo.com/us/en/car-rental/united-states/washington-dc/tesla"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "vehicleName": {
    "label": "Vehicle"
  },
  "year": {
    "label": "Year"
  },
  "dailyPrice": {
    "label": "Daily price",
    "format": "number"
  },
  "tripTotal": {
    "label": "Trip total",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "isNewListing": {
    "label": "New listing"
  },
  "vehicleLocation": {
    "label": "Vehicle location"
  },
  "destination": {
    "label": "Destination"
  },
  "tripStartDate": {
    "label": "Trip start",
    "format": "date"
  },
  "tripEndDate": {
    "label": "Trip end",
    "format": "date"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "listingUrl": {
    "label": "Listing",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Turo Vehicle Listings and Price Scraper](https://apify.com/automation-lab/turo-vehicle-listings-price-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/turo-vehicle-listings-price-scraper) to learn more, explore other use cases, and run it yourself.