Travel
Avis logo

Avis API

avis.com

Avis - car rental search, vehicle classes, location details, and pricing.

Actions
4
Category
Travel
Login
Not required
Output
JSON

Call the Avis API

Submit a task, then poll the job until it settles. This example runs act_avis_com_location_detail.

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_avis_com_location_detail",
    "params": {
      "locale": "en-US",
      "mnemonic": "LAX"
    }
  }'

4 actions on avis.com

Read

  • Location Details

    act_avis_com_location_detailread1 credit / call

    Returns a rental location's address, coordinates, hours, and contact details.

    locale
    string · required
    mnemonic
    string · required
  • Location Search Autocomplete

    act_avis_com_location_search_autocompleteread1 credit / call

    Returns pickup and drop-off location suggestions matching a search keyword.

    locale
    string · required
    keyword
    string · required
    pickup_airport_keyword
    string

Write

Write actions change state on avis.com and run as the account you connect.

  • Rental Price Quote

    act_avis_com_rental_price_quotewrite2 credits / call

    Returns final rental totals with itemized taxes and fees for a vehicle class.

    pickupDate
    date · required
    pickupTime
    string · required
    dropoffDate
    date · required
    dropoffTime
    string · required
    age
    string · required
    countryOfResidence
    string · required
    locale
    string · required
    vehicleCode
    string · required
    vehicleId
    string · required
    priceRateCode
    string · required
    priceType
    string · required
    pickup_date
    string
    pickup_time
    string
    dropoff_date
    string
    dropoff_time
    string
    country_of_residence
    string
    vehicle_code
    string
  • Rental Protection Extras

    act_avis_com_rental_protection_extraswrite2 credits / call

    Returns protection plans and add-on extras with prices for a vehicle class.

    pickupDate
    date · required
    pickupTime
    string · required
    dropoffDate
    date · required
    dropoffTime
    string · required
    age
    string · required
    countryOfResidence
    string · required
    vehicleCode
    string · required
    vehicleId
    string · required
    locale
    string
    pickup_date
    string
    pickup_time
    string
    dropoff_date
    string
    dropoff_time
    string
    country_of_residence
    string
    vehicle_code
    string

Avis API questions

Is there an API for Avis?
Avis does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for avis.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 Avis 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 avis.com changes its markup, Anakin updates the action.
Do I need a Avis account?
No. Every Avis action listed here runs anonymously — no account and no credentials required.
What does the Avis 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

All Travel sites