Skip to main content
POST
/
api
/
cargurus
/
listings
/cargurus/listings
curl --request POST \
  --url https://api.anysite.io/api/cargurus/listings \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "listing": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "CargurusListingDetail",
    "url": "<string>",
    "vin": "<string>",
    "make": "<string>",
    "model": "<string>",
    "year": 123,
    "trim": "<string>",
    "body_type": "<string>",
    "condition": "<string>",
    "is_cpo": false,
    "price": 123,
    "imv": 123,
    "msrp": 123,
    "price_differential": 123,
    "deal_rating": "<string>",
    "mileage": 123,
    "drivetrain": "<string>",
    "transmission": "<string>",
    "engine": "<string>",
    "exterior_color": "<string>",
    "interior_color": "<string>",
    "fuel_type": "<string>",
    "city_mpg": 123,
    "combined_mpg": 123,
    "ev_battery": {
      "@type": "CargurusEvBattery",
      "capacity_kwh": 123,
      "range_mi": 123,
      "charge_time_240v_hr": 123
    },
    "description": "<string>",
    "stock_number": "<string>",
    "days_at_dealer": 123,
    "days_on_market": 123,
    "saved_count": 123,
    "is_hot_seller": false,
    "image": "<string>",
    "images": [],
    "image_count": 123,
    "options": [],
    "dealer_fees": [],
    "safety": {
      "@type": "CargurusSafetyRating",
      "overall": 123,
      "frontal_crash": 123,
      "side_crash": 123,
      "rollover": 123
    },
    "vehicle_history": {
      "@type": "CargurusVehicleHistory",
      "has_report": false,
      "accident_count": 123,
      "owner_count": 123,
      "is_salvage": false,
      "is_lemon": false,
      "is_theft": false,
      "is_frame_damaged": false,
      "is_fleet": false,
      "is_total_loss": false,
      "is_damaged": false,
      "report_at": 123
    },
    "price_history": [],
    "seller": {
      "@type": "CargurusSeller",
      "id": "<string>",
      "name": "<string>",
      "city": "<string>",
      "state": "<string>",
      "street": "<string>",
      "zip": "<string>",
      "phone": "<string>",
      "sms_phone": "<string>",
      "website_url": "<string>",
      "image": "<string>",
      "inventory_url": "<string>",
      "is_franchise": false,
      "facebook_url": "<string>",
      "instagram_url": "<string>",
      "youtube_url": "<string>",
      "google_maps_url": "<string>",
      "opening_hours": []
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
listing
string
required

Listing id or a full CarGurus listing URL

Minimum string length: 1
Examples:

"448781364"

"https://www.cargurus.com/details/448781364"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:CargurusListingDetail
url
string | null
vin
string | null
make
string | null
model
string | null
year
integer | null
trim
string | null
body_type
string | null
condition
string | null
is_cpo
boolean
default:false
price
number | null
imv
number | null
msrp
number | null
price_differential
number | null
deal_rating
string | null
mileage
number | null
drivetrain
string | null
transmission
string | null
engine
string | null
exterior_color
string | null
interior_color
string | null
fuel_type
string | null
city_mpg
number | null
combined_mpg
number | null
ev_battery
object
description
string | null
stock_number
string | null
days_at_dealer
integer | null
days_on_market
integer | null
saved_count
integer | null
is_hot_seller
boolean
default:false
image
string | null
images
string[]
image_count
integer | null
options
string[]
dealer_fees
object[]
safety
object
vehicle_history
object
price_history
object[]
seller
object