# SeLoger Agency Rent ## Overview | Property | Value | |----------|-------| | **Status** | active | | **Method** | `GET` | | **Endpoint** | `/v2/seloger/agency/rent` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 2 credits per call | | **Documentation** | https://www.piloterr.com/library/seloger-agency-rent | ## Description Retrieve paginated rental property listings published by a specific SeLoger agency using its numeric agency ID. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/seloger/agency/rent' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Rental listings for agency 18317 (page 1) ```json { "count": 1, "result": [ { "id": "263165015", "url": "https://www.seloger-bureaux-commerces.com/annonces/location/local-commercial/paris-11eme/263165015", "type": 7, "image": { "alt": null, "src": "https://v.seloger.com/s/width/400/visuels/0/2/c/y/02cyrydlv40zdojea0frfgvs3g39ali32o6m6jc45.jpg" }, "price": 908, "surface": 66, "rooms_count": 0, "bedrooms_count": 0, "locality_label": "Paris 11ème" } ] } ``` ## Documentation ## Overview Retrieve rental property listings published by a specific SeLoger agency. Returns paginated results with price, surface, room count, and direct listing URL. ## Quickstart ``` GET https://api.piloterr.com/v2/seloger/agency/rent?query=18317&page=1 ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | SeLoger agency ID (e.g. `18317`) | | `page` | number | no | Page number (default: `1`) | ## Main use cases - Monitor an agency's rental portfolio for competitive analysis - Build automated rental listing trackers for target agencies - Aggregate rental data to power real estate dashboards - Feed CRM tools with live rental inventory from SeLoger