Skip to content
All sites
Data API

Leboncoin Data API

Classifieds listings and search from Leboncoin.

10endpointsDataDome · Rate Limit handled for you
leboncoin.comGET/leboncoin/ads…GET/leboncoin/ads…GET/leboncoin/sea…{ } JSON

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.

data_api.py
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
EndpointCategoryPrice / 1k results
/v1/data/leboncoin/ads/{list_id}Get AdAds1 credit / run
/v1/data/leboncoin/ads/{list_id}/similarComing soonSimilar AdsAds1 credit / run
/v1/data/leboncoin/searchSearch AdsAds1 credit / run
/v1/data/leboncoin/categoriesList CategoriesReference1 credit / run
/v1/data/leboncoin/departmentsList DepartmentsReference1 credit / run
/v1/data/leboncoin/locations/searchComing soonLocations SearchReference1 credit / run
/v1/data/leboncoin/marketsList MarketsReference1 credit / run
/v1/data/leboncoin/regionsList RegionsReference1 credit / run
/v1/data/leboncoin/sellers/{user_id}Get SellerSellers1 credit / run
/v1/data/leboncoin/sellers/{user_id}/listingsComing soonSeller ListingsSellers1 credit / run