GET
/v1/resultsGet Results
Retrieve scraped Leboncoin listings with details and seller informationRetrieve scraped classified listings from Leboncoin including pricing, location, seller details, and property-specific fields like DPE/GES ratings.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Listing Information
id
integer
Example: 53557759
object
string
Example: result
squid
string
Example: 72d18e4c94534b829877bb7c092b1f80
run
string
Example: 3ff48bb8ef19426e87fbb3e102dd4531
title
string
Example: Chaise de bureau
description
string
Example: Je vends chaise de bureau...
price
integer
Example: 20
currency
string
Example: EUR
url
string
Example: https://www.leboncoin.fr/ad/...
annonce_id
string
Example: 3017342920
category_name
string
Example: Ameublement
ad_type
string
Example: offer
Location Information
city
string
Example: Aix-en-Provence
city_label
string
Example: Aix-en-Provence 13100
postal_code
string
Example: 13100
department
string
Example: Bouches-du-Rhône
region
string
Example: Provence-Alpes-Côte d'Azur
lat
string
Example: 43.52638
lng
string
Example: 5.44614
Seller Information
owner_name
string
Example: EMMA
owner_type
string
Example: 0
owner_store_id
string
Example: 1095173
owner_siren
stringnull
Example: null
has_phone
boolean
Example: false
has_online_shop
boolean
Example: false
online_shop_url
stringnull
Example: null
Real Estate Fields
DPE
stringnull
Example: C
DPE_int
integernull
Example: 3
GES
stringnull
Example: B
GES_int
integernull
Example: 2
area
stringnull
Example: 75
room_count
integernull
Example: 3
real_estate_type
stringnull
Example: apartment
furnished
booleannull
Example: false
price_per_square_meter
numbernull
Example: 4500.5
Media & Status
picture
string
Example: https://img.leboncoin.fr/...
pictures
string
Example: url1, url2, url3
first_publication_date
string
Example: 2025-07-04T04:05:30Z
last_publication_date
string
Example: 2025-07-04T04:05:30Z
urgent
boolean
Example: false
booster
boolean
Example: false
scraping_time
string
Example: 2025-07-04T04:08:09.340Z
Parameters
squidstring
RequiredExample:
72d18e4c94534b829877bb7c092b1f80runstring
OptionalExample:
3ff48bb8ef19426e87fbb3e102dd4531pageinteger
OptionalExample:
1page_sizeinteger
OptionalExample:
50Pro Tip
The `details` object contains structured attributes that vary by category (furniture type, condition, color, etc.).
Pro Tip
Use `first_publication_date` to filter for new listings when processing results.
Note
DPE/GES fields are only populated for real estate listings.