Leboncoin Classifieds Scraper avatar

Leboncoin Classifieds Scraper

Pricing

from $1.60 / 1,000 record scrapeds

Go to Apify Store
Leboncoin Classifieds Scraper

Leboncoin Classifieds Scraper

Scrape classified ads from leboncoin.fr — title, price, location, images, attributes, and owner type. Pass any category or search URL.

Pricing

from $1.60 / 1,000 record scrapeds

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape classified ads from leboncoin.fr — title, price, location, images, attributes, seller type, and full description. Point it at any category or search URL, or just give it a keyword.


What you get

Each ad record contains:

FieldDescription
idUnique ad identifier
titleAd title
pricePrice as displayed (e.g. 450 €, Gratuit)
price_valueNumeric price (null if free / no price)
currencyCurrency code (EUR)
locationCity / location of the ad
departmentFrench department code or name
categoryAd category name
urlFull URL of the ad detail page
imagesComma-separated list of image URLs
attributesJSON key/value attributes (mileage, brand, fuel type, …)
owner_typepro (professional) or private (individual)
owner_nameSeller or store name
descriptionFull ad description text
published_atAd publication date (ISO-8601)
scraped_atScrape timestamp (ISO-8601)

Input

ParameterTypeDefaultDescription
startUrlsarrayLeboncoin category or search URLs to scrape. If omitted, a search URL is built from searchQuery.
searchQuerystringKeyword to search on leboncoin.fr. Ignored if startUrls is provided.
categorystringCategory ID (numeric) or slug, used when building a search from searchQuery.
maxItemsinteger10Maximum number of ads to return.
{
"searchQuery": "vélo électrique",
"maxItems": 100
}

Example — category URL

{
"startUrls": [{ "url": "https://www.leboncoin.fr/recherche?category=9&locations=Paris_75" }],
"maxItems": 200
}

How it works

  1. Resolves your input to a leboncoin.fr search or category URL.
  2. Loads listing pages through a hardened browser layer that clears leboncoin's bot protection.
  3. Parses each ad card and, where present, the detail page — price, location, attributes, seller type, images.
  4. Returns up to maxItems ads.

Who it's for

  • Resellers & arbitrageurs tracking prices across categories.
  • Market analysts monitoring listing volume and pricing on France's largest classifieds site.
  • Lead-gen teams sourcing professional sellers (owner_type: pro) by category and region.

Notes

  • Pass a category with searchQuery to scope broad keywords (e.g. cars vs. real estate).
  • attributes are returned as JSON so category-specific fields (mileage, size, etc.) stay structured.