Get Results
curl --request GET \
--url https://api.lobstr.io/v1/results \
--header 'Authorization: <authorization>'import requests
url = "https://api.lobstr.io/v1/results"
headers = {"Authorization": "<authorization>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: '<authorization>'}};
fetch('https://api.lobstr.io/v1/results', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.lobstr.io/v1/results",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"Authorization: <authorization>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://api.lobstr.io/v1/results"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("Authorization", "<authorization>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://api.lobstr.io/v1/results")
.header("Authorization", "<authorization>")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.lobstr.io/v1/results")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["Authorization"] = '<authorization>'
response = http.request(request)
puts response.read_body{
"id": 123,
"annonce_id": "<string>",
"url": "<string>",
"message": "<string>",
"message_hash": "<string>",
"is_deactivated": true,
"is_sent": true,
"was_already_sent": true,
"last_publication_date": {},
"hash_value": "<string>"
}Leboncoin Auto Message Sender
Get Results
Retrieve scraped data from Leboncoin Auto Message Sender
GET
/
v1
/
results
Get Results
curl --request GET \
--url https://api.lobstr.io/v1/results \
--header 'Authorization: <authorization>'import requests
url = "https://api.lobstr.io/v1/results"
headers = {"Authorization": "<authorization>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: '<authorization>'}};
fetch('https://api.lobstr.io/v1/results', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.lobstr.io/v1/results",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"Authorization: <authorization>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://api.lobstr.io/v1/results"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("Authorization", "<authorization>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://api.lobstr.io/v1/results")
.header("Authorization", "<authorization>")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.lobstr.io/v1/results")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["Authorization"] = '<authorization>'
response = http.request(request)
puts response.read_body{
"id": 123,
"annonce_id": "<string>",
"url": "<string>",
"message": "<string>",
"message_hash": "<string>",
"is_deactivated": true,
"is_sent": true,
"was_already_sent": true,
"last_publication_date": {},
"hash_value": "<string>"
}Retrieve scraped data from your Leboncoin Auto Message Sender runs.
Headers
string
required
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
string
required
Hash of the squid to get results from
string
Hash of a specific run (optional)
integer
Page number (default: 1). Example:
1Result Fields
Each result object contains the following fields:int
Unique internal identifier for the message record. Example:
1string
Unique identifier for the Leboncoin listing this message was sent to. Example:
3165893393string
Direct URL to the listing on Leboncoin. Example:
https://www.leboncoin.fr/ad/ventes_immobilieres/3165893393text
Text content of the message sent to the seller. Example: `Hello toutong972,Je viens de voir votre article qui porte le nom:
Terrain à vendre Plassac 970M2L’offre m’intéresse?
Est-ce que vous pouvez me recontacter via la messagerie leboncoin?A très vite,
Sasha`
string
Internal hash used to uniquely identify this message
boolean
Whether the seller’s Leboncoin account has been deactivated. Example:
falseboolean
Whether the message was successfully sent. Example:
falseboolean
Whether this message was already sent in a previous run. Example:
falsedatetime
Last publication date of the associated listing. Example:
2026-03-21T21:10:58+00:00string
Internal hash used to deduplicate messages across runs. Example:
1679091c5a880faf6fb5e6087eb1b2dcResponse
200
{
"total_results": 1,
"limit": 50,
"page": 1,
"total_pages": 1,
"result_from": 1,
"result_to": 1,
"data": [
{
"id": 1,
"object": "result",
"squid": "0edb27ee3753f6a9cc04fe723532f667",
"run": "b4c057e086be2a3bb9a11bff058d7728",
"annonce_id": "3165893393",
"url": "https://www.leboncoin.fr/ad/ventes_immobilieres/3165893393",
"message": "Hello toutong972,\n\nJe viens de voir votre article qui porte le nom:\nTerrain à vendre Plassac 970M2\n\nL'offre m'intéresse?\nEst-ce que vous pouvez me recontacter via la messagerie leboncoin?\n\nA très vite,\nSasha",
"message_hash": "",
"is_deactivated": false,
"is_sent": false,
"was_already_sent": false,
"last_publication_date": "2026-03-21T21:10:58+00:00",
"hash_value": "1679091c5a880faf6fb5e6087eb1b2dc",
"functions": null,
"native_id": 12856
}
],
"next": null,
"previous": null
}