Skip to main content
GET
/
v1
/
results
Get Results
curl --request GET \
  --url https://api.lobstr.io/v1/results \
  --header 'Authorization: <authorization>'
{
  "internal_id": 123,
  "url": "<string>",
  "type": "<string>",
  "title": "<string>",
  "bedroom_count": 123,
  "locality": "<string>",
  "postal_code": 123,
  "street": "<string>",
  "number": "<string>",
  "box": "<string>",
  "floor": 123,
  "lat": 123,
  "lng": 123,
  "habitable_surface": 123,
  "land_surface": 123,
  "price_type": "<string>",
  "price": 123,
  "bathroom_count": 123,
  "creation_date": {},
  "expiration_date": {},
  "last_modification_date": {},
  "agency_type": "<string>",
  "agency_email": "<string>",
  "agency_phone": "<string>",
  "agency_mobile": "<string>",
  "agency_name": "<string>",
  "description": "<string>",
  "picture": "<string>",
  "pictures": "<string>",
  "transaction_type": "<string>",
  "country": "<string>",
  "region": "<string>",
  "province": "<string>",
  "building_condition": "<string>",
  "facade_count": 123,
  "floor_count": 123,
  "construction_year": 123,
  "has_lift": true,
  "has_terrace": true,
  "terrace_surface": 123,
  "has_garden": true,
  "garden_surface": 123,
  "epc_score": "<string>",
  "heating_type": "<string>",
  "is_furnished": true,
  "external_reference": "<string>"
}

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 Immoweb Listings & Phones Search Export 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:
internal_id
integer
Unique identifier for the listing on Immoweb. Example: 10181065
url
string
Direct URL to the listing on Immoweb. Example: https://www.immoweb.be/fr/annonce/10181065
type
string
Property type (e.g. APARTMENT, HOUSE). Example: APARTMENT
title
string
Title of the listing. Example: Appartement 2 chambres
bedroom_count
integer
Number of bedrooms. Example: 2
locality
string
Locality/city of the property. Example: Evere
postal_code
integer
Postal code of the property location. Example: 1140
street
string
Street name of the property. Example: Rue Edouard Dekoster
number
string
Street number of the property. Example: 64
box
string
Box/unit number. Example: 40
floor
integer
Floor level of the property. Example: 1
lat
float
Latitude coordinate of the property. Example: 50.8782927
lng
float
Longitude coordinate of the property. Example: 4.4040975
habitable_surface
integer
Habitable surface area in square meters. Example: 70
land_surface
integer
Land surface area in square meters. Example: 0
price_type
string
Type of price (e.g. residential_sale, residential_rent). Example: residential_sale
price
integer
Listed price of the property. Example: 200000
bathroom_count
integer
Number of bathrooms. Example: 1
creation_date
datetime
Date the listing was created on Immoweb. Example: 2022-10-19
expiration_date
datetime
Date the listing expires on Immoweb. Example: 2023-02-27
last_modification_date
datetime
Date the listing was last modified. Example: 2022-10-19
agency_type
string
Type of agency (e.g. AGENCY, OWNER). Example: AGENCY
agency_email
string
Email address of the agency. Example: contact@agency.be
agency_phone
string
Phone number of the agency. Example: +32 2 123 45 67
agency_mobile
string
Mobile phone number of the agency. Example: +32 478 15 73 6
agency_name
string
Name of the agency. Example: OM-IMMO SPRL
description
text
Full property description text. Example: Magnifique appartement lumineux...
picture
string
URL of the main listing picture. Example: https://media-resize.immowebstatic.be/classifieds/.../736x736/image.jpg
pictures
text
Comma-separated list of all picture URLs. Example: https://media-resize.immowebstatic.be/classifieds/.../736x736/img1.jpg, https://...
transaction_type
string
Transaction type (FOR_SALE, FOR_RENT). Example: FOR_SALE
country
string
Country of the property. Example: Belgique
region
string
Region of the property. Example: Bruxelles
province
string
Province of the property. Example: Bruxelles
building_condition
string
Building condition (AS_NEW, GOOD, TO_RENOVATE, etc.). Example: AS_NEW
facade_count
integer
Number of facades. Example: 2
floor_count
integer
Number of floors in the building. Example: 6
construction_year
integer
Year the building was constructed. Example: 1950
has_lift
boolean
Whether the building has an elevator. Example: true
has_terrace
boolean
Whether the property has a terrace. Example: true
terrace_surface
integer
Terrace surface area in square meters. Example: 15
has_garden
boolean
Whether the property has a garden. Example: false
garden_surface
integer
Garden surface area in square meters. Example: 100
epc_score
string
Energy Performance Certificate score. Example: C
heating_type
string
Heating type (GAS, ELECTRIC, OIL, etc.). Example: GAS
is_furnished
boolean
Whether the property is furnished. Example: false
external_reference
string
External reference number from the agency. Example: REF-12345