# Getaround Multi-City Rental Rate Monitor

**Use case:** 

Monitor public Getaround car listings and starting rental rates across Paris, Lyon, and Marseille for recurring fleet and market analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://getaround.com/car-rental/paris"
    },
    {
      "url": "https://getaround.com/car-rental/lyon"
    },
    {
      "url": "https://getaround.com/car-rental/marseille"
    }
  ],
  "maxItems": 300,
  "maxPagesPerUrl": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "title": {
    "label": "Vehicle",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "fulfillment": {
    "label": "Fulfillment",
    "format": "text"
  },
  "hourlyPrice": {
    "label": "Hourly price",
    "format": "number"
  },
  "dailyPrice": {
    "label": "Daily price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Getaround Car Rental Listings Scraper](https://apify.com/automation-lab/getaround-car-rental-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/getaround-car-rental-listings-scraper) to learn more, explore other use cases, and run it yourself.