Prerequisites
- A Stream Estate account — sign up if you don’t have one.
- An API key. Create one in your account settings and keep it secret.
X-API-KEY header. There is no other auth
step: no OAuth flow, no tokens to refresh.
Make your first request
The call below returns houses for sale in the Seine-et-Marne department (77),
created since 2020, within a €1.8M–1.9M budget.
hydra:member, and hydra:totalItems holds the total count. See
the Properties reference for the
full response shape.
Understand the parameters
The example above uses only documented enum values:| Parameter | Value | Meaning |
|---|---|---|
propertyTypes[] | 1 | House — Apartment 0, House 1, Building 2, Parking 3, Office 4, Land 5, Shop 6 |
transactionType | 0 | Sell 0, Rent 1 |
includedDepartments[] | departments/77 | Restrict to a department — get ids from Locations |
withCoherentPrice | true | Exclude listings whose price is flagged as incoherent |
budgetMin / budgetMax | 1800000 / 1900000 | Budget range, in euros |
Next steps
Core concepts
Properties, adverts, events, searches, and webhooks explained.
Authentication
How to create and use your API key.
Browse properties
Every filter available on the properties endpoint.
Searches & webhooks
Get notified in real time when new properties match a saved search.