Path Parameters
The Leboncoin seller id (a UUID). You can find this in the
owner.user_id field of any ad.Response
Seller profile object.
Show Seller object
Show Seller object
Seller UUID.
Store id, for pro sellers with a storefront (nullable).
Seller display name.
private or pro.ISO 8601 account creation timestamp (nullable).
Number of active listings (nullable).
Seller / store description (nullable).
URL to the seller’s profile picture (nullable).
Seller location (nullable).
List of badge strings awarded to the seller.
Message reply rate (0-1 or percent, nullable).
Seller presence status (e.g.
online, nullable).SIREN company registration number, for pro sellers (nullable).
SIRET establishment registration number, for pro sellers (nullable).
Business activity sector, for pro sellers (nullable).
Seller website URL (nullable).
Average store rating (nullable).
Total number of store ratings (nullable).
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.

