Leboncoin.fr Scraper - FREE TO USE avatar

Leboncoin.fr Scraper - FREE TO USE

Pricing

Pay per usage

Go to Apify Store
Leboncoin.fr Scraper - FREE TO USE

Leboncoin.fr Scraper - FREE TO USE

Scrape listings from any leboncoin.fr search URL. Extract price, location, seller contact, photos, surface, rooms, energy rating, and all attributes. Supports real estate, cars, and all categories.

Pricing

Pay per usage

Rating

5.0

(2)

Developer

FlowExtract API

FlowExtract API

Maintained by Community

Actor stats

2

Bookmarked

5

Total users

4

Monthly active users

an hour ago

Last modified

Share

🏷️ Leboncoin.fr Scraper

Extract listings from any leboncoin.fr search URL price, location, seller contact, photos, surface, rooms, energy rating, and all category-specific attributes.

Scrapes comprehensive ad data from any leboncoin.fr search URL. Supports all filter combinations: category, location, price range, property type, rooms, surface, energy rating, fuel type, gearbox, mileage, and more. Just paste your search URL and go.


🚀 Quick Start

{
"startUrls": [
{ "url": "https://www.leboncoin.fr/recherche?category=9&locations=Paris_75001__48.8566_2.3522_10000_10000&real_estate_type=2" }
],
"maxResults": 50,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "FR"
}
}

Car Search with Keyword

{
"startUrls": [
{ "url": "https://www.leboncoin.fr/recherche?category=2&text=citroen&kst=k&fuel=2&gearbox=2&price_max=10000" }
],
"maxResults": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "FR"
}
}

All Pages Unlimited Results

{
"startUrls": [
{ "url": "https://www.leboncoin.fr/recherche?category=9&locations=Lorraine_53300__48.34594_-0.56243_5000_5000&real_estate_type=2" }
],
"maxResults": 0,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "FR"
}
}

Multi-URL Run

{
"startUrls": [
{ "url": "https://www.leboncoin.fr/recherche?category=9&locations=Lyon_69001__45.7597_4.8422_10000_10000&real_estate_type=1" },
{ "url": "https://www.leboncoin.fr/recherche?category=9&locations=Marseille_13001__43.2965_5.3698_10000_10000&real_estate_type=2" },
{ "url": "https://www.leboncoin.fr/recherche?category=2&text=peugeot&kst=k&price_max=8000" }
],
"maxResults": 50
}

📋 Input Parameters

ParameterTypeDefaultDescription
startUrlsarrayOne or more leboncoin.fr search URLs. All filters are parsed automatically from the URL.
maxResultsinteger10Max ads to scrape per URL. Set to 0 for unlimited (all pages).
proxyConfigurationobjectApify ResidentialProxy settings. French residential proxies required leboncoin.fr geo-blocks non-EU IPs at the network level.

📤 Output

Each scraped ad is saved as a single JSON record. Here is a real example output:

{
"list_id": 3126745351,
"url": "https://www.leboncoin.fr/ad/ventes_immobilieres/3126745351",
"source_url": "https://www.leboncoin.fr/recherche?category=9&locations=Lorraine_53300__48.34594_-0.56243_5000_5000&real_estate_type=2",
"status": "active",
"category_id": "9",
"category_name": "Ventes immobilières",
"subject": "Appartement 3 pièces 70 m²",
"body": null,
"price": 84500,
"price_cents": 8450000,
"first_publication_date": "2026-03-09 13:27:23",
"index_date": "2026-05-01 21:01:13",
"city": "Mayenne",
"zipcode": "53100",
"department_id": "53",
"region_id": "18",
"lat": 48.28813,
"lng": -0.6071946,
"poster_type": "pro",
"seller_name": "Audrey Mainfray - IAD France",
"seller_store_id": "67523483",
"seller_user_id": "9a6bf162-1ee6-4372-96d4-8162d720ce3f",
"image_count": 10,
"images": [
"https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/57/dc/fa57dc...jpg?rule=ad-large",
"..."
],
"thumb_url": "https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/57/dc/fa57dc...jpg?rule=ad-thumb",
"attributes": {
"real_estate_type": "Appartement",
"square": "70 m²",
"rooms": "3",
"bedrooms": "2 ch.",
"energy_rate": "D",
"ges": "D",
"heating_type": "Individuel",
"heating_mode": "Gaz",
"floor_number": "1",
"nb_floors_building": "4",
"building_year": "1950",
"global_condition": "Bon état",
"elevator": "Non",
"annual_charges": "178 €",
"price_per_square_meter": "1207",
"estimated_notary_fees": "6760 €",
"estimated_total_property_price": "91260 €",
"annual_energy_budget_min": "1300 €",
"annual_energy_budget_max": "1800 €",
"mandate_type": "exclusive",
"store_name": "Audrey Mainfray - IAD France",
"immo_sell_type": "old"
},
"_source": "leboncoin_nextjs"
}

📊 Dataset Views

The scraper includes six pre-configured views in the Apify dataset UI:

