# Contacter plusieurs vendeurs auto sur Leboncoin

**Use case:** 

Envoyez un message personnalisé à plusieurs vendeurs auto Leboncoin en un run et suivez le statut de chaque envoi dans un dataset.

## Input

```json
{
  "action": "sendMessage",
  "email": "",
  "password": "***",
  "adUrl": "https://www.leboncoin.fr/ad/electromenager/3154283009",
  "adUrls": [],
  "message": "Bonjour, votre voiture est-elle toujours disponible ?",
  "senderName": "",
  "inboxLimit": 20,
  "includeContactedAds": false,
  "messageOrder": "asc",
  "messageLimit": 1000
}
```

## Output

```json
{
  "action": {
    "label": "Action",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "error_code": {
    "label": "Error Code",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  },
  "ad_id": {
    "label": "Ad ID",
    "format": "text"
  },
  "ad_url": {
    "label": "Ad URL",
    "format": "link"
  },
  "conversation_id": {
    "label": "Conversation ID",
    "format": "text"
  },
  "message_id": {
    "label": "Message ID",
    "format": "text"
  },
  "text": {
    "label": "Message Text",
    "format": "text"
  },
  "message_type": {
    "label": "Message Type",
    "format": "text"
  },
  "message_date": {
    "label": "Message Date",
    "format": "date"
  },
  "sent_at": {
    "label": "Sent At",
    "format": "date"
  },
  "outgoing": {
    "label": "Outgoing",
    "format": "boolean"
  },
  "read": {
    "label": "Read",
    "format": "boolean"
  },
  "partner_read": {
    "label": "Partner Read",
    "format": "boolean"
  },
  "attachments": {
    "label": "Attachments",
    "format": "array"
  },
  "client_message_id": {
    "label": "Client Message ID",
    "format": "text"
  },
  "message_count": {
    "label": "Message Count",
    "format": "number"
  },
  "reply_channel": {
    "label": "Reply Channel",
    "format": "text"
  },
  "partner_name": {
    "label": "Partner Name",
    "format": "text"
  },
  "partner_id": {
    "label": "Partner ID",
    "format": "text"
  },
  "has_integration": {
    "label": "Has Integration",
    "format": "boolean"
  },
  "item_id": {
    "label": "Item ID",
    "format": "text"
  },
  "item_type": {
    "label": "Item Type",
    "format": "text"
  },
  "item_status": {
    "label": "Item Status",
    "format": "text"
  },
  "item_title": {
    "label": "Item Title",
    "format": "text"
  },
  "item_price": {
    "label": "Item Price",
    "format": "text"
  },
  "item_image": {
    "label": "Item Image",
    "format": "image"
  },
  "item_owner_id": {
    "label": "Owner ID",
    "format": "text"
  },
  "item_owner_type": {
    "label": "Owner Type",
    "format": "text"
  },
  "last_message": {
    "label": "Last Message",
    "format": "text"
  },
  "last_message_date": {
    "label": "Last Message Date",
    "format": "date"
  },
  "unseen_count": {
    "label": "Unseen Count",
    "format": "number"
  },
  "presence_status": {
    "label": "Presence Status",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "list_id": {
    "label": "List ID",
    "format": "text"
  },
  "offer_id": {
    "label": "Offer ID",
    "format": "text"
  },
  "offered_price_eur": {
    "label": "Offered Price (EUR)",
    "format": "number"
  },
  "item_price_eur": {
    "label": "Item Price (EUR)",
    "format": "number"
  },
  "min_price_eur": {
    "label": "Min Price (EUR)",
    "format": "number"
  },
  "max_price_eur": {
    "label": "Max Price (EUR)",
    "format": "number"
  },
  "purchase_id": {
    "label": "Purchase ID",
    "format": "text"
  },
  "order_id": {
    "label": "Order ID",
    "format": "text"
  },
  "delivery_type": {
    "label": "Delivery Type",
    "format": "text"
  },
  "seller_city": {
    "label": "Seller City",
    "format": "text"
  },
  "seller_zipcode": {
    "label": "Seller Zipcode",
    "format": "text"
  },
  "buyer_fee": {
    "label": "Buyer Fee",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Leboncoin Acheteur API - Messages & Inbox](https://apify.com/clearpath/leboncoin-acheteur) with a specific input configuration. Visit the [Actor detail page](https://apify.com/clearpath/leboncoin-acheteur) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/clearpath/leboncoin-acheteur.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
