GET
/v1/resultsGet Results
Retrieve scraped Leboncoin listings with phone numbersRetrieve scraped Leboncoin classified listings with extracted phone numbers. Results include all fields from the standard Leboncoin scraper plus phone data.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Phone-Specific Fields
phone
stringnull
Example: +33486259896
has_phone
boolean
Example: true
functions.phone.filling_date
string
Example: 07/04/2025, 06:08:09 +0200
Listing Information
id
integer
Example: 53557759
object
string
Example: result
squid
string
Example: 72d18e4c94534b829877bb7c092b1f80
run
string
Example: 3ff48bb8ef19426e87fbb3e102dd4531
title
string
Example: Appartement 3 pièces
description
string
Example: Bel appartement...
price
integer
Example: 150000
url
string
Example: https://www.leboncoin.fr/ad/...
annonce_id
string
Example: 3017342920
Location Information
city
string
Example: Marseille
postal_code
string
Example: 13000
department
string
Example: Bouches-du-Rhône
region
string
Example: Provence-Alpes-Côte d'Azur
Seller Information
owner_name
string
Example: Jean Dupont
owner_siren
stringnull
Example: 123456789
owner_store_id
string
Example: 1095173
Real Estate Fields
area
stringnull
Example: 75
room_count
integernull
Example: 3
DPE
stringnull
Example: C
GES
stringnull
Example: B
furnished
booleannull
Example: false
Parameters
squidstring
RequiredExample:
72d18e4c94534b829877bb7c092b1f80runstring
OptionalExample:
3ff48bb8ef19426e87fbb3e102dd4531pageinteger
OptionalExample:
1page_sizeinteger
OptionalExample:
50Pro Tip
The `phone` field is only populated when `functions.phone` is enabled and the seller has phone contact enabled.
Pro Tip
Check `has_phone` before accessing the `phone` field to avoid null values.
Note
All other fields are identical to the Leboncoin Listings Search Export scraper.