Releases: tdurieux/leboncoin-api
Releases · tdurieux/leboncoin-api
v0.0.45
v0.0.39
v0.0.38
v0.0.31
Fix Seller name for professional Seller
Fix Seller name for professional Seller
Thanks @Alexandre3721
Search with a specified url
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
v0.0.8
Revision v0.0.7
This revision fixes the issue #8.