A simple class that crawls LeBonCoin ads according to a search URL.
Here are instructions to get started with the library.
composer require ninsuo/leboncoin-crawler
$crawler = new Fuz\LeBonCoin\Crawler();
$ads = $crawler->getAds('http://www.leboncoin.fr/annonces/offres/ile_de_france/', 100);