> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anysite.io/llms.txt
> Use this file to discover all available pages before exploring further.

# /28hse/properties

> Get one Hong Kong property listing from 28Hse or Squarefoot by its numeric id. Returns the headline and full advertisement text, the internal reference, sale price or monthly rent in HKD, what the rent covers, the indicative monthly mortgage repayment, saleable and gross floor areas in square feet with the matching price per square foot, bedroom and bathroom counts, floor band, living-room orientation, kitchen type, tenancy start date, the estate with its id, age, block and unit designation, region, district, street address and coordinates, the primary and secondary school nets, whether the advertiser is the owner or an agency, the view counter, the full photo gallery including floor plans, any attached video, the feature and category labels, the listing agency with its branch address and listing counts, the named contacts with their Estate Agents Authority licence numbers, walking distances to nearby transport, malls, restaurants, schools, banks and clinics, and the publication, update and expiry timestamps.

**Price:** 1 credit

**⚠️ Common errors:** 412: No listing with this id on the selected site (it may have expired).



## OpenAPI

````yaml /openapi/real-estate.json post /api/28hse/properties
openapi: 3.1.0
info:
  title: Any Site API
  description: >+
    Any Site API provides programmatic access to data from LinkedIn, Instagram,
    Twitter, and other platforms.


    ## Authentication


    All API endpoints require an `access-token` header with a valid API token.
    Tokens can be created in the [dashboard](https://app.anysite.io/).


    ## Pricing


    Each endpoint has a credit cost listed in its description. Credits are
    deducted from your token balance per request.

  version: 0.0.1
servers: []
security:
  - AccessToken: []
paths:
  /api/28hse/properties:
    post:
      tags:
        - /28hse
      summary: /28hse/properties
      description: >-
        Get one Hong Kong property listing from 28Hse or Squarefoot by its
        numeric id. Returns the headline and full advertisement text, the
        internal reference, sale price or monthly rent in HKD, what the rent
        covers, the indicative monthly mortgage repayment, saleable and gross
        floor areas in square feet with the matching price per square foot,
        bedroom and bathroom counts, floor band, living-room orientation,
        kitchen type, tenancy start date, the estate with its id, age, block and
        unit designation, region, district, street address and coordinates, the
        primary and secondary school nets, whether the advertiser is the owner
        or an agency, the view counter, the full photo gallery including floor
        plans, any attached video, the feature and category labels, the listing
        agency with its branch address and listing counts, the named contacts
        with their Estate Agents Authority licence numbers, walking distances to
        nearby transport, malls, restaurants, schools, banks and clinics, and
        the publication, update and expiry timestamps.


        **Price:** 1 credit


        **⚠️ Common errors:** 412: No listing with this id on the selected site
        (it may have expired).
      operationId: __api_28hse_properties_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Hse28PropertiesPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Hse28Property'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    Hse28PropertiesPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        site:
          $ref: '#/components/schemas/Hse28Site'
          default: 28hse
        lang:
          $ref: '#/components/schemas/Hse28Lang'
          default: tc
        property:
          type: string
      type: object
      required:
        - property
    Hse28Property:
      properties:
        '@type':
          type: string
          default: Hse28Property
        id:
          type: string
        url:
          anyOf:
            - type: string
            - type: 'null'
        buy_rent:
          anyOf:
            - type: string
            - type: 'null'
        headline:
          anyOf:
            - type: string
            - type: 'null'
        reference:
          anyOf:
            - type: string
            - type: 'null'
        price:
          anyOf:
            - type: number
            - type: 'null'
        price_per_saleable_sqft:
          anyOf:
            - type: number
            - type: 'null'
        price_per_gross_sqft:
          anyOf:
            - type: number
            - type: 'null'
        saleable_area:
          anyOf:
            - type: number
            - type: 'null'
        gross_area:
          anyOf:
            - type: number
            - type: 'null'
        rent_includes:
          anyOf:
            - type: string
            - type: 'null'
        mortgage_monthly_payment:
          anyOf:
            - type: number
            - type: 'null'
        room_count:
          anyOf:
            - type: integer
            - type: 'null'
        bathroom_count:
          anyOf:
            - type: integer
            - type: 'null'
        floor_zone:
          anyOf:
            - type: string
            - type: 'null'
        direction:
          anyOf:
            - type: string
            - type: 'null'
        kitchen_type:
          anyOf:
            - type: string
            - type: 'null'
        rental_start_at:
          anyOf:
            - type: integer
            - type: 'null'
        estate:
          anyOf:
            - type: string
            - type: 'null'
        estate_id:
          anyOf:
            - type: string
            - type: 'null'
        estate_cat_id:
          anyOf:
            - type: string
            - type: 'null'
        estate_url:
          anyOf:
            - type: string
            - type: 'null'
        estate_age:
          anyOf:
            - type: integer
            - type: 'null'
        block_and_unit:
          anyOf:
            - type: string
            - type: 'null'
        region:
          anyOf:
            - type: string
            - type: 'null'
        district_group:
          anyOf:
            - type: string
            - type: 'null'
        district:
          anyOf:
            - type: string
            - type: 'null'
        district_url:
          anyOf:
            - type: string
            - type: 'null'
        address:
          anyOf:
            - type: string
            - type: 'null'
        latitude:
          anyOf:
            - type: number
            - type: 'null'
        longitude:
          anyOf:
            - type: number
            - type: 'null'
        primary_school_net:
          anyOf:
            - type: string
            - type: 'null'
        primary_school_net_id:
          anyOf:
            - type: string
            - type: 'null'
        secondary_school_net:
          anyOf:
            - type: string
            - type: 'null'
        secondary_school_net_id:
          anyOf:
            - type: string
            - type: 'null'
        listed_by_landlord:
          anyOf:
            - type: boolean
            - type: 'null'
        view_count:
          anyOf:
            - type: integer
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        images:
          items:
            type: string
          type: array
          default: []
        image_count:
          anyOf:
            - type: integer
            - type: 'null'
        videos:
          items:
            type: string
          type: array
          default: []
        labels:
          items:
            type: string
          type: array
          default: []
        categories:
          items:
            type: string
          type: array
          default: []
        agency:
          anyOf:
            - $ref: '#/components/schemas/Hse28Agency'
            - type: 'null'
        contacts:
          items:
            $ref: '#/components/schemas/Hse28Contact'
          type: array
          default: []
        nearby_places:
          items:
            $ref: '#/components/schemas/Hse28NearbyPlace'
          type: array
          default: []
        created_at:
          anyOf:
            - type: integer
            - type: 'null'
        updated_at:
          anyOf:
            - type: integer
            - type: 'null'
        expires_at:
          anyOf:
            - type: integer
            - type: 'null'
      type: object
      required:
        - id
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    Hse28Site:
      type: string
      enum:
        - 28hse
        - squarefoot
    Hse28Lang:
      type: string
      enum:
        - tc
        - cn
        - en
    Hse28Agency:
      properties:
        '@type':
          type: string
          default: Hse28Agency
        id:
          anyOf:
            - type: string
            - type: 'null'
        name:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        address:
          anyOf:
            - type: string
            - type: 'null'
        sale_listing_count:
          anyOf:
            - type: integer
            - type: 'null'
        rent_listing_count:
          anyOf:
            - type: integer
            - type: 'null'
      type: object
    Hse28Contact:
      properties:
        '@type':
          type: string
          default: Hse28Contact
        name:
          anyOf:
            - type: string
            - type: 'null'
        licence:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    Hse28NearbyPlace:
      properties:
        '@type':
          type: string
          default: Hse28NearbyPlace
        name:
          type: string
        kind:
          type: string
        walk_minutes:
          anyOf:
            - type: integer
            - type: 'null'
      type: object
      required:
        - name
        - kind
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
              - type: string
              - type: integer
          type: array
        msg:
          type: string
        type:
          type: string
        input: {}
        ctx:
          type: object
      type: object
      required:
        - loc
        - msg
        - type
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````