Add Tasks
Leboncoin Auto Message Sender
Add Tasks
Add Leboncoin listing URLs to send automated messages
POST
Add Tasks
Add Leboncoin listing URLs to send automated messages to sellers. Each task represents a listing that will receive your templated message.
Unlike search export scrapers, this tool takes direct listing URLs rather than search result pages. You can obtain listing URLs from the Leboncoin Listings Search Export scraper results.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYRequest body format. Value:
application/jsonRequest Body
| Field | Type | Required | Description |
|---|---|---|---|
| squid | string | Yes | Hash of your squid configured with the Leboncoin Auto Message Sender crawler |
| tasks | array | Yes | Array of task objects, each containing a url field |
Task Object
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Direct Leboncoin listing URL (e.g., https://www.leboncoin.fr/ad/locations/2943434204) |
Messages are only sent to listings where the seller has messaging enabled.
Code Examples
Response
200