App Logo
leboncoin.fr

Get Leboncoin seller profile

Fetch a Leboncoin seller's public profile by its URL (as returned by get_ad's seller_profile_url). Works for both professional stores and private-individual sellers, returning a unified shape: name, member-since date, total ad count, response rate/time, presence, badges, and description. Pro sellers additionally get address, opening hours, website, and an aggregated rating with sample reviews — these are null for private sellers, who have no storefront or public rating on the site.

Input

url required

Seller profile URL, e.g. 'https://www.leboncoin.fr/boutique/1397746/store.htm' (pro) or 'https://www.leboncoin.fr/profile/<user_id>/offers' (private) — as returned by get_ad's seller_profile_url field.

Output

url required
name required
seller_type required
city optional
badges optional
address optional
zipcode optional
logo_url optional
total_ads optional
description optional
website_url optional
member_since optional
rating_count optional
rating_value optional
opening_hours optional
presence_text optional
rating_source optional
response_rate optional
response_time_text optional

FAQ

Fetch a Leboncoin seller's public profile by its URL (as returned by get_ad's seller_profile_url). Works for both professional stores and private-individual sellers, returning a unified shape: name, member-since date, total ad count, response rate/time, presence, badges, and description. Pro sellers additionally get address, opening hours, website, and an aggregated rating with sample reviews — these are null for private sellers, who have no storefront or public rating on the site.
Required: url.
It returns url, city, name, badges, address, zipcode, logo_url, total_ads, description, seller_type, website_url, member_since, rating_count, rating_value, opening_hours, presence_text, rating_source, response_rate, response_time_text.
No. It only uses pages of leboncoin.fr that are reachable without signing in.
It only reads. It looks things up on leboncoin.fr and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/leboncoin.fr/get_seller_profile, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/leboncoin.fr/get_seller_profile
It is part of Reduck's official curated catalogue.

Start building not clicking