GET
/v2/squid/{squid_id}/resultGet Results
Retrieve scraped LaCentrale vehicle listing data from your squidRetrieve 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
Example: W103321695
listing_url
string
Example: https://www.lacentrale.fr/auto-occasion-annonce-87103321695.html
price
float
Example: 34990.0
financing_teasing_price
float
Example: 493.0
photo_url
string
Example: https://pictures.lacentrale.fr/classifieds/...jpg
pictures_count
integer
Example: 34
first_online_date
datetime
Example: 2025-09-26T00:00:00
good_deal_badge
string
Example: VERY_GOOD_DEAL
Vehicle Information
make
string
Example: CITROEN
model
string
Example: JUMPY
version
string
Example: III CABINE APPROFONDIE TAILLE XL BLUEHDI 180
year
integer
Example: 2025
mileage
integer
Example: 15000
energy
string
Example: DIESEL
gearbox
string
Example: AUTO
doors
integer
Example: 5
external_color
string
Example: gris metal
category
string
Example: SUV
Seller Information
customer_type
string
Example: PRO
contact_name
string
Example: LEVELS Automobile
visit_place
string
Example: 59
country
string
Example: FR
Delivery Information
is_deliverable
boolean
Example: true
delivery_price
float
Example: 819.0
delivery_available_prices
array
Example: [319, 419, 519, 619, 719, 819]
Detailed Information (requires annonce_details)
equipment_list
array
Example: [ABS, Climatisation, GPS]
options_list
array
Example: [Caméra de recul, Toit panoramique]
seller_address
string
Example: 123 Avenue des Champs-Élysées, 75008, Paris
seller_name
string
Example: KEOS TROYES by Autosphere
is_verified_seller
boolean
Example: true
co2_emissions
float
Example: 105.0
engine_power_hp
float
Example: 150.0
fiscal_power
float
Example: 6.0
critair_level
string
Example: 1
euro_standard
string
Example: EURO6
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Parameters
limitinteger
OptionalExample:
10offsetinteger
OptionalExample:
0Pro Tip
Use `good_deal_badge` to identify underpriced vehicles - values include VERY_GOOD_DEAL, GOOD_DEAL.
Note
The `display_phone` field is base64 encoded. Decode it to get the actual phone number.
Pro Tip
Filter by `customer_type: PRO` to focus on dealership inventory vs private sellers.