leboncoin-api

DEPRECATED

Downloads
111
Stars
169
Committers
15

Bot releases are hidden (Show)

leboncoin-api - Latest Release

Published by tdurieux about 4 years ago

Update dependencies

leboncoin-api - v0.0.39

Published by tdurieux about 5 years ago

Update the request header to make the library more reliable.

leboncoin-api - v0.0.38

Published by tdurieux over 5 years ago

leboncoin-api -

Published by tdurieux about 6 years ago

Use the new API of leboncoin.fr

thanks @alcaneo and @myrevers

leboncoin-api - Fix Seller name for professional Seller

Published by tdurieux about 7 years ago

Fix Seller name for professional Seller

Thanks @Alexandre3721

leboncoin-api - Search with a specified url

Published by tdurieux about 8 years ago

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.

leboncoin-api - v0.0.8

Published by tdurieux over 8 years ago

Fix

  • Adpats the parsers to the new leboncoin website
leboncoin-api - v0.0.9

Published by tdurieux over 8 years ago

Fix

  • Fix the image parser
leboncoin-api - Revision v0.0.7

Published by tdurieux over 8 years ago

This revision fixes the issue #8.