# SeLoger Agency ## Overview | Property | Value | |----------|-------| | **Status** | active | | **Method** | `GET` | | **Endpoint** | `/v2/seloger/agency` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 2 credits per call | | **Documentation** | https://www.piloterr.com/library/seloger-agency | ## Description Retrieve detailed profile information for a SeLoger real estate agency including contact details, ratings, reviews, and address. ## 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' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Agency profile for L'ADRESSE CASTANET TOLOSAN ```json { "id": "73866", "logo": { "alt": "Logo du pro L'ADRESSE CASTANET TOLOSAN", "src": "04yui7bokni23pkvnpeje9fsrpfqf364vk6xbc1qo" }, "name": "L'ADRESSE CASTANET TOLOSAN", "email": "bhimmobilier@ladresse.com", "siret": "51965411500020", "banner": { "alt": "Banniere du pro L'ADRESSE CASTANET TOLOSAN", "src": null }, "id_rcu": "RC-079919", "rating": { "value": 4.8, "reviews_count": 129 }, "address": { "city": "Castanet Tolosan", "street": "43 avenue de Toulouse ", "zip_code": "31320" }, "fee_url": "https://media.immo-facile.com/segments/immo/catalog/images/manufacturers_bareme/72614.pdf", "reviews": { "count": 129, "result": [] }, "website": "http://www.ladresse-castanet.com", "id_tiers": "102577", "is_seller": null, "languages": "en,es,fr", "legal_form": null, "sold_count": null, "agency_type": 0, "description": null, "phone_number": "+33534434203", "intermediary_id": 21719, "social_networks": [], "sold_properties": null, "intermediary_type": 1, "environment_source": "SELOGER", "head_office_address": null } ``` ## Documentation ## Overview Extract complete agency profile data from SeLoger using the agency's profile URL. Returns name, contact details, address, ratings, and legal information. ## Quickstart ``` GET https://api.piloterr.com/v2/seloger/agency?query=https://www.seloger.com/professionnels/agences-immobilieres/castanet-tolosan-31320/agence-21719 ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Full SeLoger agency profile URL | ## Main use cases - Build a real estate agency directory enriched with live SeLoger data - Enrich CRM records with agency contact details and ratings - Monitor agency ratings over time to assess market reputation - Automate due diligence by pulling agency legal data (SIRET, professional card) - Power lead generation targeting active SeLoger agencies by geography