Path Parameters
The Leboncoin seller id (a UUID) whose active ads you want.
Query Parameters
Page number for paginated results.
Results per page. Maximum 100.
Response
The seller whose ads were returned.
Array of the seller’s active ads (same Ad shape as search).
Leboncoin ad id (integer).
Human-readable category name.
Price in euros as an array of integers.
Price in euros as a number (nullable).
Currency code. Always EUR.
ISO 8601 first-publication timestamp.
Image set with nb_images, urls, urls_thumb, urls_large.
Location with region_id, region_name, department_id, city_label, zipcode, lat, lng.
Owner summary with user_id, type, name.
Total number of active ads for this seller.
The page that was returned.
The page size that was applied.
Example Response
{
"user_id": "b3f1c2a0-8d4e-4a1b-9c2d-1e2f3a4b5c6d",
"ads": [
{
"list_id": 2845123456,
"subject": "Vélo électrique VTC 500W - Excellent état",
"body": "Vélo électrique acheté il y a 6 mois, très peu servi.",
"ad_type": "offer",
"url": "https://www.leboncoin.fr/velos/2845123456.htm",
"category_id": "24",
"category_name": "Vélos",
"price": [890],
"price_eur": 890.0,
"currency": "EUR",
"first_publication_at": "2026-06-18T09:42:11Z",
"images": {
"nb_images": 3,
"urls": ["https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/cd/abcd.jpg"],
"urls_thumb": ["https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/cd/abcd_thumb.jpg"],
"urls_large": ["https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/cd/abcd_large.jpg"]
},
"location": {
"region_id": "22",
"region_name": "Île-de-France",
"department_id": "75",
"city_label": "Paris 11e",
"zipcode": "75011",
"lat": 48.8594,
"lng": 2.3765
},
"owner": {
"user_id": "b3f1c2a0-8d4e-4a1b-9c2d-1e2f3a4b5c6d",
"type": "pro",
"name": "Cycles Paris Pro"
}
}
],
"total": 214,
"page": 1,
"limit": 35
}
Each seller-listings request costs 5 credits. Failed requests are not charged.