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

