Releases: tdurieux/leboncoin-api
Releases · tdurieux/leboncoin-api
v0.0.45
01 Sep 10:21
Compare
Sorry, something went wrong.
No results found
v0.0.39
21 Aug 08:18
Compare
Sorry, something went wrong.
No results found
Update the request header to make the library more reliable.
v0.0.38
17 Jul 13:16
Compare
Sorry, something went wrong.
No results found
v0.0.31
04 Aug 18:51
Compare
Sorry, something went wrong.
No results found
Use the new API of leboncoin.fr
thanks @alcaneo and @myrevers
Fix Seller name for professional Seller
22 Sep 11:30
Compare
Sorry, something went wrong.
No results found
Search with a specified url
30 Jul 13:32
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.0.8
03 Mar 23:17
Compare
Sorry, something went wrong.
No results found
Fix
Adpats the parsers to the new leboncoin website
Revision v0.0.7
09 Feb 13:37
Compare
Sorry, something went wrong.
No results found
This revision fixes the issue #8 .