Skip to main content
GET
/
v1
/
results
Get Results
curl --request GET \
  --url https://api.lobstr.io/v1/results \
  --header 'Authorization: <authorization>'
{
  "online_store_id": "<string>",
  "online_store_name": "<string>",
  "url": "<string>",
  "phone": "<string>",
  "is_mobile": true,
  "has_phone": true,
  "active_since": "<string>",
  "address": "<string>",
  "zipcode": "<string>",
  "city": "<string>",
  "department": "<string>",
  "department_label": "<string>",
  "region": "<string>",
  "region_label": "<string>",
  "lat": 123,
  "lng": 123,
  "siren": "<string>",
  "siret": "<string>",
  "slogan": "<string>",
  "description": "<string>",
  "opening_hours": "<string>",
  "rating_value": 123,
  "rating_count": 123,
  "logo_url": "<string>",
  "sector": "<string>",
  "sector_id": 123,
  "hide_address": true,
  "hide_contact_form": true,
  "user_id": "<string>"
}
Retrieve scraped store data from your Leboncoin Boutiques Scraper 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:
online_store_id
string
Unique store ID on Leboncoin.
online_store_name
string
Store display name. Example: Auto Elite Paris
url
string
URL of the store’s Leboncoin page.
phone
string
Phone number of the store. Populated when get_phone_numbers is enabled.
is_mobile
boolean
Whether the phone number is a French mobile number (starts with 06 or 07).
has_phone
boolean
Whether a phone number is publicly available for the store.
active_since
string
Date the store was registered on Leboncoin. Example: 2018-03-15T00:00:00Z
address
string
Street address of the store. Populated when get_details is enabled.
zipcode
string
Postal code. Example: 75008
city
string
City. Example: Paris
department
string
Department code. Example: 75
department_label
string
Department name. Example: Paris
region
string
Region code. Example: 11
region_label
string
Region name. Example: Île-de-France
lat
float
GPS latitude of the store. Populated when get_details is enabled.
lng
float
GPS longitude of the store. Populated when get_details is enabled.
siren
string
SIREN number (9-digit French company identifier). Populated when get_details is enabled.
siret
string
SIRET number (14-digit French establishment identifier). Populated when get_details is enabled.
slogan
string
Store slogan as shown on their Leboncoin page.
description
string
Store description. Populated when get_details is enabled.
opening_hours
string
Opening hours text. Populated when get_details is enabled.
rating_value
float
Average Google rating. Example: 4.7
rating_count
integer
Number of ratings. Example: 312
logo_url
string
URL of the store’s logo image.
sector
string
Business sector. Example: vehicles
sector_id
integer
Numeric sector ID.
hide_address
boolean
Whether the store address is hidden on their public page.
hide_contact_form
boolean
Whether the contact form is hidden on their public page.
user_id
string
Owner UUID on Leboncoin.