# Scrape Getaround car rentals in Paris France

**Use case:** 

Extract peer-to-peer car rental listings in Paris from Getaround with daily rates, vehicle specs, and owner ratings.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://getaround.com/search?latitude=48.8566&longitude=2.3522&address=Paris&address_source=&delivery=&poi_id=&city_display_name=&country_scope=FR&display_view=list&pickup_method=getaround_connect&pickup_method_explicit_choice=&program=getaround&price_min=&price_max="
    }
  ],
  "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.