GET/v2/squid/{squid_id}/result

Get Results

Retrieve scraped LaCentrale vehicle listing data from your squid

Retrieve vehicle listing data from your completed LaCentrale scraping tasks. The scraper extracts comprehensive vehicle information including pricing, specifications, and seller details.

Basic Listing Information

reference
string
Unique listing reference ID
Example: W103321695
listing_url
string
Full URL to the listing
Example: https://www.lacentrale.fr/auto-occasion-annonce-87103321695.html
price
float
Listing price in EUR
Example: 34990.0
financing_teasing_price
float
Monthly financing price
Example: 493.0
photo_url
string
Main photo URL
Example: https://pictures.lacentrale.fr/classifieds/...jpg
pictures_count
integer
Number of photos
Example: 34
first_online_date
datetime
When listing was first published
Example: 2025-09-26T00:00:00
good_deal_badge
string
Deal quality indicator
Example: VERY_GOOD_DEAL

Vehicle Information

make
string
Manufacturer
Example: CITROEN
model
string
Model name
Example: JUMPY
version
string
Full version/trim
Example: III CABINE APPROFONDIE TAILLE XL BLUEHDI 180
year
integer
Model year
Example: 2025
mileage
integer
Odometer reading in km
Example: 15000
energy
string
Fuel type
Example: DIESEL
gearbox
string
Transmission type
Example: AUTO
doors
integer
Number of doors
Example: 5
external_color
string
Exterior color
Example: gris metal
category
string
Vehicle category
Example: SUV

Seller Information

customer_type
string
Seller type (PRO/PARTICULIER)
Example: PRO
contact_name
string
Seller/dealership name
Example: LEVELS Automobile
visit_place
string
Department code
Example: 59
country
string
Country code
Example: FR

Delivery Information

is_deliverable
boolean
Whether delivery is available
Example: true
delivery_price
float
Delivery cost in EUR
Example: 819.0
delivery_available_prices
array
Available delivery price tiers
Example: [319, 419, 519, 619, 719, 819]

Detailed Information (requires annonce_details)

equipment_list
array
List of standard equipment
Example: [ABS, Climatisation, GPS]
options_list
array
List of optional equipment
Example: [Caméra de recul, Toit panoramique]
seller_address
string
Full seller address
Example: 123 Avenue des Champs-Élysées, 75008, Paris
seller_name
string
Dealership/seller name
Example: KEOS TROYES by Autosphere
is_verified_seller
boolean
Whether seller is verified
Example: true
co2_emissions
float
CO2 emissions (g/km)
Example: 105.0
engine_power_hp
float
Engine power in HP
Example: 150.0
fiscal_power
float
Fiscal horsepower
Example: 6.0
critair_level
string
Crit'Air sticker level
Example: 1
euro_standard
string
Euro emission standard
Example: EURO6

Headers

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes

Parameters

limitinteger
Optional
Number of results per page (default: 10, max: 100)
Example: 10
offsetinteger
Optional
Number of results to skip for pagination
Example: 0
Pro Tip

Pro Tip

Use `good_deal_badge` to identify underpriced vehicles - values include VERY_GOOD_DEAL, GOOD_DEAL.
Note

Note

The `display_phone` field is base64 encoded. Decode it to get the actual phone number.
Pro Tip

Pro Tip

Filter by `customer_type: PRO` to focus on dealership inventory vs private sellers.