Leboncoin Scraper avatar

Leboncoin Scraper

Pricing

$10.00/month + usage

Go to Apify Store
Leboncoin Scraper

Leboncoin Scraper

Scrapes Leboncoin.fr, Frances largest marketplace, for property, vehicles, jobs and goods. Extracts pricing, location, seller info, images, vehicle specs, property details and more. Supports keyword search, category and region filters. Free: 10 items. Paid: unlimited access with 2-hour free trial!!!

Pricing

$10.00/month + usage

Rating

5.0

(1)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

1

Bookmarked

5

Total users

1

Monthly active users

4 days ago

Last modified

Share

ParseForge Banner

πŸ‡«πŸ‡· Leboncoin Classifieds Scraper

Whether you're tracking French real estate prices, monitoring vehicle listings for market analysis, or collecting product data across France's largest classifieds marketplace β€” this actor makes it easy to collect structured data from Leboncoin at scale.

The Leboncoin Scraper extracts millions of classifieds listings, with real-time pricing, location data, and seller information β€” plus full category and filter support.

✨ What Does It Do

  • πŸ” Search by keyword across all Leboncoin categories or narrow by specific category
  • 🏠 Real estate tracking β€” apartments, houses, land with surface area, room count, bedrooms
  • πŸš— Vehicle listings β€” cars, motorcycles with brand, model, year, mileage
  • πŸ’Ό Job listings β€” employment opportunities with salary info
  • πŸ›οΈ Product listings β€” consumer goods across all categories
  • πŸ“ Region filtering β€” focus on specific French regions or departments
  • πŸ’° Price range filtering β€” min/max price to target specific budgets
  • πŸ“Έ Image extraction β€” all listing photos with URLs
  • πŸ”’ Full attribute extraction β€” category-specific fields (vehicle specs, property features, etc.)

🎬 Demo Video

Coming soon

πŸ”§ Input

Provide a search keyword and/or category to get started. The actor accepts a JSON configuration with search filters. For example, to search for BMW cars in Île-de-France priced between €5,000 and €30,000:

{
"searchQuery": "BMW",
"category": "vehicules",
"region": "ile_de_france",
"priceMin": 5000,
"priceMax": 30000,
"maxItems": 50
}

πŸ“Š Output

The actor returns structured JSON with the following fields for each listing:

FieldTypeDescription
listingIdStringUnique Leboncoin listing identifier
titleStringListing title
priceNumberPrice in EUR
priceFormattedStringFormatted price (e.g., "5 000 €")
categoryStringListing category
locationStringCity/region location
regionStringFrench administrative region
departmentStringFrench department code
descriptionStringFull listing description
listingUrlStringDirect URL to listing
imageUrlsArrayArray of image URLs
firstImageUrlStringPrimary image URL
thumbnailUrlStringThumbnail image URL
sellerNameStringSeller or owner name
sellerTypeString"particulier" or "professionnel"
postingDateStringOriginal posting date
lastUpdatedStringLast update date
attributesObjectCategory-specific attributes
vehicleTypeStringVehicle type (for vehicules)
vehicleBrandStringVehicle brand (for vehicules)
vehicleModelStringVehicle model (for vehicules)
vehicleYearIntegerYear of manufacture (for vehicules)
vehicleMileageIntegerMileage in km (for vehicules)
propertyTypeStringProperty type (for immobilier)
surfaceAreaNumberSurface area in mΒ² (for immobilier)
roomCountIntegerNumber of rooms (for immobilier)
bedroomCountIntegerNumber of bedrooms (for immobilier)
hasGardenBooleanHas garden (for immobilier)
hasParkingBooleanHas parking (for immobilier)
hasElevatorBooleanHas elevator (for immobilier)
furnishedStringFurnished status (for immobilier)
scrapedAtStringISO timestamp of scrape

Example output item:

