# Getaround.com Scraper (`lexis-solutions/getaround-scraper`) Actor

Getaround scraper for Europe/France P2P car rental: extract car listing prices, mileage, options, insurance, owner ratings and pickup locations from Getaround.com for rental price comparison, travel analytics and fleet insights.

- **URL**: https://apify.com/lexis-solutions/getaround-scraper.md
- **Developed by:** [Lexis Solutions](https://apify.com/lexis-solutions) (community)
- **Categories:** Automation, Travel, Agents
- **Stats:** 3 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$35.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#rental-actors

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### What is Getaround Scraper?

![banner](https://i.ibb.co/FqWCdpVh/Screenshot-2026-02-12-at-10-43-12-PM.png)

***

Getaround Scraper is a web scraping tool that extracts car rental listing data from Getaround.com, Europe's leading peer-to-peer car sharing platform.

### What data can I extract from Getaround?

Using this scraper, you can extract the following data from Getaround car rental listings:

- Vehicle Title and Year
- Rental Pricing (total price, rental price, service fee)
- Mileage Package Details (km included, extra km price)
- Technical Features (fuel type, mileage, transmission)
- Options and Accessories
- Insurance and Protection Details
- Owner Information and Ratings
- Pickup Location and Method
- Vehicle Photos

<table>
<tr>
<td> Title & Year </td>
<td> Total Price </td>
</tr>
<tr>
<td> Images </td>
<td> Pickup Location </td>
</tr>
<tr>
<td> Options </td>
<td> Owner & Rating </td>
</tr>
</table>

### Why scrape Getaround?

Compare car rental prices across locations and vehicle types.

Track rental availability and pricing trends over time.

Research vehicle options and features in specific areas.

Build datasets for travel planning and transportation analysis.

### Input

Provide Getaround search page URLs.

**Example with search URL:**

```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
}
```

**Example with Detail URL:**

```json
{
  "startUrls": [
    {
      "url": "https://getaround.com/car-rental/paris/renault-megane-1418638"
    }
  ]
}
```

### Output sample

```json
{
  "id": 1759596,
  "url": "https://getaround.com/car-rental/grenoble/land-rover-range-rover-velar-p250-r-dynamic-se-1759596",
  "title": "Land-Rover Range Rover Velar P250 R-Dynamic SE",
  "year": "2019",
  "seats": "5 seats",
  "distance": "2.37 km",
  "pickupMethod": "Meet Owner",
  "fuelType": "Diesel",
  "mileage": "50-100,000 km",
  "transmission": "Automatic",
  "options": [
    "Air conditioning",
    "Cruise control",
    "GPS",
    "Bluetooth audio",
    "Four-wheel drive"
  ],
  "insurance": "Insurance is always included when you rent on Getaround. All cars are covered by roadside assistance",
  "totalPrice": "€114",
  "rentalPrice": "€93.12",
  "serviceFee": "€20.88",
  "duration": "1 hr",
  "kmIncluded": "40 km",
  "extraKmPrice": "€0.27/km",
  "excessKmPrice": "€0.54/km",
  "ownerName": "Jerome S.",
  "rating": "No reviews",
  "city": "Grenoble",
  "address": "Seyssinet-Pariset, Isère",
  "images": ["https://drivy.gumlet.io/uploads/originals/..."],
  "source": "getaround.com"
}
```

### Is it legal to scrape Getaround?

Web scraping should comply with website terms of service and local regulations. Personal data is protected by GDPR in the European Union. We recommend reading our blog post: [is web scraping legal?](https://blog.apify.com/is-web-scraping-legal/)

### Integrations and Getaround Scraper

The scraper can be integrated with various cloud services and web apps through [Apify integrations](https://apify.com/integrations), including:

- Make
- Zapier
- Slack
- Google Sheets
- GitHub
- Webhooks

### Using Getaround Scraper with the Apify API

Access the scraper programmatically using the Apify API. Use the apify-client package for Node.js or Python integration. Check the [Apify API reference](https://docs.apify.com/api/v2) for complete documentation.

### Want something custom-built?

Need a custom solution? Lexis Solutions is a [certified Apify Partner](https://apify.com/partners/find). We can help with custom solutions or data extraction projects.

Contact us via [Email](mailto:scraping@lexis.solutions) or [LinkedIn](https://www.linkedin.com/company/lexis-solutions)

Image Credits: https://getaround.com/

# Actor input Schema

## `startUrls` (type: `array`):

URLs to start with. Use search page URLs or car detail URLs from getaround.com.

## `maxItems` (type: `integer`):

Maximum number of items to scrape per start URL.

## `proxyConfiguration` (type: `object`):

Select proxies to be used.

## Actor input object example

```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
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "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="
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("lexis-solutions/getaround-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "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=" }] }

# Run the Actor and wait for it to finish
run = client.actor("lexis-solutions/getaround-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "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="
    }
  ]
}' |
apify call lexis-solutions/getaround-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,lexis-solutions/getaround-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/9Q763N97TrSgW09E0/builds/1FCiyj4obDQrhHs3p/openapi.json
