curl --request GET \
--url https://piloterr.com/api/v2/seloger/agency/rent \
--header 'x-api-key: <x-api-key>'
{
"count": 1,
"result": [
{
"id": "233091673",
"url": "https://www.seloger.com/annonces/locations/appartement/roissy-en-france-95/233091673.htm",
"type": 1,
"image": {
"alt": null,
"src": "https://v.seloger.com/s/width/800/visuels/1/b/4/v/1b4vufk38ey5sfxfnp45szvuk8enc5fc0gd9c6vca.jpg"
},
"price": 940,
"surface": 56,
"rooms_count": 2,
"bedrooms_count": 1,
"locality_label": "Roissy-en-France"
}
]
}
Get a Seloger agency rent
curl --request GET \
--url https://piloterr.com/api/v2/seloger/agency/rent \
--header 'x-api-key: <x-api-key>'
{
"count": 1,
"result": [
{
"id": "233091673",
"url": "https://www.seloger.com/annonces/locations/appartement/roissy-en-france-95/233091673.htm",
"type": 1,
"image": {
"alt": null,
"src": "https://v.seloger.com/s/width/800/visuels/1/b/4/v/1b4vufk38ey5sfxfnp45szvuk8enc5fc0gd9c6vca.jpg"
},
"price": 940,
"surface": 56,
"rooms_count": 2,
"bedrooms_count": 1,
"locality_label": "Roissy-en-France"
}
]
}
18317
.1
.{
"count": 1,
"result": [
{
"id": "233091673",
"url": "https://www.seloger.com/annonces/locations/appartement/roissy-en-france-95/233091673.htm",
"type": 1,
"image": {
"alt": null,
"src": "https://v.seloger.com/s/width/800/visuels/1/b/4/v/1b4vufk38ey5sfxfnp45szvuk8enc5fc0gd9c6vca.jpg"
},
"price": 940,
"surface": 56,
"rooms_count": 2,
"bedrooms_count": 1,
"locality_label": "Roissy-en-France"
}
]
}
Was this page helpful?