Skip to main content

Path Parameters

user_id
string
required
The Leboncoin seller id (a UUID). You can find this in the owner.user_id field of any ad.

Response

seller
object
Seller profile object.

Example Response

{
  "seller": {
    "user_id": "b3f1c2a0-8d4e-4a1b-9c2d-1e2f3a4b5c6d",
    "store_id": "1029384756",
    "name": "Cycles Paris Pro",
    "account_type": "pro",
    "registered_at": "2019-04-12T00:00:00Z",
    "total_ads": 214,
    "description": "Vente de vélos neufs et d'occasion, réparation et entretien.",
    "profile_picture_url": "https://img.leboncoin.fr/api/v1/lbcpb1/images/pp/cyclesparis.jpg",
    "location": "Paris 11e (75011)",
    "badges": ["verified_id", "fast_reply"],
    "feedback": {
      "overall_score": 4.7,
      "received_count": 318,
      "category_scores": { "communication": 4.8, "shipping": 4.6, "conformity": 4.7 }
    },
    "reply_rate": 0.96,
    "presence_status": "online",
    "siren": "812345678",
    "siret": "81234567800012",
    "activity_sector": "Commerce de détail de cycles",
    "website_url": "https://cyclesparispro.fr",
    "store_rating_value": 4.7,
    "store_ratings_total": 318,
    "store_reviews": [
      {
        "author_name": "Marc D.",
        "rating_value": 5.0,
        "text": "Vélo conforme à la description, vendeur réactif.",
        "review_time": "2026-06-10T15:22:00Z"
      }
    ]
  }
}
Each seller-profile request costs 5 credits. Failed requests are not charged.