Skip to main content
POST
/
api
/
seloger
/
listings
/seloger/listings
curl --request POST \
  --url https://api.anysite.io/api/seloger/listings \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "listing": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "@seloger_listing",
    "global_id": "<string>",
    "url": "<string>",
    "title": "<string>",
    "property_type": "<string>",
    "transaction_type": "<string>",
    "is_new_build": true,
    "is_active": true,
    "created_at": "<string>",
    "updated_at": "<string>",
    "headline": "<string>",
    "description": "<string>",
    "price": 123,
    "price_per_m2": 123,
    "area_m2": 123,
    "room_count": 123,
    "bedroom_count": 123,
    "floor": "<string>",
    "energy_class": "<string>",
    "gas_emission_class": "<string>",
    "address": {
      "@type": "@seloger_listing_address",
      "city": "<string>",
      "zip_code": "<string>",
      "district": "<string>",
      "region": "<string>",
      "country": "<string>"
    },
    "transport": [],
    "keyfacts": [],
    "tags": {
      "@type": "@seloger_listing_tags",
      "is_new": true,
      "is_exclusive": true,
      "has_3d_visit": true,
      "has_brokerage_fee": true
    },
    "energy_features": [],
    "co_ownership": [],
    "feature_sections": [],
    "images": [],
    "floorplans": [],
    "virtual_tours": [],
    "videos": [],
    "agency": {
      "@type": "@seloger_listing_agency",
      "id": "<string>",
      "name": "<string>",
      "is_private_owner": true,
      "rating": 123,
      "phone": "<string>",
      "image": "<string>"
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
listing
string
required

SeLoger listing id or a listing URL containing it

Minimum string length: 1
Examples:

"267630091"

"https://www.seloger.com/annonces/achat/appartement/paris-18eme-75/montmartre/267630091.htm"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:@seloger_listing
global_id
string | null
url
string | null
title
string | null
property_type
string | null
transaction_type
string | null
is_new_build
boolean | null
is_active
boolean | null
created_at
string | null
updated_at
string | null
headline
string | null
description
string | null
price
integer | null
price_per_m2
number | null
area_m2
number | null
room_count
integer | null
bedroom_count
integer | null
floor
string | null
energy_class
string | null
gas_emission_class
string | null
address
SelogerListingAddress · object
transport
SelogerListingTransport · object[]
keyfacts
string[]
tags
SelogerListingTags · object
energy_features
SelogerListingFeature · object[]
co_ownership
SelogerListingFeature · object[]
feature_sections
SelogerListingFeatureSection · object[]
images
string[]
floorplans
string[]
virtual_tours
SelogerListingMedia · object[]
videos
SelogerListingMedia · object[]
agency
SelogerListingAgency · object