# Monitor Getaround Paris rentals with date range

**Use case:** 

Track Getaround.com Paris car availability for specific dates with pricing, mileage limits, and instant booking options.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://getaround.com/search?address=Paris&latitude=48.8566&longitude=2.3522&start_date=2026-03-01&start_time=10:00&end_date=2026-03-01&end_time=18:00"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "totalPrice": {
    "label": "Price",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "fuelType": {
    "label": "Fuel",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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