Hertz API
hertz.com
Hertz - rental car availability and pricing by location with vehicle classes and quotes.
- Actions
- 3
- Category
- Travel
- Login
- Not required
- Output
- JSON
Call the Hertz API
Submit a task, then poll the job until it settles. This example runs act_hertz_vehicle_listing_pricing_filtered.
curl -X POST https://api.anakin.io/v1/wire/task \
-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",
"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"
}
}'3 actions on hertz.com
Read
Location Autocomplete
act_hertz_location_autocompleteread1 credit / callReturns matching pickup sites with codes, address, and coordinates for a location name.
- pickup_location_search
- string · required
Write
Write actions change state on hertz.com and run as the account you connect.
Filtered Vehicle Pricing
act_hertz_vehicle_listing_pricing_filteredwrite2 credits / callReturns rental pricing and availability for a chosen car class at a location and dates.
- pickup_location
- string · required
- pickup_hidden_eoag
- string · required
- inp_pickup_state_code
- string · required
- inp_pickup_country_code
- string · required
- inp_pickup_search_type
- string
- pickup_day_standard
- string · required
- dropoff_day_standard
- string · required
- pickup_day
- string · required
- dropoff_day
- string · required
- pickup_time
- string · required
- dropoff_time
- string · required
- selected_car_type
- string · required
Vehicle Pricing
act_hertz_vehicle_listing_pricingwrite2 credits / callReturns rental vehicle classes with prices, rate quotes, and mileage caps for a location and dates.
- pickup_location
- string · required
- pickup_hidden_eoag
- string · required
- inp_pickup_state_code
- string · required
- inp_pickup_country_code
- string · required
- inp_pickup_search_type
- string
- pickup_day_standard
- string · required
- dropoff_day_standard
- string · required
- pickup_day
- string · required
- dropoff_day
- string · required
- pickup_time
- string · required
- dropoff_time
- string · required
Hertz API questions
- Is there an API for Hertz?
- Hertz does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for hertz.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Hertz data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when hertz.com changes its markup, Anakin updates the action.
- Do I need a Hertz account?
- No. Every Hertz action listed here runs anonymously — no account and no credentials required.
- What does the Hertz API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Travel APIs
ADS-B Exchange
ADS-B Exchange - live flight tracking, aircraft positions, route history, and details.
Aeromexico
Aeromexico - flight and fare search, schedules, flight status, and destinations.
Afar
Travel destination guides, articles, and curated itineraries.
Agoda
Agoda - travel platform for hotels, vacation rentals, flights, and tours.
Airbnb
Airbnb - stay search by destination and dates with full property details.
Airbnb Portugal
Airbnb Portugal - stay search, listings, pricing, availability, and reviews.