How to scrape data from Leboncoin into a Googlesheet?

Sasha Bouloudnine
June 17, 2022
3 min read

Overview

GoogleSheet is an exceptional (free) tool: you can share it online, your data is immediately saved on the cloud, you get an extensive history of modifications, formulas are cool and provided with an always appreciated suggestions box.

Google themselves made a large-scale comparison (they did) and we have to accept GoogleSheet is definitely a tremendous collaborative tool:

image13.png

And according to this excellent article from Wonder.com, we count 750 million. to 2 billion. people using GoogleSheet in the world in 2021, versus 750 million. to 1.2 billion. for Excel.

For purely collaborative use, all bets are off.

image3.png

In this tutorial, we’ll see how to export your data from leboncoin, the main French Real Estate website, into a gorgeous GoogleSheet. Data scraping. Done. Online collabration. Done.

Let’s go!

Setup

Leboncoin uses DataDome bot mitigation which prevents most of the web scrapers from extracting data. We'll use our Leboncoin Listings Search Export automation for this tutorial, which has in-built DataDome Bypass feature.

Squid

First, let’s setup a clear Leboncoin Squid. If you need enhanced tutorial, feel free to check this dedicated article. Let’s start by picking from our browser the very URL we do need

e.g. all the housings in France, worth over 1 million euros

https://www.leboncoin.fr/recherche?category=9&real_estate_type=2&price=1000000-max

image1.png

Now, let’s create a Leboncoin Search Export cluster, and let’s add our precious URL:

how-to-scrape-data-from-leboncoin-into-a-googlesheet-image1.gif

OK we are ready! Now we can simply click on Save&Exit, in the upper right corner:

how-to-scrape-data-from-leboncoin-into-a-googlesheet-image5.png

Our cluster is created!

Googlesheet

Now, let’s prepare our googlesheet. Let’s first go on the googlesheet website, property of the house of Google, and let’s create a sheet.

Let’s visit simply this website, and click on “Create a spreadsheet”: https://docs.google.com/spreadsheets/u/0/?tgif=d

image12.png

NB: you’ll need to get a google account to perform this task. Before going ahead, be sure you do own a google account with proper credentials.

A proper sheet is created, hosted on the cloud!

Let’s rename it first, and then click on “Share“:

image15.png

Now, let’s be sure to share to Anyone (1) with Editor (2) right:

image6.png

NB: If not performed this way, our system will be not authorized to expand data to the dedicated googlesheet. Be sure to proprely set it this very way.

OK we’re done here! Let’s now simply copy-paste the URL of the sheet, clicking on copy link, and we’re good:

image9.png

Delivery

Last step of this tutorial! Let's just go back to our lobstr cluster - and click on the icon in the upper right corner that represents a paper plane.

how-to-scrape-data-from-leboncoin-into-a-googlesheet-image3.png

Then, simply paste the URL of your Googlesheet (1), and press Save (2).

how-to-scrape-data-from-leboncoin-into-a-googlesheet-image4.png

We’re fully up and ready!

image11.png

Launch

Now let’s simply launch our crawler:

how-to-scrape-data-from-leboncoin-into-a-googlesheet-image6.png

A new run is triggered, time to let the professionals play:

image2.png

🤖🤖🤖

Enjoy

~ 3 minutes later ~

Collection is complete! We did collect 104 listings, in 3 minutes, which is about 30 listings per minute. And directly visible from the RunPage:

image14.png

And now let’s check our lovely GoogleSheet: https://docs.google.com/spreadsheets/d/1yl7VqkXmESpnufye_CU8_7Wg14dfOP5gDylcavYnB2c/edit#gid=0

image8.png

All perfectly collected and standardized. Data you can immediately share with your working partners. With a flashy yellow top-line. Lovely.

Conclusion

Let’s sum-up then. With lobstr, you can, in literally 3 minutes: scrape the most valuable listing on Leboncoin of France, export all of this into a properly formatted Googlesheet, that and share it with immediately with your working partners.

With no code. For free.

Happy scraping!

🦞

1516989175726.jpeg

Sasha Bouloudnine

Co-founder @ lobstr.io since 2019. Genuine data avid and lowercase aesthetic observer. Ensure you get the hot data you need.

Related Articles