Skip to main content

Path Parameters

user_id
string
required
The Leboncoin seller id (a UUID) whose active ads you want.

Query Parameters

page
integer
default:1
Page number for paginated results.
limit
integer
default:35
Results per page. Maximum 100.

Response

user_id
string
The seller whose ads were returned.
ads
array
Array of the seller’s active ads (same Ad shape as search).
total
integer
Total number of active ads for this seller.
page
integer
The page that was returned.
limit
integer
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.