Booking Rental Cars Scraper

Booking Rental Cars Scraper

by lexis-solutions

Scrape car rental listings from Booking.com for models, prices, companies, and availability. Perfect for travel platforms, price tracking, and market analysis.

91 runs
10 users
Try This Actor

Opens on Apify.com

About Booking Rental Cars Scraper

Need to pull car rental data from Booking.com without the manual hassle? I built this scraper because I got tired of jumping between tabs and copying prices. It digs into Booking's car rental section and pulls out exactly what you're after: the vehicle models, daily rates, which company is renting it, whether it's available for your dates, and all the pickup spot details. Everything comes back in a clean, structured format like JSON or CSV, ready to drop into your own project. I use it mainly for three things. If you're running a travel site or app, you can feed this data to show real-time rental options. For personal trips or comparison tools, it's perfect for tracking price changes across different rental agencies. And if you're researching the market—like which car types are popular in which cities—this gives you the raw numbers to spot trends. You can tweak it to search by location, date, and other filters, so you're only scraping the listings that matter to you. It runs fast, handles the website's structure smoothly, and saves you a ton of time you'd otherwise spend collecting this stuff by hand.

What does this actor do?

Booking Rental Cars Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Booking Rental Cars Scraper

An Apify actor that scrapes car rental offers from Booking Cars. It searches by location, dates, and driver details, returning structured data for price comparison and fleet analysis.

Overview

This actor extracts vehicle listings from Booking Cars, which aggregates offers from multiple rental suppliers. You provide search criteria like pickup location and dates; the actor returns detailed offers. An optional deepSearch mode enriches results with supplier info, reviews, and package details.

It’s useful for travel agencies, market researchers, or developers building travel products who need to monitor prices, compare suppliers, or analyze rental trends.

Key Features

  • Location Search: Resolves pickup and optional drop-off locations using Booking Cars' suggestion API.
  • Flexible Search Parameters: Set pickup/drop-off dates, times, and driver age (or use a preset for ages 30–65).
  • Core Data Extraction: Quickly fetches vehicle details: price, class, transmission, fuel type, depot info, and fees.
  • Optional Deep Enrichment: When enabled, adds supplier information, customer reviews, insurance details, extras, and alerts to each offer.

How to Use

Configure the actor run with an input JSON object. Only pickupLocationQuery, pickupTime, and dropoffTime are strictly required; other fields have defaults.

Input Schema

{
  "pickupLocationQuery": "Cairo",
  "dropoffLocationQuery": "Downtown Cairo",
  "pickupDate": "2025-10-10",
  "dropoffDate": "2025-10-17",
  "pickupTime": "10:00:00",
  "dropoffTime": "22:30:00",
  "driverAged30To65": true,
  "driverAge": 30,
  "maxItems": 20,
  "deepSearch": true
}

Notes:
* pickupLocationQuery is required. The actor uses it to fetch location suggestions.
* Times must be in HH:MM:SS format.
* If omitted, dates default to pickup in 2 days and drop-off in 10 days.
* Set deepSearch to true for enriched data.

Input/Output

The output is an array of vehicle offer objects. The structure varies based on the deepSearch flag.

Basic Output (deepSearch: false):
Includes core listing details: vehicle ID, name, price, class, fuel, transmission, depot information, and any applicable fees.

{
  "type": "vehicle",
  "id": "54548726",
  "name": "Toyota Corolla",
  "price": { "amount": 185.43, "currency": "USD" },
  "carClass": "Compact",
  "fuel": "Petrol",
  "transmission": "Automatic",
  "pickupDepot": {
    "id": "CAI_AIRPORT_T1",
    "name": "Cairo Intl Airport T1"
  }
}

Enriched Output (deepSearch: true):
Extends the basic data with supplier details (name, rating, reviews), package contents, insurance options, extra equipment, and customer alerts.

{
  "id": "710118491",
  "name": "Nissan Sunny",
  "price": { "amount": 135.68, "currency": "USD" },
  "supplier": {
    "name": "BestCar Rentals",
    "rating": 8.2,
    "reviewCount": 124
  },
  "insurance": [
    { "type": "Theft Protection", "included": true }
  ],
  "extras": [
    { "name": "Child Seat", "price": { "amount": 15, "currency": "USD" } }
  ]
}

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Booking Rental Cars Scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
lexis-solutions
Pricing
Paid
Total Runs
91
Active Users
10
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support