App Logo
leboncoin.fr

Create a leboncoin classified ad

Automatically create a leboncoin classified ad on leboncoin.fr. Create a classified ad on leboncoin from a title, description, price and category. Defaults to a dry run that fills the form and reports what would be posted without publishing; pass dryRun false to actually publish.

Input

price required

Asking price in euros.

title required

Ad title. leboncoin derives the category suggestions from this, so it must describe the item (e.g. "Vélo de ville adulte").

lastName required

Seller last name, required by the form.

location required

Street address to advertise from, e.g. "12 rue Duphot Paris". Resolved against leboncoin's own address suggestions; the first suggestion is taken and returned in resolvedLocation.

firstName required

Seller first name, required by the form.

description required

Ad body text.

imageBase64 required

The ad photo as base64 (PNG or JPEG), without a data: prefix. leboncoin refuses to publish an ad with no photo.

dryRun optional

True (default) fills the entire form and stops on the boost step without publishing. Set false to actually publish, which takes the free option only.

Default: true

Output

title required
dryRun required
published required

True only when the confirmation screen was reached. False on a dry run.

categoryChosen required

The category leboncoin suggested for this title and the script selected.

resolvedLocation required

The address as leboncoin resolved it from its own suggestions, e.g. "12 Rue Duphot, Paris (75001)".

price optional
confirmationText optional

The confirmation screen's message when published; null on a dry run. A newly posted ad sits at "En cours de vérification" until leboncoin reviews it.

FAQ

Create a classified ad on leboncoin from a title, description, price and category. Defaults to a dry run that fills the form and reports what would be posted without publishing; pass dryRun false to actually publish.
Ask an AI agent connected to Reduck to run reduck/leboncoin.fr/create_ad, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/leboncoin.fr/create_ad
You do not need one. "Create a leboncoin classified ad" drives the real leboncoin.fr pages in a browser, so it works whether or not leboncoin.fr offers an API for this.
Required: title, description, price, location, firstName, lastName, imageBase64. Optional: dryRun.
It returns price, title, dryRun, published, categoryChosen, confirmationText, resolvedLocation.
Yes. It acts as you on leboncoin.fr: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the leboncoin.fr cookies saved by the Reduck extension.
It makes changes on leboncoin.fr, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/leboncoin.fr/create_ad, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/leboncoin.fr/create_ad
It is part of Reduck's official curated catalogue.

Start building not clicking