Piloterr

Leboncoin Search API

POST
/v2/leboncoin/search_api

Search Leboncoin listings via structured POST API with advanced filters for category, location, price range, seller type, and sorting.

Credit cost: 1 credit per call

Autorização

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Corpo da resposta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v2/leboncoin/search_api"
{  "ads": [    {      "url": "https://www.leboncoin.fr/voitures/2712345678.htm",      "body": "Bonjour, je vends ma Golf 7 en parfait état, CT valable, aucun défaut.",      "owner": {        "name": "Lucas",        "type": "private",        "siren": null      },      "price": [        11500      ],      "images": {        "urls": [          "https://img.leboncoin.fr/api/cdn/thumbs/abcdef1.jpg"        ],        "nb_images": 6,        "small_url": "https://img.leboncoin.fr/api/cdn/thumbs/abcdef1.jpg",        "thumb_url": "https://img.leboncoin.fr/api/cdn/thumbs/abcdef1_thumb.jpg"      },      "status": "active",      "ad_type": "classified",      "list_id": 2712345678,      "subject": "Volkswagen Golf VII 1.6 TDI 110 Confortline Business",      "currency": "EUR",      "location": {        "lat": 45.75,        "lng": 4.85,        "city": "Lyon",        "zipcode": "69003",        "region_id": "22",        "country_id": "FR",        "region_name": "Auvergne-Rhône-Alpes",        "department_id": "69",        "department_name": "Rhône"      },      "attributes": [        {          "key": "regdate",          "value": "2017",          "value_label": "2017"        },        {          "key": "mileage",          "value": "112000",          "value_label": "112 000 km"        },        {          "key": "fuel",          "value": "diesel",          "value_label": "Diesel"        },        {          "key": "gearbox",          "value": "manual",          "value_label": "Manuelle"        },        {          "key": "brand",          "value": "volkswagen",          "value_label": "Volkswagen"        },        {          "key": "model",          "value": "Golf VII",          "value_label": "Golf VII"        },        {          "key": "critair",          "value": "2",          "value_label": "Crit'Air 2"        }      ],      "brand_name": null,      "category_id": "2",      "price_cents": [        1150000      ],      "category_name": "Voitures",      "creation_date": "2024-09-10T11:00:00+02:00",      "expiration_date": "2024-10-10T11:00:00+02:00"    }  ],  "total": 4821,  "max_pages": 100,  "total_all": 4821,  "total_pro": 1203,  "total_private": 3618}
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}