All sites
Data API
Leboncoin Data API
Classifieds listings and search from Leboncoin.
10endpointsDataDome · Rate Limit handled for you
Leboncoin Data API
Extract classifieds listings, search and sellers from Leboncoin as structured JSON. One POST per query, anti-bot handled, billed only on success.
POST /v1/data/leboncoin/{action}Key Features
Structured JSON
Clean, normalized records for classifieds listings, search and sellers. No HTML parsing on your side.
10 endpoints
Across 3 categories, all under one base path.
Anti-bot handled
DataDome, Rate Limit cleared for you behind the scenes.
Fresh or cached
Serve instantly from the warm store, or force a live scrape per request.
Regions & Languages
Global coverage. Results are returned for the default locale.
Pagination
Page through results with page.
Quick Start
Send your key and a few params. Failed requests are free.
import requests
resp = requests.post(
"https://api.capzy.ai/v1/data/leboncoin/search",
json={
"clientKey": "capzy_your_key_here",
"params": {
"text": "voiture",
"page": "1",
"category": "Ameublement"
}
},
)
print(resp.json()["result"])Per-run pricing
failed requests are free| Endpoint | Category | Price / 1k results |
|---|---|---|
/v1/data/leboncoin/ads/{list_id}Get Ad | Ads | 1 credit / run |
/v1/data/leboncoin/ads/{list_id}/similarComing soonSimilar Ads | Ads | 1 credit / run |
/v1/data/leboncoin/searchSearch Ads | Ads | 1 credit / run |
/v1/data/leboncoin/categoriesList Categories | Reference | 1 credit / run |
/v1/data/leboncoin/departmentsList Departments | Reference | 1 credit / run |
/v1/data/leboncoin/locations/searchComing soonLocations Search | Reference | 1 credit / run |
/v1/data/leboncoin/marketsList Markets | Reference | 1 credit / run |
/v1/data/leboncoin/regionsList Regions | Reference | 1 credit / run |
/v1/data/leboncoin/sellers/{user_id}Get Seller | Sellers | 1 credit / run |
/v1/data/leboncoin/sellers/{user_id}/listingsComing soonSeller Listings | Sellers | 1 credit / run |