ViewPurpose
OverviewQuick summary photo, title, price, city, ZIP, category, seller, dates
DetailedFull ad data body text, coordinates, price in cents, seller IDs, source URL
Real Estate AttributesProperty-specific surface, rooms, energy rating (DPE/GES), floor, heating, charges, notary fees
Seller & ContactSeller name, type (pro/private), store ID, agency, mandate type, rates link
Location & MapCity, ZIP, department, region, and GPS coordinates for all ads
PhotosThumbnail + full image array per ad

⚡ Performance & Reliability

Speed

  • 100 ads → ~10–15 seconds
  • 1,000 ads → ~1–2 minutes
  • 5,000 ads → ~3–5 minutes

Error Handling

  • Exponential backoff with 10 retries on failed requests
  • Continues to the next URL if a URL fails entirely
  • Budget guard caps results before scraping starts no over-fetching

Resource Usage

  • Memory: 512 MB max
  • Proxy: French residential proxies required leboncoin.fr TCP-blocks non-EU connections

🔗 URL Parameters Reference

Paste any leboncoin.fr search URL directly all query parameters are parsed automatically:

ParameterExampleDescription
categorycategory=9Category ID. See table below.
text + kst=ktext=citroen&kst=kKeyword search
locationslocations=Paris_75001__48.86_2.35_10000_10000City + GPS + radius. Format: CityName_zipcode__lat_lng_defaultRadius_radius
real_estate_typereal_estate_type=2Property type filter (see below)
price_min / price_maxprice_min=50000&price_max=200000Price range in €
roomsrooms=3Minimum number of rooms
rooms_min / rooms_maxrooms_min=2&rooms_max=4Room range
squaresquare=50Minimum surface in m²
square_min / square_maxsquare_min=40&square_max=120Surface range
fuelfuel=2Fuel type for cars
gearboxgearbox=2Gearbox for cars
mileage_min / mileage_maxmileage_max=100000Mileage range for cars
regdate_min / regdate_maxregdate_min=2015Registration year for cars
owner_typeowner_type=propro / private / all
sortsort=price_ascrelevance / time / price_asc / price_desc
pagepage=3Start from page N

Sample URLs

Apartments in Paris: https://www.leboncoin.fr/recherche?category=9&locations=Paris_75001__48.8566_2.3522_10000_10000&real_estate_type=2
Houses for sale in Lyon: https://www.leboncoin.fr/recherche?category=11&locations=Lyon_69001__45.7597_4.8422_10000_10000&real_estate_type=1
Citroën cars: https://www.leboncoin.fr/recherche?category=2&text=citroen&kst=k
Diesel autos < 100k km: https://www.leboncoin.fr/recherche?category=2&fuel=2&mileage_max=100000&price_max=15000
Pro sellers only: https://www.leboncoin.fr/recherche?category=9&owner_type=pro&price_min=100000
Cheap rentals in Nantes: https://www.leboncoin.fr/recherche?category=10&locations=Nantes_44000__47.2184_-1.5536_10000_10000&price_max=700

⚠️ Important Notes

  • Data is extracted as-is from leboncoin.fr. Prices and availability should be verified directly with sellers.
  • French residential proxies are required leboncoin.fr drops TCP connections from non-EU IP addresses.
  • The scraper uses the leboncoin.fr Next.js web endpoint. If the site structure changes, check for actor updates.
  • Users must comply with leboncoin.fr's Terms of Service and applicable data protection laws (GDPR).

The actor creator is not responsible for how users utilize the extracted data.


💬 Support & Contact


🏠 Real Estate Data

Realtor.com Scraper Extract US property listings from Realtor.com. Pricing, agent contacts, tax history, AVM estimates, nearby schools, flood and noise data, and full listing history.

PropertyFinder Scraper Extract property listings from PropertyFinder across UAE, Saudi Arabia, Bahrain, Egypt, and Qatar. Prices, locations, agent contacts, amenities, and more.

Idealista Scraper API Advanced Idealista property data extraction with API access. Get listings, prices, and detailed property information.

Idealista Scraper Extract Spanish real estate listings from Idealista. Perfect for market analysis and property research.

AI Contact Intelligence Extractor Extract emails, phones, contacts & custom data using AI. Free regex extraction or paid AI-powered dynamic extraction.

🎬 Video & Media Tools

YouTube Transcript & Metadata Extractor Extract complete video transcripts with timestamps and comprehensive metadata. Perfect for content analysis, SEO, and subtitle generation.

YouTube Full Channel, Playlists, Shorts, Live Extract complete playlist information with all video details from any YouTube playlist. Fast, reliable, and built for scale.

Zoom Scraper | 🎥 Downloader & 📄 Transcript Extract Zoom meeting recordings, transcripts, and metadata. Ideal for meeting analysis and documentation.

Loom Scraper | 🎥 Downloader & 📄 Transcript Download Loom videos and extract transcripts. Perfect for training content and video documentation.

🛠️ Developer & Security Tools

Screenshot Fast, reliable webpage screenshots with customizable options. Essential for monitoring and documentation.

Ultimate Screenshot Advanced screenshot tool with full-page capture, custom viewports, and quality controls.

Network Security Scanner Scan websites for security vulnerabilities and get comprehensive security reports.

📱 Social Media Tools

Facebook Ads Scraper Pro Extract Facebook ads data for competitor analysis and market research. Track ad campaigns and strategies.


Ready to extract leboncoin.fr data? Start using Leboncoin.fr Scraper now!