Back to library
Leboncoin Search API
Scrape Leboncoin search results or category pages by URL, returning paginated listings with price, location, and attributes. Returns structured JSON by default, or raw HTML on demand.
Active1 credit = 1 requestGET/v2/leboncoin/search
Endpoint Overview
Detailed documentation, pricing, and usage examples.
Loading…
Code samples
Bash
curl --location --request GET 'https://api.piloterr.com/v2/leboncoin/search' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Replace <token> with your API key, then run the request from your terminal or app.
Create free account, get +500 creditsExample response
JSON
{
"ads": [
{
"url": "https://www.leboncoin.fr/voitures/2718234567.htm",
"body": "Renault Megane IV Estate diesel, CT valable 2 ans, révision à jour, non fumeur.",
"owner": {
"name": "Sophie",
"type": "private"
},
"price": [
9900
],
"images": {
"nb_images": 8,
"small_url": "https://img.leboncoin.fr/api/cdn/thumbs/xyz12345.jpg"
},
"status": "active",
"list_id": 2718234567,
"subject": "Renault Megane IV Estate 1.5 DCI 110 Business",
"location": {
"city": "Versailles",
"zipcode": "78000",
"region_name": "Île-de-France",
"department_name": "Yvelines"
},
"attributes": [
{
"key": "brand",
"value": "renault",
"value_label": "Renault"
},
{
"key": "model",
"value": "Megane IV Estate",
"value_label": "Megane IV Estate"
},
{
"key": "regdate",
"value": "2018",
"value_label": "2018"
},
{
"key": "mileage",
"value": "89000",
"value_label": "89 000 km"
},
{
"key": "fuel",
"value": "diesel",
"value_label": "Diesel"
},
{
"key": "gearbox",
"value": "manual",
"value_label": "Manuelle"
},
{
"key": "critair",
"value": "2",
"value_label": "Crit'Air 2"
}
],
"category_id": "2",
"category_name": "Voitures",
"creation_date": "2024-09-18T09:30:00+02:00"
}
],
"total": 12481,
"pagination": {
"page": 1,
"total_pages": 100
}
}Integrations
Integrate Leboncoin Search with your favorite tools.
Pricing
1 credit per request
Reviews
5 / 5 (58 reviews)
66 active users
392K requests
12ms avg response time
Method
GET, POST
Path
/v2/leboncoin/search
Status
Active
Collections
Related APIs
Expand your data capabilities with these complementary tools.