Leboncoin Property Listing Scraper
No credit card required
Leboncoin Property Listing Scraper
No credit card required
Scrapes property listings from Leboncoin based on transaction type, property type, city, and search radius. Efficiently handles JavaScript-rendered pages with Puppeteer, supports pagination, and stores structured data in JSON format. Ideal for extracting comprehensive real estate data across France.
Leboncoin Property Details Scraper
The Leboncoin Property Details Scraper is a powerful tool designed for efficiently scraping property listings details from Leboncoin based on parameters like transaction type, property type, city, and search radius. This actor is ideal for real estate analysis, lead generation, and market insights.
Key Features
- Transaction Types: Supports both vente (sale) and location (rental) listings.
- Property Types: Choose from a variety of property types, including houses, apartments, land, parking, and more.
- Pagination Handling: Efficiently navigates through paginated listings to gather comprehensive results.
- Cost and Usage: Optimized for efficient data extraction, allowing users to retrieve data at minimal cost.
Sample Output
The following is a JSON representation of the data structure returned by this actor:
1[ 2 { 3 "imageUrl": "https://img.leboncoin.fr/api/v1/lbcpb1/images/67/a6/1b/67a61b3a-76c3-4e87-8bbd-ab2016cec6cb?rule=bo-thumb", 4 "title": "Appartement - 5 pièces - VUE EN SCENE", 5 "textCaption": "Meudon 92190", 6 "detailPageLink": "https://www.leboncoin.fr/ad/ventes_immobilieres/2358421298", 7 "price": "2 480 000 €", 8 "isPro": true 9 }, 10 { 11 "imageUrl": null, 12 "title": "Chamalières, appartement 97 m2, balcon, garage, calme", 13 "textCaption": "Chamalières 63400", 14 "detailPageLink": "https://www.leboncoin.fr/ad/ventes_immobilieres/2850160780", 15 "price": "275 000 €", 16 "isPro": true 17 }, 18 { 19 "imageUrl": null, 20 "title": "2 Immeuble de rapport - 7 & 3 appartements", 21 "textCaption": "Uzerche 19140", 22 "detailPageLink": "https://www.leboncoin.fr/ad/ventes_immobilieres/2874678682", 23 "price": "250 000 €", 24 "isPro": true 25 }, 26 { 27 "imageUrl": null, 28 "title": "Exclusivité aix en provence Saint mitre", 29 "textCaption": "Aix-en-Provence 13090", 30 "detailPageLink": "https://www.leboncoin.fr/ad/ventes_immobilieres/2856636174", 31 "price": "432 600 €", 32 "isPro": true 33 } 34]
Output Structure
The following table provides a breakdown of the data fields returned for each property listing:
Field | Description | Example Value |
---|---|---|
imageUrl | Direct link to the listing's main image (if available) | https://img.leboncoin.fr/api/v1/lbcpb1/images/67/a6/1b/67a61b3a-76c3-4e87-8bbd-ab2016cec6cb?rule=bo-thumb |
title | The listing title with property details | Appartement - 5 pièces - VUE EN SCENE |
textCaption | Location information | Meudon 92190 |
detailPageLink | Direct link to the listing's detail page on Leboncoin | https://www.leboncoin.fr/ad/ventes_immobilieres/2358421298 |
price | Property price in EUR | 2 480 000 € |
isPro | Boolean indicating if the listing is from a professional | true |
This actor is designed to deliver reliable, high-quality data extraction from Leboncoin’s real estate section, providing a streamlined solution for real estate professionals and data analysts alike.
- 3 monthly users
- 1 star
- 100.0% runs succeeded
- Created in Nov 2024
- Modified 5 days ago