Classifieds price research
Leboncoinエンドポイントを使えば、「Classifieds price research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn Leboncoin's classifieds listings into structured JSON — normalized public listing cards from a location search, and full public detail for one listing, from France's largest online classifieds marketplace.
Search Leboncoin listings by location and get normalized public listing detail as structured JSON, for France's largest classifieds marketplace.
エンドポイントファミリー
2
ドキュメント化されたパラメータ
4
サンプル数
0
ライブカタログスナップショット
稼働エンドポイント
2
メソッド
GET
必須パラメータ
4
スキーマ参照
2
{
"platform": "Leboncoin",
"endpoint": "leboncoin-search",
"method": "GET",
"path": "/leboncoin/search",
"auth": "apiKey"
}ユースケース
Search Leboncoin listings by location and get normalized public listing detail as structured JSON, for France's largest classifieds marketplace.
Leboncoinエンドポイントを使えば、「Classifieds price research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Leboncoinエンドポイントを使えば、「Listing monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Leboncoinエンドポイントを使えば、「Marketplace catalog analysis」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のLeboncoinエンドポイントカタログから取得しています(エンドポイント2件、ドキュメント化されたリクエストパラメータ4個、公開レスポンススキーマ2件)。DocsとPlaygroundが参照しているカタログと同じものです。
Leboncoinのエンドポイントは2件、2つのリクエストファミリーに分類されています(Listing、Search)。
これらのLeboncoinエンドポイントには4個のリクエストパラメータがドキュメント化されており、うち4個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
2件のLeboncoinエンドポイントのうち2件がドキュメント化されたレスポンススキーマを備えているため、パース処理を書く前にJSONの構造が分かります。
Leboncoinのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Leboncoinのエンドポイントは2個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/leboncoin/listing
/leboncoin/search
エンドポイントカタログ
/leboncoin/searchReturns normalized public listing cards from one Leboncoin location page. This endpoint excludes contacts, seller profiles, accounts, and transaction data.
MCPツール leboncoin_search
/leboncoin/listingReturns normalized public metadata for one supplied Leboncoin ad URL. It excludes seller identity and contacts, precise location, payment, delivery, and account data.
MCPツール leboncoin_listing
関連API
Marketplaces & Retail
Collect marketplace product signals from Amazon without building brittle storefront scrapers.
Marketplaces & Retail
Build resale, pricing, and marketplace workflows from structured eBay data.
Marketplaces & Retail
Turn public Shop.app product and merchant pages into structured JSON for e-commerce product intelligence, price research, shop monitoring, and marketplace discovery workflows.
Leboncoinのスクレイピング方法
Crawlora's Leboncoin endpoints return normalized public listing data as JSON with one API key — no account or session cookie required.
/leboncoin/search takes a required location and returns that location page's normalized public listing cards — around 18 ads, each with id, url, title, category, price_eur and image_url. There is no keyword parameter: the search is geographic, and you filter by category from the returned cards.
price_eur is named for its unit — Leboncoin is a French marketplace and every price is in euros, not the caller's local currency. No conversion is applied, so convert downstream if you are comparing against non-euro sources.
Pass a Leboncoin ad URL — the full public URL, not a bare id — to /leboncoin/listing for that ad's normalized public metadata.
Both endpoints exclude seller identity, contact details, precise location, payment and delivery data by design. That is a scoping decision rather than a gap: the endpoints return only what Leboncoin shows an anonymous visitor, which keeps the data on the right side of France's privacy expectations for classifieds.
FAQ
Call /leboncoin/search with a location for that page's normalized listing cards — id, url, title, category, price_eur and image — or /leboncoin/listing with a full ad URL for one ad's public detail. Both return structured JSON with no session cookie or account needed.
Not through this API. /leboncoin/search is anchored on a location and takes no keyword or query parameter, so the practical pattern is to pull a location page and filter by the category field on the returned cards. Each card also carries price_eur, so price filtering happens in your own code rather than in the request.
No — both Leboncoin endpoints exclude seller identity and contact details, precise location, payment, delivery, and account data. They return only the normalized public listing metadata Leboncoin shows to anonymous visitors.
Collecting publicly accessible listing data is generally permissible if you respect Leboncoin's terms of use, robots directives, rate limits, and applicable law. This is for public data you are authorized to collect.