Vehicle Ad Listing Extraction Schema
This model has been tailored based on customer feedback and usage. If you need a specific model and enough generalist, you can contact us on the support link below. If some fields are missing, you can also contact us to add them.
Contact us
VehicleAdListing object
-
ads
array
A list of vehicle ads on the listing page.
Items object
-
adTitle
string
The title of the vehicle ad.
-
price
[object, null]
The price of the vehicle - taking into account the thousands separator and decimal.
-
original
[string, null]
The raw unparsed price.
-
amount
[number, null]
Amount of the price.
-
currency
[string, null]
COMPUTE: Currency code in ISO3 format (e.g., USD, EUR, GBP). Derive from currency symbol if code not found ($ -> USD, € -> EUR, £ -> GBP).
-
original
[string, null]
-
vehicleLocation
string
The location where the vehicle is available.
-
mileage
[object, null]
The mileage of the vehicle.
-
value
[number, null]
The mileage value of the vehicle.
-
unit
[string, null]
The unit of mileage (km or mil).
-
value
[number, null]
-
adLink
string
A link to the full vehicle ad.
-
mainImage
[string, null]
A link to the main image of the vehicle.
-
fuelType
[string, null]
The type of fuel used by the vehicle (e.g., Gasoline, Diesel, Electric).
-
transmission
[string, null]
The type of transmission (e.g., Automatic, Manual).
-
year
[string, null]
The year the vehicle was manufactured.
-
make
[string, null]
The make of the vehicle.
-
model
[string, null]
The model of the vehicle.
-
type
[string, null]
The body style of the vehicle (e.g., Car, SUV, Sedan, Truck, 4x4).
-
color
[string, null]
The color of the vehicle.
-
engine
[string, null]
The engine specifications of the vehicle.
-
seller
[object, null]
-
personName
[string, null]
The name of the person selling the vehicle if not a company or dealership.
-
companyName
[string, null]
The name of the company if applicable.
-
locationAddress
[string, null]
The address of the seller's location.
-
phone
[string, null]
The contact phone number for the seller.
-
reviewCount
[number, null]
The number of reviews for the seller.
-
email
[string, null]
The contact email for inquiries and applications.
-
personName
[string, null]
-
options
[array, null]
A list of all vehicle options.
Items string
Items string
-
adReference
[string, null]
The reference of the ad.
-
adTitle
string
-
pagination
[object, null]
Pagination information for the vehicle ad listing.
-
pages
[array, null]
A list of pages available in the listing.
Items object
-
pageNumber
number
The page number in the listing.
-
pageUrl
string
The URL to the specific page in the listing.
-
pageNumber
number
-
nextPage
[object, null]
The next page available in the listing.
-
nextUrl
string
The URL of the next page in the listing.
-
nextUrl
string
-
pages
[array, null]