Sixt Car Rental avatar
Sixt Car Rental
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Sixt Car Rental

Sixt Car Rental

travelspider/sixt-scraper

Sixt Car Rental simplifies accessing Sixt's rental pricing and offers data, offering features for location searches and vehicle rental details. Export to JSON, CSV, and more

Sixt Scraper Documentation

Features

Sixt Scraper provides functionalities tailored to meet the requirements of retrieving specific data from Sixt's extensive repository:

  • Locations Query: Allows users to discover Sixt rental locations based on specified search criteria, providing detailed information about each available rental location.
  • Rentals Query: Focuses on extracting rental information such as available vehicles, pricing details, and rental quotes, aiding users in making well-informed rental decisions.

Getting Started

Input Parameters

Interacting with the Sixt Scraper API Wrapper necessitates providing specific input parameters, varying according to the query type. These parameters include:

  • queryType: Type of query ("locations" or "rentals"). (String)
  • searchLocation: Location to search for Sixt rental branches. (String) For locations query only.
  • pickupLocationId: ID of the pickup location. (String) For rentals query only.
  • returnLocationId: ID of the return location. (String) For rentals query only.
  • pickupDateTime: Date and time of vehicle pickup in ISO format (YYYY-MM-DDTHH:MM). (String) For rentals query only.
  • returnDateTime: Date and time of vehicle return in ISO format (YYYY-MM-DDTHH:MM). (String) For rentals query only.
  • proxy: Configuration for using a proxy, with useApifyProxy as a boolean indicating whether to use Apify's proxy. (Object)

Outputs

Locations

The output for the "locations" query type is an array of rental locations with the following attributes:

  • location_id: The ID of the rental location.
  • title: The title or name of the rental location.
  • description: Description of the rental location.
  • type: Type of location (e.g., airport).
  • is_sixt_branch: Indicates if the location is a Sixt branch.
  • position: Geographic coordinates of the location (latitude and longitude).
  • formatted_address: Formatted address of the location.
  • branch: Details about the branch, including ID, description, type, opening hours, holidays, vehicle types, directions, and more.
  • distance_meters: Distance in meters from the search location.

Example Input locations

1{
2  "queryType": "locations",
3  "searchLocation": "Miami",
4  "proxy": {
5    "useApifyProxy": true
6  }
7}

Example Input Rentals

