# Extract Getaround Renault Megane rental listing detail

**Use case:** 

Scrape Getaround.com single car rental page in Paris with photos, features, insurance, and owner profile for P2P mobility research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://getaround.com/car-rental/paris/renault-megane-1418638"
    }
  ],
  "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.