Leboncoin Classifieds Scraper
Pricing
from $1.60 / 1,000 record scrapeds
Go to Apify Store
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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:
| Field | Description |
|---|---|
id | Unique ad identifier |
title | Ad title |
price | Price as displayed (e.g. 450 €, Gratuit) |
price_value | Numeric price (null if free / no price) |
currency | Currency code (EUR) |
location | City / location of the ad |
department | French department code or name |
category | Ad category name |
url | Full URL of the ad detail page |
images | Comma-separated list of image URLs |
attributes | JSON key/value attributes (mileage, brand, fuel type, …) |
owner_type | pro (professional) or private (individual) |
owner_name | Seller or store name |
description | Full ad description text |
published_at | Ad publication date (ISO-8601) |
scraped_at | Scrape timestamp (ISO-8601) |
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
startUrls | array | — | Leboncoin category or search URLs to scrape. If omitted, a search URL is built from searchQuery. |
searchQuery | string | — | Keyword to search on leboncoin.fr. Ignored if startUrls is provided. |
category | string | — | Category ID (numeric) or slug, used when building a search from searchQuery. |
maxItems | integer | 10 | Maximum number of ads to return. |
Example — keyword search
{"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
- Resolves your input to a leboncoin.fr search or category URL.
- Loads listing pages through a hardened browser layer that clears leboncoin's bot protection.
- Parses each ad card and, where present, the detail page — price, location, attributes, seller type, images.
- Returns up to
maxItemsads.
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
categorywithsearchQueryto scope broad keywords (e.g. cars vs. real estate). attributesare returned as JSON so category-specific fields (mileage, size, etc.) stay structured.