# Uber Car Rental Scraper (`saswave/uber-car-rental-scraper`) Actor

Mobility intelligence tool built to extract live fare estimates, ETA metrics, and dynamic surge pricing data directly from Uber’s marketplace layer. With precise origin and destination details, the scraper systematically breaks down every available ride tier. Audit localized transportation cost live

- **URL**: https://apify.com/saswave/uber-car-rental-scraper.md
- **Developed by:** [SASWAVE](https://apify.com/saswave) (community)
- **Categories:** Automation, Developer tools, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.80 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

### Uber Rental Scraper

Vehicle supply intelligence tool, capture real-time car rental options, pricing engines, and dealership logistics directly from the Uber Rent aggregation layer. 

Provide localized search configurations (such as coordinates, dates, and durations)

Uncover aggregated fleet inventories from global rental giants (like Hertz, Avis, Budget, and Sixt) fulfilled via platforms like CarTrawler


### FEATURE

Global Aggregator Intelligence: Tap into multi-provider vehicle data (Budget, Hertz, Enterprise, etc.) consolidated inside the Uber Car Rental ecosystem.

Granular Dealership Mapping: Extract structural pickup_details and dropoff_details including full street addresses, contact details, provider ratings, and location typologies (e.g., Dealership vs. Airport terminal).

Deep Vehicle Specifications: Capture mechanical variables including passenger thresholds (passengersCapacity), luggage space, structural door counts, transmission types (Automatic vs. Manual), and identical model classes (Peugeot 208 or similar).

Add-On & Extra Fee Transparency: Uncover localized pricing structures for operational extras—such as GPS navigational units, child booster seats, and ski racks—with explicitly detailed local currencies.

Risk & Financial Auditing: Extract real-time down-payments (deposit), total checkout values (price), and cancellation timelines (cancellation_min_hours).

Value Indicators: Surface applied marketing highlights like "Unlimited Mileage", "InCityPickup", or custom Uber deals ("Great deal").


### USE CASES

Car Rental Aggregators & Price Indexing: Fuel third-party meta-search travel portals with live competitive rental rates mapped directly to municipal boundaries.

Market-Rate Fluctuations Monitoring: Monitor global booking systems to build real-time pricing alerts, tracking seasonal dynamic price curves or unexpected inventory shortages.

Corporate Travel Matrix Compliance: Seamlessly verify employee business rental expenses against baseline market options across targeted dates.

Fleet Availability Benchmarking: Analyze regional vehicle availability trends—such as the distribution of electric/hybrid vehicles or specific transmission types—across major urban centers.


### OUTPUT

```json
{
  "distance": 2.578883654718158,
  "distance_unit": "DISTANCE_UNIT_KM",
  "dropoff_details": {
    "type": "LOCATION_TYPE_DEALERSHIP",
    "atAirport": null,
    "phone": "0183180058",
    "email": "",
    "directions": "",
    "city": "",
    "country": "FR",
    "address": "21 Place De La Madeleine Niveau -1 Parking Saemes, NIVEAU -1 PARKING SAEMES , Paris, 75008, 0, FR",
    "name": "Paris 8 EME Madeleine DT - Budget DC",
    "rating": 0
  },
  "pickup_details ": {
    "type": "LOCATION_TYPE_DEALERSHIP",
    "atAirport": null,
    "phone": "0183180058",
    "email": "",
    "directions": "",
    "city": "",
    "country": "FR",
    "address": "21 Place De La Madeleine Niveau -1 Parking Saemes, NIVEAU -1 PARKING SAEMES , Paris, 75008, 0, FR",
    "name": "Paris 8 EME Madeleine DT - Budget DC",
    "rating": 0
  },
  "provider_details": {
    "parent": "CARTRAWLER",
    "name": "Budget",
    "logo": "https://tb-static.uber.com/prod/rider-product-car-rental/assets/supplier_logo/budget_default_v2.png"
  },
  "vehicle_details": {
    "airConditioned": true,
    "baggageCapacity": 2,
    "doorCount": 5,
    "flavor": "Peugeot 208 or similar",
    "imgSrc": "https://ctimg-fleet.cartrawler.com/peugeot/208/secondary.png?w=215&mark-align=center,middle&mark=https%3A%2F%2Fctimg-fleet.cartrawler.com%2Fpeugeot%2F208%2Fsecondary-paint.png%3Fbri%3D-18%26con%3D50%26monochrome%3DC6C6CC%26w%3D215",
    "passengersCapacity": 5,
    "size": "Economy",
    "transmissionType": "TRANSMISSION_TYPE_AUTOMATIC",
    "fuelType": "FUEL_TYPE_UNKNOWN"
  },
  "features": [
    "InCityPickup",
    "UnlimitedMileage"
  ],
  "tag": "Great deal",
  "price": 261.8,
  "deposit": 200,
  "cancellation_price": 120,
  "cancellation_min_hours": 48,
  "discount": 0,
  "discount_percent": 0,
  "promo_uber_cash_percent": 0,
  "ride_to_lot_amount": 0,
  "addons": [
    {
      "addon": "navigational_system",
      "included_in_price": false,
      "price": 27,
      "currency": "EUR"
    },
    {
      "addon": "child_toddler_seat",
      "included_in_price": false,
      "price": 44.94,
      "currency": "EUR"
    },
    {
      "addon": "booster_seat",
      "included_in_price": false,
      "price": 30,
      "currency": "EUR"
    },
    {
      "addon": "infant_child_seat",
      "included_in_price": false,
      "price": 44.94,
      "currency": "EUR"
    },
    {
      "addon": "ski_rack",
      "included_in_price": false,
      "price": 45,
      "currency": "EUR"
    }
  ]
}
````

### 🛟 SUPPORT

Share your runs with the developer team and create issues on error to help us improve actor quality.

You might discover edge case we didn't test yet

We stay available anytime

# Actor input Schema

## `pickup` (type: `object`):

No description

## `pickup_time` (type: `string`):

Enter the date and time in YYYY-MM-DD HH:mm format (Europe/Paris). ex: 2026-06-26 08:00

## `dropoff` (type: `object`):

No description

## `dropoff_time` (type: `string`):

Enter the date and time in YYYY-MM-DD HH:mm format (Europe/Paris). ex: 2026-06-26 08:00

## `user_location` (type: `object`):

No description

## `driver_age` (type: `string`):

Select the desired currency price, if not available, default is USD

## Actor input object example

```json
{
  "pickup": {
    "latitude": 48.858370099999995,
    "longitude": 2.2944812999999997
  },
  "dropoff": {
    "latitude": 48.8606111,
    "longitude": 2.337644
  },
  "user_location": {
    "latitude": 48.862107718567835,
    "longitude": 2.316450000000017
  },
  "driver_age": "30"
}
```

# Actor output Schema

## `results` (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 = {
    "pickup": {
        "latitude": 48.858370099999995,
        "longitude": 2.2944812999999997
    },
    "dropoff": {
        "latitude": 48.8606111,
        "longitude": 2.337644
    },
    "user_location": {
        "latitude": 48.862107718567835,
        "longitude": 2.316450000000017
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("saswave/uber-car-rental-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 = {
    "pickup": {
        "latitude": 48.858370099999995,
        "longitude": 2.2944812999999997,
    },
    "dropoff": {
        "latitude": 48.8606111,
        "longitude": 2.337644,
    },
    "user_location": {
        "latitude": 48.862107718567835,
        "longitude": 2.316450000000017,
    },
}

# Run the Actor and wait for it to finish
run = client.actor("saswave/uber-car-rental-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "pickup": {
    "latitude": 48.858370099999995,
    "longitude": 2.2944812999999997
  },
  "dropoff": {
    "latitude": 48.8606111,
    "longitude": 2.337644
  },
  "user_location": {
    "latitude": 48.862107718567835,
    "longitude": 2.316450000000017
  }
}' |
apify call saswave/uber-car-rental-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=saswave/uber-car-rental-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Uber Car Rental Scraper",
        "description": "Mobility intelligence tool built to extract live fare estimates, ETA metrics, and dynamic surge pricing data directly from Uber’s marketplace layer. With precise origin and destination details, the scraper systematically breaks down every available ride tier. Audit localized transportation cost live",
        "version": "0.0",
        "x-build-id": "O0vYBR3c0q55XhcXZ"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/saswave~uber-car-rental-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-saswave-uber-car-rental-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/saswave~uber-car-rental-scraper/runs": {
            "post": {
                "operationId": "runs-sync-saswave-uber-car-rental-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/saswave~uber-car-rental-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-saswave-uber-car-rental-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "pickup",
                    "dropoff",
                    "user_location"
                ],
                "properties": {
                    "pickup": {
                        "title": "From location",
                        "type": "object",
                        "description": ""
                    },
                    "pickup_time": {
                        "title": "Pickup Time",
                        "pattern": "^\\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])\\s([01]\\d|2[0-3]):([0-5]\\d)$",
                        "type": "string",
                        "description": "Enter the date and time in YYYY-MM-DD HH:mm format (Europe/Paris). ex: 2026-06-26 08:00"
                    },
                    "dropoff": {
                        "title": "To location",
                        "type": "object",
                        "description": ""
                    },
                    "dropoff_time": {
                        "title": "Dropoff Time",
                        "pattern": "^\\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])\\s([01]\\d|2[0-3]):([0-5]\\d)$",
                        "type": "string",
                        "description": "Enter the date and time in YYYY-MM-DD HH:mm format (Europe/Paris). ex: 2026-06-26 08:00"
                    },
                    "user_location": {
                        "title": "User location",
                        "type": "object",
                        "description": ""
                    },
                    "driver_age": {
                        "title": "Driver Age",
                        "enum": [
                            "30",
                            "25",
                            "21",
                            "18"
                        ],
                        "type": "string",
                        "description": "Select the desired currency price, if not available, default is USD",
                        "default": "30"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
