Skip to main content
GET
/
v1
/
results
Get Results
curl --request GET \
  --url https://api.lobstr.io/v1/results \
  --header 'Authorization: <authorization>'
{
  "url": "<string>",
  "status": "<string>",
  "status_code": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve scraped data from your Leboncoin Listing Status Checker runs.

Headers

Authorization
string
required
Your API authentication token. Value: Token YOUR_API_KEY

Query Parameters

squid
string
required
Hash of the squid to get results from
run
string
Hash of a specific run (optional)
page
integer
Page number (default: 1). Example: 1

Result Fields

Each result object contains the following fields:
url
string
Leboncoin listing URL that was checked. Example: https://www.leboncoin.fr/ad/voitures/3172676206
status
string
Listing status: active or deactivated. Example: active
status_code
integer
HTTP status code returned by Leboncoin. Example: 200