Piloterr

Seloger Agency Rent

Seloger Agency Rent via API.

Credit cost: 1 credit per call

GET
/v2/seloger/agency/rent

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*number
page*number

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/seloger/agency/rent?query=0&page=0"
[
  {
    "name": "Example",
    "value": {
      "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"
        }
      ]
    }
  }
]
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}