ConsoleCatalog
Sign in
Hertz logo

Hertz

hertz.comTravelno auth

Rental car availability and pricing by location with vehicle classes and quotes.

Filtered Vehicle Pricing

ASYNCWRITENo auth

Returns rental pricing and availability for a chosen car class at a location and dates.

ParametersFormJSON

Human-readable pick-up location title matching the resolved airport or city

Hertz OAG location code for the pick-up site

Pick-up state or region code

Pick-up country code

Hertz search-type code for the pick-up location

Pick-up date in YYYY/MM/DD format

Drop-off date in YYYY/MM/DD format

Pick-up date in DD/MM/YYYY format

Drop-off date in DD/MM/YYYY format

Pick-up time (HH:MM)

Drop-off time (HH:MM)

Vehicle class or SIPP code to filter results (e.g. FCAR for full-size car)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_hertz_vehicle_listing_pricing_filtered",
    "params": {
      "pickup_location": "Los Angeles International Airport",
      "pickup_hidden_eoag": "LAXT15",
      "inp_pickup_state_code": "CA",
      "inp_pickup_country_code": "US",
      "inp_pickup_search_type": "5",
      "pickup_day_standard": "2026/06/15",
      "dropoff_day_standard": "2026/06/22",
      "pickup_day": "15/06/2026",
      "dropoff_day": "22/06/2026",
      "pickup_time": "00:01",
      "dropoff_time": "00:01",
      "selected_car_type": "FCAR"
    }
  }'