1{
2  "queryType": "rentals",
3  "pickupLocationId": "BRANCH:4",
4  "returnLocationId": "BRANCH:4",
5  "pickupDateTime": "2024-06-07T12:30",
6  "returnDateTime": "2024-06-25T12:30",
7  "proxy": {
8    "useApifyProxy": true
9  }

Example output Locations

1[
2  {
3    "location_id": "BRANCH:4",
4    "title": "Miami Int Airport",
5    "description": "3900 NW 25th Street #414, Miami, 33142, US",
6    "type": "TYPE_AIRPORT",
7    "is_sixt_branch": true,
8    "position": {
9      "latitude": 25.79823875427246,
10      "longitude": -80.25975799560547
11    },
12    "formatted_address": "3900 NW 25th Street #414, Miami, 33142, US",
13    "branch": {
14      "id": "4",
15      "location_id": "BRANCH:4",
16      "title": "Miami Int Airport",
17      "description": "3900 NW 25th Street #414, Miami, 33142, US",
18      "type": "BRANCH_TYPE_AIRPORT",
19      "position": {
20        "latitude": 25.79823875427246,
21        "longitude": -80.25975799560547
22      },
23      "formatted_address": "3900 NW 25th Street #414, Miami, 33142, US",
24      "locality": "Miami",
25      "has_24h_pickup": true,
26      "has_24h_return": true,
27      "is_24h_branch": true,
28      "opening_hours": {
29        "monday": [
30          {
31            "start": {
32              "value": "00:00:00"
33            },
34            "end": {
35              "value": "00:00:00"
36            }
37          }
38        ],
39        "tuesday": [
40          {
41            "start": {
42              "value": "00:00:00"
43            },
44            "end": {
45              "value": "00:00:00"
46            }
47          }
48        ],
49        "wednesday": [
50          {
51            "start": {
52              "value": "00:00:00"
53            },
54            "end": {
55              "value": "00:00:00"
56            }
57          }
58        ],
59        "thursday": [
60          {
61            "start": {
62              "value": "00:00:00"
63            },
64            "end": {
65              "value": "00:00:00"
66            }
67          }
68        ],
69        "friday": [
70          {
71            "start": {
72              "value": "00:00:00"
73            },
74            "end": {
75              "value": "00:00:00"
76            }
77          }
78        ],
79        "saturday": [
80          {
81            "start": {
82              "value": "00:00:00"
83            },
84            "end": {
85              "value": "00:00:00"
86            }
87          }
88        ],
89        "sunday": [
90          {
91            "start": {
92              "value": "00:00:00"
93            },
94            "end": {
95              "value": "00:00:00"
96            }
97          }
98        ],
99        "holidays": [
100          {
101            "start": {
102              "value": "00:00:00"
103            },
104            "end": {
105              "value": "00:00:00"
106            }
107          }
108        ],
109        "summaries": [
110          {
111            "start_day": "DAY_MONDAY",
112            "end_day": "DAY_SUNDAY",
113            "opening_hours_segments": [
114              {
115                "start": {
116                  "value": "00:00:00"
117                },
118                "end": {
119                  "value": "00:00:00"
120                }
121              }
122            ]
123          },
124          {
125            "start_day": "DAY_HOLIDAY",
126            "end_day": "DAY_HOLIDAY",
127            "opening_hours_segments": [
128              {
129                "start": {
130                  "value": "00:00:00"
131                },
132                "end": {
133                  "value": "00:00:00"
134                }
135              }
136            ]
137          }
138        ]
139      },
140      "holidays": [
141        {
142          "value": "2024-07-04"
143        },
144        {
145          "value": "2024-11-28"
146        },
147        {
148          "value": "2024-12-25"
149        }
150      ],
151      "fastlane_type": "FAST_LANE_TYPE_NO_FASTLANE",
152      "vehicle_types": [
153        "BRANCH_VEHICLE_TYPE_CONVERTIBLES",
154        "BRANCH_VEHICLE_TYPE_JEEPS",
155        "BRANCH_VEHICLE_TYPE_UNSPECIFIED",
156        "BRANCH_VEHICLE_TYPE_PASSENGER_CARS",
157        "BRANCH_VEHICLE_TYPE_VANS",
158        "BRANCH_VEHICLE_TYPE_LUXURY_CARS"
159      ],
160      "vehicle_types_condensed": [
161        "BRANCH_VEHICLE_TYPE_CONDENSED_CARS"
162      ],
163      "directions": [
164        {
165          "type": "DIRECTION_TYPE_OUT_OF_HOURS_RETURN",
166          "title": "",
167          "text": "Please drop your vehicle in the SIXT Return Area on Level 3. A SIXT Agent will be available to complete the check in. Thank you for choosing SIXT!"
168        },
169        {
170          "type": "DIRECTION_TYPE_SHUTTLE",
171          "title": "",
172          "text": "SIXT at Miami Airport is located in the MIA Rental Car Center (RCC). From the arrival terminal, take the elevator and go on the 3rd level following the signs for the MIA mover (train) that will bring you directly to the Rental Car Center. The walkway on the 3rd floor will connect you to the train. Once at the Rental Car Center proceed to the main hall where you won't miss our bright orange counters located straight in front of you."
173        },
174        {
175          "type": "DIRECTION_TYPE_LOCATION_DIRECTION",
176          "title": "Your way to SIXT",
177          "text": "SIXT at Miami Airport is located in the MIA Rental Car Center (RCC). From the arrival terminal, take the elevator and go on the 3rd level following the Center. The walkway on the 3rd floor will connect you to the train. Once at the Rental Car Center proceed to the main hall where you won't miss our bright orange counters located directly in front of you. Welcome!"
178        },
179        {
180          "type": "DIRECTION_TYPE_LOCATION_DIRECTION",
181          "title": "From the city of Miami",
182          "text": "Please follow directions towards Miami Airport and look for green signs leading you to \"Rental Car Center\". Please proceed to the car rental center and drive up the ramp to Level 4, Passenger Pick-Up. Head all the way towards the end of the premises (passing the offsite car rental agency shuttle buses) and park in the designated 1-hour parking spots on the right side. Go through the sliding doors and follow the airport signs to our SIXT counters."
183        },
184        {
185          "type": "DIRECTION_TYPE_LOCATION_DIRECTION",
186          "title": "Return Information",
187          "text": "To return your SIXT vehicle, please follow directions towards Miami Airport and look for green signs leading you to \"Rental Car Return\". Once at the Rental Car Center, please take the ramp to the 3rd floor and follow signs to the SIXT car return area. A SIXT staff member will be there to process your return. Then take the MIA Mover from the 4th floor back to the airport terminals. Please allow at least 20 minutes from the time of return to get back to the airport."
188        }
189      ],
190      "hints": [],
191      "country_code": "US",
192      "out_of_hours": {
193        "pickup": {
194          "policy": "OUT_OF_HOURS_POLICY_NOT_ALLOWED",
195          "information": ""
196        },
197        "return": {
198          "policy": "OUT_OF_HOURS_POLICY_ALLOWED",
199          "information": "Please drop your vehicle in the SIXT Return Area on Level 3. A SIXT Agent will be available to complete the check in. Thank you for choosing SIXT!"
200        }
201      },
202      "timezone_id": "America/New_York",
203      "is_e_vehicle_available": false,
204      "is_meet_greet_branch": false,
205      "meet_greet_note": "",
206      "is_flight_number_mandatory": false,
207      "requires_residence_country": false,
208      "country_del_col_type": "ManualDelCol",
209      "country_name": "USA"
210    },
211    "distance_meters": 0
212  }
213]

Example output Rentals

1[
2  {
3    "offer_matrix_id": "e04811ca-3c68-4338-a686-e5aed322226d",
4    "offer_id": "CCAR-4-4",
5    "car_info": {
6      "product_type": "RENT",
7      "group_type": "SEDAN",
8      "guaranteed_model": false,
9      "title": "Compact (Nissan Versa)",
10      "subtitle": "or similar | Sedan",
11      "mileage_formatted": "",
12      "mileage_units_formatted": "",
13      "car_age_formatted": "",
14      "popularity": "",
15      "rating": 0,
16      "bags_count": 2,
17      "small_bags_count": 2,
18      "large_bags_count": 0,
19      "passengers_count": 5,
20      "minimum_driver_age": 21,
21      "acriss_codes": "[CCAR]",
22      "example_make_model": [
23        "Compact (Nissan Versa)"
24      ],
25      "vehicle_images": [
26        {
27          "small_url": "https://www.sixt.com/fileadmin2/files/global/user_upload/fleet/png/350x200/nissan-versa-4d-grey-2023.png",
28          "medium_url": "https://www.sixt.com/fileadmin2/files/global/user_upload/fleet/png/630x360/nissan-versa-4d-grey-2023.png",
29          "large_url": "https://www.sixt.com/fileadmin2/files/global/user_upload/fleet/png/1050x600/nissan-versa-4d-grey-2023.png",
30          "detail_desktop_url": "",
31          "detail_mobile_url": "",
32          "mini_url": "",
33          "offer_tile_url": ""
34        }
35      ],
36      "vehicle_images_v2": [
37        {
38          "key": "angleview",
39          "images": [
40            {
41              "small_url": "https://www.sixt.com/fileadmin2/files/global/user_upload/fleet/png/350x200/nissan-versa-4d-grey-2023.png",
42              "medium_url": "https://www.sixt.com/fileadmin2/files/global/user_upload/fleet/png/630x360/nissan-versa-4d-grey-2023.png",
43              "large_url": "https://www.sixt.com/fileadmin2/files/global/user_upload/fleet/png/1050x600/nissan-versa-4d-grey-2023.png",
44              "detail_desktop_url": "",
45              "detail_mobile_url": "",
46              "mini_url": "",
47              "offer_tile_url": ""
48            }
49          ]
50        },
51        {
52          "key": "sideview",
53          "images": [
54            {
55              "small_url": "https://www.sixt.com/fileadmin2/files/global/sideview/user_upload/fleet/png/350x200/nissan-versa-4d-grey-2023.png",
56              "medium_url": "https://www.sixt.com/fileadmin2/files/global/sideview/user_upload/fleet/png/752x500/nissan-versa-4d-grey-2023.png",
57              "large_url": "https://www.sixt.com/fileadmin2/files/global/sideview/user_upload/fleet/png/1050x600/nissan-versa-4d-grey-2023.png",
58              "detail_desktop_url": "",
59              "detail_mobile_url": "",
60              "mini_url": "",
61              "offer_tile_url": ""
62            }
63          ]
64        }
65      ],
66      "transmission_type": "TRANSMISSION_TYPE_AUTOMATIC",
67      "transmission_type_v2": "TRANSMISSION_TYPE_V2_AUTOMATIC",
68      "driver_requirements": {
69        "minimum_age": 21,
70        "young_driver": 25,
71        "license_min_years": 0,
72        "license_category": ""
73      },
74      "navigation_included": false,
75      "is_electric": false,
76      "charging_cable": "",
77      "is_luxury": false,
78      "doors_count": 4
79    },
80    "rate_code": "US9PU000",
81    "deposit": {
82      "currency_code": "EUR",
83      "value": 185
84    },
85    "deposit_in_local_currency": {
86      "currency_code": "USD",
87      "value": 200
88    },
89    "price_total": {
90      "gross": {
91        "currency_code": "EUR",
92        "value": 665.03
93      },
94      "net": {
95        "currency_code": "EUR",
96        "value": 621.52
97      },
98      "tax": {
99        "currency_code": "EUR",
100        "value": 43.51
101      },
102      "display_amount": {
103        "currency_code": "EUR",
104        "value": 665.03
105      },
106      "price_unit": "PRICE_UNIT_RENTAL",
107      "display_suffix": "total",
108      "tracking_net": {
109        "currency_code": "EUR",
110        "value": 621.52
111      }
112    },
113    "price_per_day": {
114      "gross": {
115        "currency_code": "EUR",
116        "value": 26
117      },
118      "net": {
119        "currency_code": "EUR",
120        "value": 24.3
121      },
122      "tax": {
123        "currency_code": "EUR",
124        "value": 1.7
125      },
126      "display_amount": {
127        "currency_code": "EUR",
128        "value": 24.3
129      },
130      "price_unit": "PRICE_UNIT_PER_DAY",
131      "display_suffix": "/ day",
132      "tracking_net": {
133        "currency_code": "EUR",
134        "value": 24.3
135      }
136    },
137    "promo_label": "",
138    "mileage_included_formatted": "Unlimited miles",
139    "pickup_datetime": {
140      "value": "2024-06-07T12:30:00"
141    },
142    "return_datetime": {
143      "value": "2024-06-25T12:30:00"
144    },
145    "calculated_rental_days": 18,
146    "calculated_rental_hours": 0,
147    "offer_availability_status": "OFFER_AVAILABILITY_STATUS_FREE_SALE",
148    "mileage_plans": [
149      {
150        "plan_number": "1",
151        "is_selected": true,
152        "is_unlimited": true,
153        "distance": {
154          "distance": "0",
155          "distance_unit": "DISTANCE_UNIT_MILES"
156        },
157        "total_amount": {
158          "gross": {
159            "currency_code": "EUR",
160            "value": 665.03
161          },
162          "net": {
163            "currency_code": "EUR",
164            "value": 621.52
165          },
166          "tax": {
167            "currency_code": "EUR",
168            "value": 43.51
169          },
170          "display_amount": {
171            "currency_code": "EUR",
172            "value": 665.03
173          },
174          "price_unit": "PRICE_UNIT_RENTAL",
175          "display_suffix": "total",
176          "tracking_net": {
177            "currency_code": "EUR",
178            "value": 621.52
179          }
180        },
181        "base_amount": {
182          "gross": {
183            "currency_code": "EUR",
184            "value": 468
185          },
186          "net": {
187            "currency_code": "EUR",
188            "value": 437.39
189          },
190          "tax": {
191            "currency_code": "EUR",
192            "value": 30.61
193          },
194          "display_amount": {
195            "currency_code": "EUR",
196            "value": 437.39
197          },
198          "price_unit": "PRICE_UNIT_RENTAL_BASE",
199          "display_suffix": "base price",
200          "tracking_net": {
201            "currency_code": "EUR",
202            "value": 437.39
203          }
204        },
205        "total_price_difference": {
206          "currency_code": "EUR",
207          "value": 0
208        },
209        "additional_info": {
210          "name": "Long Distance",
211          "description": "",
212          "icon": {
213            "id": "MileagePlanLarge",
214            "url": "https://cdn.sixt.io/rent/mileage_long.png"
215          },
216          "line_item_info": [
217            {
218              "name": "Unlimited miles",
219              "description": "",
220              "display_category": "DISPLAY_CATEGORY_INCLUDED",
221              "display_group": "DISPLAY_GROUP_NON_COLLAPSIBLE"
222            }
223          ],
224          "description_long": "",
225          "promo_label": ""
226        },
227        "total_price_difference_display_suffix": "/one-time",
228        "total_price_difference_per_day": {
229          "currency_code": "EUR",
230          "value": 0
231        },
232        "total_price_difference_per_day_display_suffix": "/day",
233        "additional_info_v2": {
234          "title": "Unlimited miles",
235          "subtitle": "All miles are included in the price"
236        },
237        "offer_list_price_difference_per_day": {
238          "currency_code": "EUR",
239          "value": 0
240        },
241        "offer_list_price_difference_per_day_display_suffix": "/day"
242      }
243    ],
244    "presentation_attributes_v2": [
245      {
246        "id": "numberOfPassengers",
247        "name": "numberOfPassengers",
248        "value": "5"
249      },
250      {
251        "id": "transmissionTypeV2",
252        "name": "AUTOMATIC",
253        "value": "Automatic"
254      },
255      {
256        "id": "doors",
257        "name": "doors",
258        "value": "4"
259      },
260      {
261        "id": "minDriverAge",
262        "name": "minDriverAge",
263        "value": "21"
264      }
265    ],
266    "is_young_driver_fee_applied": false,
267    "offer_highlighted_features": [
268      "Unlimited miles"
269    ]
270  }
271]
Developer
Maintained by Community