GET
/
api
/
v2
/
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"
        }
    ]
}
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

A valid Seloger agency id 18317.

page
number

The page number to get. Default is 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"
        }
    ]
}