Leboncoin Scraper - Classifieds Listings & Prices (France)
Pricing
from $1.50 / 1,000 listing-scrapeds
Leboncoin Scraper - Classifieds Listings & Prices (France)
Scrape Leboncoin listings and prices across all categories: France's #1 classifieds marketplace. Structured JSON. Runs with defaults, MCP-ready.
Pricing
from $1.50 / 1,000 listing-scrapeds
Rating
0.0
(0)
Developer
Quine Quine
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape Leboncoin listings and prices across every category in one run. Leboncoin is France's #1 classifieds marketplace, and this Actor is built for resellers, price comparison, and market research: fast, reliable, and returned as clean structured JSON. Runs with defaults and works as an MCP tool for AI agents.
What it does
Give it a search term (or leave it empty for the newest listings), optionally narrowed by category, location, or price. It returns every ad as a structured record you can build on:
- Whole-of-France price comparison - the core reseller / arbitrage use case
- Search by keyword or pull the newest ads
- Reliable through Leboncoin's DataDome anti-bot protection
- Stable JSON schema - safe to depend on in code and pipelines
- Runs with defaults - no configuration needed to get results
- MCP-ready - AI agents can discover and call it as a tool
Input
| Field | Type | Default | Description |
|---|---|---|---|
query | string | "" | Search term. Empty = newest listings. |
countries | array | ["fr"] | Leboncoin is France-only, so runs always return FR data regardless of this value. |
maxItems | integer | 100 | Max listings returned. |
filters | object | {} | Optional filters: category, locations, price, sort, shippable, owner_type. |
proxyConfiguration | object | residential FR | Residential French proxy required (Leboncoin is DataDome-gated). |
Example input
{"query": "iphone","maxItems": 100,"filters": { "shippable": "true" }}
Output
Each ad is one dataset record:
{"id": "2....","url": "https://www.leboncoin.fr/ventes_immobilieres/....htm","title": "iPhone 13 128 Go","price": { "amount": 300, "currency": "EUR" },"totalPrice": { "amount": 314.65, "currency": "EUR" },"serviceFee": { "amount": 14.65, "currency": "EUR" },"originalPrice": { "amount": 350, "currency": "EUR" },"brand": "Apple","size": "M","condition": "Très bon état","category": "Téléphones & Objets connectés","country": "fr","location": { "city": "Villeurbanne", "region": "Rhône-Alpes", "postalCode": "69100" },"images": ["https://img....leboncoin.fr/....webp"],"listedAt": "2026-07-09T10:30:00+00:00","isBusinessSeller": false,"isShippable": true,"scrapedAt": "2026-07-10T12:00:00+00:00"}
Optional fields appear only when present on the ad:
totalPrice/serviceFeecover Leboncoin's buyer-protection fee: present on shippable goods, absent on cars and real-estateoriginalPriceappears only on price-dropped adssizeis fashion listings onlylocationandbrandvary by category
Use cases
- Reseller arbitrage - spot underpriced ads and flip them for a margin
- Price monitoring - track prices for categories, brands, or regions over time
- Market research - supply, pricing, and demand trends on France's largest classifieds site
- AI agents - a reliable data tool an agent can call to answer "what does X sell for on Leboncoin?"
Pricing
Pay per result - you're charged per listing returned, so you only pay for data you actually get. See the exact per-event price on this Actor's page.
Fair use & privacy
Reads public listings only - no login and no third-party account cookies. Personal seller profiles are not collected (GDPR-friendly): the output contains listing data, not people.