Skip to content

Releases: tdurieux/leboncoin-api

v0.0.45

01 Sep 10:21

Choose a tag to compare

Update dependencies

v0.0.39

21 Aug 08:18

Choose a tag to compare

Update the request header to make the library more reliable.

v0.0.38

17 Jul 13:16

Choose a tag to compare

0.0.38

v0.0.31

04 Aug 18:51

Choose a tag to compare

Use the new API of leboncoin.fr

thanks @alcaneo and @myrevers

Fix Seller name for professional Seller

22 Sep 11:30

Choose a tag to compare

Fix Seller name for professional Seller

Thanks @Alexandre3721

Search with a specified url

30 Jul 13:32

Choose a tag to compare

It's now possible to search on leboncoin with a specific url like this:

var url = 'http://www.leboncoin.fr/ventes_immobilieres/offres/...';
new leboncoin.Search().run(url).then(function (data) {
  console.log(data);
});

If url is null, the library will use the previous API.

v0.0.9

03 Mar 23:16

Choose a tag to compare

Fix

  • Fix the image parser

v0.0.8

03 Mar 23:17

Choose a tag to compare

Fix

  • Adpats the parsers to the new leboncoin website

Revision v0.0.7

09 Feb 13:37

Choose a tag to compare

This revision fixes the issue #8.