{
"listingId": "123456789",
"title": "BMW SΓ©rie 3 320d Pack M",
"price": 24500,
"priceFormatted": "24 500 €",
"category": "vehicules",
"location": "Paris 75015",
"region": "ile_de_france",
"department": "75",
"vehicleBrand": "BMW",
"vehicleModel": "SΓ©rie 3",
"vehicleYear": 2019,
"vehicleMileage": 45000,
"listingUrl": "https://www.leboncoin.fr/voitures/123456789.htm",
"scrapedAt": "2026-04-06T23:15:00.000Z"
}

πŸ’Ž Why Choose the Leboncoin Scraper?

FeatureParseForge LeboncoinManual CollectionOther Scrapers
Full category coverageβœ… All categories❌ Time consuming⚠️ Limited
Real-time price extractionβœ… Automated❌ Tedious⚠️ Inconsistent
Region & price filteringβœ… Built-in❌ Manual filter⚠️ Not supported
Vehicle specs extractionβœ… Brand, model, year, mileage❌ Copy-paste❌ Not available
Property dataβœ… Surface, rooms, parking❌ Manual❌ Not available
Batch collectionβœ… Up to 1M items❌ Impossible⚠️ Limited
Residential proxy supportβœ… Automatic❌ Not available⚠️ Extra cost

πŸ“‹ How to Use

Sign up β€” Create a free Apify account with $5 credits included.

Configure β€” Set your search keyword, category, region, and price filters in the input JSON.

Run it β€” Execute the actor and receive structured JSON with all listings.

That's it. No coding, no setup, no proxy configuration β€” just pure data.

🎯 Business Use Cases

  • 🏒 Real Estate Analyst β€” Track property prices across French regions to identify investment opportunities and market trends before competitors
  • πŸš— Auto Dealer β€” Monitor competitor listings for used vehicles to price your inventory competitively and spot market gaps
  • πŸ“ˆ Market Researcher β€” Collect classifieds data to analyze consumer behavior, pricing trends, and supply patterns across France
  • 🏭 Procurement Manager β€” Track equipment and supplies listings to find cost-effective sourcing options

❓ FAQ

Q: Does this work for all Leboncoin categories? A: Yes β€” the scraper supports all main categories: vehicles (voitures, motorcycles), real estate (immobilier), rentals (Locations), for sale (Ventes), jobs (Emplois), and services.

Q: Can I filter by specific French regions? A: Absolutely β€” the region parameter accepts French administrative region codes like "ile_de_france", "provence_alpes_cote_azur", "occitanie", etc.

Q: How does pricing work for vehicle listings? A: The actor extracts both the numeric price value and formatted price string. Vehicle listings include brand, model, year, and mileage for comprehensive market analysis.

Q: What's the maximum number of listings I can collect? A: Paid users can collect up to 1,000,000 listings per run. Free users are limited to 10 items as a preview.

Q: Can I use this for real estate price tracking? A: Yes β€” the actor extracts property-specific fields including surface area, room count, bedroom count, parking availability, garden, elevator, and furnished status.

Q: Does it extract listing images? A: Yes β€” all available image URLs are extracted and available as imageUrls, firstImageUrl, and thumbnailUrl.

πŸ”— Integrate Leboncoin Scraper with any app

  • Apify API β€” Programmatic access to run actors and manage datasets
  • Webhook integrations β€” Trigger workflows on actor completion
  • Google Sheets β€” Export data directly to spreadsheets
  • Zapier β€” Connect to 5,000+ apps with no code
  • Slack β€” Get notified when scraping completes

πŸ’‘ More ParseForge Actors

Browse our complete collection of 400+ web scraping actors.

πŸš€ Ready to Start?

Create a free account with $5 credit

πŸ†˜ Need Help?

  • FAQ β€” Common questions about Apify actors
  • Documentation β€” Full actor documentation
  • Contact form β€” Reach our team for custom integrations

⚠️ Disclaimer

This Actor is an independent tool and is not affiliated with, endorsed by, or connected to Leboncoin SAS or any of its subsidiaries. All data is extracted from publicly accessible web pages. Users are responsible for ensuring their use of the data complies with Leboncoin's terms of service and applicable laws.