Leboncoin Action Automation Scraper avatar
Leboncoin Action Automation Scraper

Pricing

$35.00/month + usage

Go to Store
Leboncoin Action Automation Scraper

Leboncoin Action Automation Scraper

Developed by

SASWAVE

SASWAVE

Maintained by Community

Leboncoin action automation scraper. Allowed actions include: Send message, send offer, Get price and minimum price offer for an item. Advanced task automation scraper. Scale your actions on website leboncoin.fr . Advanced Web crawler for ecommerce website

0.0 (0)

Pricing

$35.00/month + usage

1

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

2 days ago

Leboncoin messaging scraper - Action automation

Leboncoin action automation scraper. Allowed actions include: Send message, send offer, Get price and minimum price offer for an item.

Advanced task automation scraper. Scale your actions on website leboncoin.fr

Advanced Web crawler for ecommerce website

How to extract cookies from your browser

Screenshot cookies extraction

  • install EditThisCookie chrome extension
  • login to your account and go to your clearbit home page
  • Use the extension and click "export"
  • Paste the cookies in the input "cookies" from the actor

The apify documentation has a tutorial on how to do it with screenshots, https://docs.apify.com/tutorials/log-in-by-transferring-cookies#export-your-cookies go to the export your cookies section

Ouput example

Sending message (data filled after action done)

{
"itemId": "",
"itemType": "",
"conversationId": "",
"conversation_url": "",
"last_message_date": "",
"last_message_preview": "",
"partnerId": "",
"partnerUrl": "",
"partnerName": "",
"partnerProfilePictureUrl": "",
"subject": "",
}

Sending offer

{
"itemId": "3005575043",
"url": "https://www.leboncoin.fr/ad/montres_bijoux/3005575043",
"buyer_offer_min_price": "168.00",
"offer_max_price": "20000000.00",
"title": "Montre Michel Herbelin Newport femme",
"picture": "https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/72/fa/c472fac6d749ae0e02a838cc03ece77adc89f3d7.jpg?rule=ad-thumb",
"price": "280.00",
"offer_price":"", // filled when action done
"offer_status":"", // filled when action done
"offer_id":"", // filled when action done
}

Get price and minimum price of an item

{
"itemId": "3005575043",
"url": "https://www.leboncoin.fr/ad/montres_bijoux/3005575043",
"buyer_offer_min_price": "168.00",
"offer_max_price": "20000000.00",
"title": "Montre Michel Herbelin Newport femme",
"picture": "https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/72/fa/c472fac6d749ae0e02a838cc03ece77adc89f3d7.jpg?rule=ad-thumb",
"price": "280.00"
}