Pricefinder Appraisals API

The appraisals API from Pricefinder — 11 operation(s) for appraisals.

Operations 11

GET /appraisals #
GET /appraisals/agent/image/{agentId} #
GET /appraisals/insights #
GET /appraisals/office/image/{userId} #
GET /appraisals/rentalcma/{appraisalShareId} #
GET /appraisals/rentalcma/{appraisalShareId}/extended #
GET /appraisals/salescma/{appraisalShareId} #
GET /appraisals/salescma/{appraisalShareId}/extended #
GET /appraisals/soi/{appraisalShareId} #
GET /appraisals/soi/{appraisalShareId}/extended #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/pricefinder-appraisals-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

pricefinder-appraisals-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Pricefinder Appraisals API
  version: 1.13.1
  contact:
    name: Pricefinder
  license:
    name: Terms and Conditions
    url: https://www.domain.com.au/group/api-terms-and-conditions/
  description: 'Operations tagged appraisals across 2 of this provider''s published API definitions: pricefinder-api-swagger.json, pricefinder-api-swagger.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: /v1
tags:
- name: appraisals
paths:
  /appraisals:
    get:
      tags:
      - appraisals
      description: ''
      operationId: appraisals
      parameters:
      - name: agentId
        in: query
        required: false
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: integer
          format: int64
      - name: date_end
        in: query
        description: The default range value is 30 days. date format 'now', 'today-xxd' or 'year-month-day'
        required: false
        pds:
          hidden: false
          extra: true
          enumerate: false
          deprecated: false
        schema:
          type: string
          format: date-time
          default: now
      - name: date_start
        in: query
        description: The default range value is 30 days. date format 'now', 'today-xxd' or 'year-month-day'
        required: false
        pds:
          hidden: false
          extra: true
          enumerate: false
          deprecated: false
        schema:
          type: string
          format: date-time
          default: today-30d
      - name: limit
        in: query
        description: The limit must be greater than '0'. Otherwise, the default value '10' will be used
        required: false
        pds:
          hidden: false
          extra: true
          enumerate: false
          deprecated: false
        schema:
          type: integer
          format: int64
          default: 100
      - name: page
        in: query
        description: The default value is '1', less than '1' will be ignored
        required: false
        pds:
          hidden: false
          extra: true
          enumerate: false
          deprecated: false
        schema:
          type: integer
          format: int32
          default: 1
      - name: propertyId
        in: query
        required: false
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: integer
          format: int64
      - name: sort
        in: query
        description: The limit must be greater than '0'. Otherwise, the default value '10' will be used
        required: false
        pds:
          hidden: false
          extra: true
          enumerate: false
          deprecated: false
        style: form
        explode: true
        schema:
          type: array
          format: -?\w+
          items:
            type: string
          enum:
          - date
          - -date
      - name: type
        in: query
        required: false
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: string
          enum:
          - RENTAL_CMA
          - SALES_CMA
          - SOI
      responses:
        '200':
          description: successful operation
          headers: {}
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Appraisals'
    servers:
    - url: /v1
  /appraisals/agent/image/{agentId}:
    get:
      tags:
      - appraisals
      description: ''
      operationId: agentImage
      parameters:
      - name: agentId
        in: path
        required: true
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: integer
          format: int64
      - name: height
        in: query
        required: false
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: integer
          format: int32
      - name: width
        in: query
        required: false
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: integer
          format: int32
      responses:
        default:
          description: successful operation
    servers:
    - url: /v1
  /appraisals/insights:
    get:
      tags:
      - appraisals
      description: ''
      operationId: getInsights
      parameters:
      - name: shareId
        in: query
        description: Provide multiple values in new lines (at least one required).
        required: true
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
            format: uuid
      - name: agentId
        in: query
        required: false
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: successful operation
          headers: {}
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AppraisalInsightsView'
    servers:
    - url: /v1
  /appraisals/logo/image/{userId}:
    get:
      tags:
      - appraisals
      description: ''
      operationId: userLogo
      parameters:
      - name: userId
        in: path
        required: true
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: integer
          format: int64
      - name: height
        in: query
        required: false
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: integer
          format: int32
      - name: width
        in: query
        required: false
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: integer
          format: int32
      responses:
        default:
          description: successful operation
    servers:
    - url: /v1
  /appraisals/office/image/{userId}:
    get:
      tags:
      - appraisals
      description: ''
      operationId: image
      parameters:
      - name: userId
        in: path
        required: true
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: integer
          format: int64
      - name: height
        in: query
        required: false
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: integer
          format: int32
      - name: width
        in: query
        required: false
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: integer
          format: int32
      responses:
        default:
          description: successful operation
    servers:
    - url: /v1
  /appraisals/rentalcma/{appraisalShareId}:
    get:
      tags:
      - appraisals
      description: ''
      operationId: rentalCma
      parameters:
      - name: appraisalShareId
        in: path
        required: true
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: successful operation
          headers: {}
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RentalCMACommon'
    servers:
    - url: /v1
  /appraisals/rentalcma/{appraisalShareId}/extended:
    get:
      tags:
      - appraisals
      description: ''
      operationId: rentalCma
      parameters:
      - name: appraisalShareId
        in: path
        required: true
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: successful operation
          headers: {}
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RentalCMADetailed'
    servers:
    - url: /v1
  /appraisals/salescma/{appraisalShareId}:
    get:
      tags:
      - appraisals
      description: ''
      operationId: salesCma
      parameters:
      - name: appraisalShareId
        in: path
        required: true
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: successful operation
          headers: {}
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SalesCMACommon'
    servers:
    - url: /v1
  /appraisals/salescma/{appraisalShareId}/extended:
    get:
      tags:
      - appraisals
      description: ''
      operationId: salesCma
      parameters:
      - name: appraisalShareId
        in: path
        required: true
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: successful operation
          headers: {}
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SalesCMADetailed'
    servers:
    - url: /v1
  /appraisals/soi/{appraisalShareId}:
    get:
      tags:
      - appraisals
      description: ''
      operationId: soi
      parameters:
      - name: appraisalShareId
        in: path
        required: true
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: successful operation
          headers: {}
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SOICommon'
    servers:
    - url: /v1
  /appraisals/soi/{appraisalShareId}/extended:
    get:
      tags:
      - appraisals
      description: ''
      operationId: soi
      parameters:
      - name: appraisalShareId
        in: path
        required: true
        pds:
          hidden: false
          extra: false
          enumerate: false
          deprecated: false
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: successful operation
          headers: {}
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SOIDetailed'
    servers:
    - url: /v1
components:
  schemas:
    AppraisalsSchoolsView:
      type: object
      properties:
        includeSchools:
          type: boolean
        schools:
          type: array
          items:
            $ref: '#/components/schemas/School'
    AppraisalRentalsCMABasicOptions:
      type: object
      properties:
        coverPage:
          $ref: '#/components/schemas/AppraisalCoverPageView'
        coverLetter:
          $ref: '#/components/schemas/AppraisalCoverLetterView'
        marketInsights:
          $ref: '#/components/schemas/AppraisalMarketInsightsView'
        maps:
          $ref: '#/components/schemas/AppraisalsMapView'
        estimate:
          $ref: '#/components/schemas/AppraisalsEstimateView'
        propertyReport:
          $ref: '#/components/schemas/AppraisalPropertyBasicView'
        schools:
          $ref: '#/components/schemas/AppraisalsSchoolsBasicView'
        suburbProfile:
          $ref: '#/components/schemas/AppraisalsSuburbProfileBasicView'
        rentalStatistics:
          $ref: '#/components/schemas/AppraisalRentalsTimeSeriesBasicView'
        rentals:
          $ref: '#/components/schemas/AppraisalsRentalsBasicView'
    StatisticDouble:
      type: object
      properties:
        label:
          type: string
        value:
          type: number
          format: double
    Phone:
      type: object
      properties:
        surname:
          type: string
        initials:
          type: string
        address:
          $ref: '#/components/schemas/Address'
        number:
          type: string
        doNotCall:
          type: boolean
        doNotCallWashDate:
          type: string
          format: date-time
    Sale:
      type: object
      properties:
        id:
          type: integer
          format: int64
        disclaimer:
          type: string
        messages:
          type: array
          items:
            $ref: '#/components/schemas/Message'
        price:
          $ref: '#/components/schemas/SensitivePrice'
        listingHistory:
          $ref: '#/components/schemas/SaleListingHistory'
        saleDate:
          $ref: '#/components/schemas/SensitiveDate'
        settlementDate:
          $ref: '#/components/schemas/SensitiveDate'
        contractDate:
          $ref: '#/components/schemas/SensitiveDate'
        image:
          $ref: '#/components/schemas/ImageIdentifier'
        property:
          $ref: '#/components/schemas/PropertyIdentifier'
        street:
          $ref: '#/components/schemas/StreetIdentifier'
        suburb:
          $ref: '#/components/schemas/SuburbIdentifier'
        propertyType:
          type: string
        saleType:
          type: string
        agency:
          $ref: '#/components/schemas/Agency'
        agent:
          $ref: '#/components/schemas/Agent'
        location:
          $ref: '#/components/schemas/Point'
        metadata:
          $ref: '#/components/schemas/SaleMetadata'
        address:
          $ref: '#/components/schemas/Address'
        alternativeAddresses:
          type: array
          items:
            $ref: '#/components/schemas/Address'
        propertyFeatures:
          $ref: '#/components/schemas/ExtendedPropertyFeatures'
        landDetails:
          $ref: '#/components/schemas/LandDetails'
        rpd:
          type: string
        dealingNumber:
          type: string
        streetDisplay:
          type: string
        lowAskPrice:
          type: integer
          format: int64
        highAskPrice:
          type: integer
          format: int64
        extra:
          $ref: '#/components/schemas/SearchExtra'
        saleParticipants:
          $ref: '#/components/schemas/SaleParticipantsSummary'
        _self:
          type: string
    SmartMaps:
      type: object
    SaleHistory:
      type: object
      properties:
        sales:
          type: array
          items:
            $ref: '#/components/schemas/Sale'
    SalesTimeSeriesValue:
      type: object
      properties:
        count:
          type: integer
          format: int64
        median:
          type: number
          format: double
        high:
          type: number
          format: double
        low:
          type: number
          format: double
        mean:
          type: number
          format: double
        total:
          type: number
          format: double
        firstQuartile:
          type: number
          format: double
        thirdQuartile:
          type: number
          format: double
        iqRange:
          type: number
          format: double
        medianGrowth:
          type: number
          format: double
    MarketStatus:
      type: object
      properties:
        status:
          type: string
        recentlySold:
          type: boolean
        recentlyForSale:
          type: boolean
        recentlyForRent:
          type: boolean
        forSale:
          type: boolean
        forRent:
          type: boolean
        likelyToList:
          type: boolean
        lastMarketEvent:
          $ref: '#/components/schemas/MarketStatusEventObject'
    ImageIdentifier:
      type: object
      properties:
        id:
          type: integer
          format: int64
        _self:
          type: string
    ExtendedProperty:
      type: object
      properties:
        id:
          type: integer
          format: int64
        matchlevel:
          type: string
          enum:
          - suburb
          - street
          - property
        location:
          $ref: '#/components/schemas/Point'
        parent:
          type: boolean
        disclaimer:
          type: string
        messages:
          type: array
          items:
            $ref: '#/components/schemas/Message'
        address:
          $ref: '#/components/schemas/ExtendedAddress'
        features:
          $ref: '#/components/schemas/ExtendedPropertyFeatures'
        alternativeAddresses:
          type: array
          items:
            $ref: '#/components/schemas/ExtendedAddress'
        landDetails:
          $ref: '#/components/schemas/ExtendedLandDetails'
        image:
          $ref: '#/components/schemas/ImageIdentifier'
        map:
          $ref: '#/components/schemas/PropertyMapIdentifier'
        street:
          $ref: '#/components/schemas/StreetIdentifier'
        suburb:
          $ref: '#/components/schemas/SuburbIdentifier'
        type:
          type: string
        rpd:
          type: string
        marketStatus:
          $ref: '#/components/schemas/MarketStatus'
        lastModified:
          type: string
          format: date-time
        valuationDetails:
          $ref: '#/components/schemas/ValuationDetails'
        saleHistory:
          $ref: '#/components/schemas/SaleHistory'
        listingHistory:
          $ref: '#/components/schemas/PropertyListingHistory'
        rentalHistory:
          $ref: '#/components/schemas/PropertyListingHistory'
        ownership:
          $ref: '#/components/schemas/Ownership'
        phoneNumbers:
          type: array
          items:
            $ref: '#/components/schemas/Phone'
        tools:
          $ref: '#/components/schemas/Tools'
        tenureType:
          type: string
        _self:
          type: string
    AppraisalsListingBasicViewRef:
      type: object
      properties:
        ref:
          $ref: '#/components/schemas/AppraisalListingIdentifier'
    AppraisalSalesCMAOptions:
      type: object
      properties:
        coverPage:
          $ref: '#/components/schemas/AppraisalCoverPageView'
        coverLetter:
          $ref: '#/components/schemas/AppraisalCoverLetterView'
        marketInsights:
          $ref: '#/components/schemas/AppraisalMarketInsightsView'
        maps:
          $ref: '#/components/schemas/AppraisalsMapView'
        estimate:
          $ref: '#/components/schemas/AppraisalsEstimateView'
        propertyReport:
          $ref: '#/components/schemas/AppraisalPropertyView'
        schools:
          $ref: '#/components/schemas/AppraisalsSchoolsView'
        suburbProfile:
          $ref: '#/components/schemas/AppraisalsSuburbProfileView'
        salesStatistics:
          $ref: '#/components/schemas/AppraisalsSalesTimeSeriesView'
        rentalStatistics:
          $ref: '#/components/schemas/AppraisalRentalsTimeSeriesView'
        rentals:
          $ref: '#/components/schemas/AppraisalsRentalsView'
        sales:
          $ref: '#/components/schemas/AppraisalSalesView'
        listings:
          $ref: '#/components/schemas/AppraisalsListingsView'
    RentalCMADetailed:
      type: object
      properties:
        id:
          type: integer
          format: int64
        office:
          $ref: '#/components/schemas/AppraisalOfficeView'
        agent:
          $ref: '#/components/schemas/AppraisalAgentView'
        label:
          type: string
        generated:
          type: string
          format: date-time
        modified:
          type: string
          format: date-time
        active:
          type: boolean
        propertyId:
          type: integer
          format: int64
        title:
          type: string
        type:
          type: string
        owners:
          type: string
        displayAddress:
          type: string
        propertyPhoto:
          type: string
        propertyMap:
          type: string
        reportStyleId:
          type: integer
          format: int64
        shareId:
          type: string
          format: uuid
        options:
          $ref: '#/components/schemas/AppraisalRentalsCMAOptions'
        disclaimer:
          type: string
        messages:
          type: array
          items:
            $ref: '#/components/schemas/Message'
    Point:
      type: object
      properties:
        lat:
          type: number
          format: double
        lon:
          type: number
          format: double
    CensusTopic:
      type: object
      properties:
        topic:
          type: string
        title:
          type: string
        total:
          type: integer
          format: int64
        year:
          type: integer
          format: int64
        data:
          type: array
          items:
            $ref: '#/components/schemas/CensusValue'
    AppraisalCoverPageView:
      type: object
      properties:
        includeCoverPage:
          type: boolean
        coverPageImage:
          type: string
    SearchExtra:
      type: object
      properties:
        distance:
          type: number
          format: double
        nameMatchType:
          type: string
        matchedName:
          type: string
    PriceRangeSegments2:
      type: object
      properties:
        period:
          $ref: '#/components/schemas/TimeSeriesPeriod'
        values:
          type: array
          items:
            type: array
            items:
              $ref: '#/components/schemas/PriceRangeSegment2'
        calculated:
          type: string
          format: date-time
        description:
          type: string
        disclaimer:
          type: string
        messages:
          type: array
          items:
            $ref: '#/components/schemas/Message'
    AppraisalsListingsViewDetail:
      type: object
      properties:
        item:
          $ref: '#/components/schemas/Listing'
    Zoning:
      type: object
      properties:
        description:
          type: string
        code:
          type: string
    SalesCMACommon:
      type: object
      properties:
        id:
          type: integer
          format: int64
        office:
          $ref: '#/components/schemas/AppraisalOfficeView'
        agent:
          $ref: '#/components/schemas/AppraisalAgentView'
        label:
          type: string
        generated:
          type: string
          format: date-time
        modified:
          type: string
          format: date-time
        active:
          type: boolean
        propertyId:
          type: integer
          format: int64
        title:
          type: string
        type:
          type: string
        owners:
          type: string
        displayAddress:
          type: string
        propertyPhoto:
          type: string
        propertyMap:
          type: string
        reportStyleId:
          type: integer
          format: int64
        shareId:
          type: string
          format: uuid
        options:
          $ref: '#/components/schemas/AppraisalSalesCMABasicOptions'
        disclaimer:
          type: string
        messages:
          type: array
          items:
            $ref: '#/components/schemas/Message'
    SaleMetadata:
      type: object
      properties:
        governmentSale:
          type: boolean
        pending:
          type: boolean
    SOICommon:
      type: object
      properties:
        id:
          type: integer
          format: int64
        office:
          $ref: '#/components/schemas/AppraisalOfficeView'
        agent:
          $ref: '#/components/schemas/AppraisalAgentView'
        label:
          type: string
        generated:
          type: string
          format: date-time
        modified:
          type: string
          format: date-time
        active:
          type: boolean
        propertyId:
          type: integer
          format: int64
        title:
          type: string
        type:
          type: string
        owners:
          type: string
        displayAddress:
          type: string
        propertyPhoto:
          type: string
        propertyMap:
          type: string
        reportStyleId:
          type: integer
          format: int64
        shareId:
          type: string
          format: uuid
        options:
          $ref: '#/components/schemas/AppraisalSOICMABasicOptions'
        disclaimer:
          type: string
        messages:
          type: array
          items:
            $ref: '#/components/schemas/Message'
    LandDetails:
      type: object
      properties:
        propertyArea:
          type: number
          format: double
        buildingArea:
          type: number
          format: double
        volumeFolio:
          type: string
    PeakSellingPeriods:
      type: object
      properties:
        calculated:
          type: string
          format: date-time
        disclaimer:
          type: string
        messages:
          type: array
          items:
            $ref: '#/components/schemas/Message'
        period:
          $ref: '#/components/schemas/TimeSeriesPeriod'
        values:
          type: array
          items:
            $ref: '#/components/schemas/StatisticDouble'
    AppraisalSalesBasicView:
      type: object
      properties:
        included:
          type: boolean
        refs:
          type: array
          items:
            $ref: '#/components/schemas/AppraisalSalesBasicViewRef'
    MarketStatusEventObject:
      type: object
      properties:
        type:
          type: string
        event:
          type: object
    SensitivePrice:
      type: object
      properties:
        display:
          type: string
        value:
          type: number
          format: double
        rawValue:
          type: number
          format: double
        withheld:
          type: boolean
    Owner:
      type: object
      properties:
        firstName:
          type: string
        surname:
          type: string
        address:
          $ref: '#/components/schemas/Address'
        type:
          type: string
    PropertyListingHistory:
      type: object
      properties:
        listings:
          type: array
          items:
            $ref: '#/components/schemas/Listing'
    Agency:
      type: object
      properties:
        id:
          type: integer
          format: int64
        name:
          type: string
        phoneNumber:
          type: string
    AppraisalsSuburbProfileView:
      type: object
      properties:
        includeDemographics:
          type: boolean
        demographics:
          $ref: '#/components/schemas/Demographics'
    LandUse:
      type: object
      properties:
        code:
          type: string
        display:
          type: string
    AppraisalsRentalsView:
      type: object
      properties:
        included:
          type: boolean
        items:
          type: array
          items:
            $ref: '#/components/schemas/AppraisalsRentalsViewDetail'
    AppraisalAgentView:
      type: object
      properties:
        id:
          type: integer
          format: int64
        firstName:
          type: string
        lastName:
          type: string
        officeName:
          type: string
        email:
          type: string
        phone:
          type: string
        agentPhoto:
          type: string
    SOIDetailed:
      type: object
      properties:
        id:
          type: integer
          format: int64
        office:
          $ref: '#/components/schemas/AppraisalOfficeView'
        agent:
          $ref: '#/components/schemas/AppraisalAgentView'
        label:
          type: string
        generated:
          type: string
          format: date-time
        modified:
          type: string
          format: date-time
        active:
          type: boolean
        propertyId:
          type: integer
          format: int64
        title:
          type: string
        type:
          type: string
        owners:
          type: string
        displayAddress:
          type: string
        propertyPhoto:
          type: string
        propertyMap:
          type: string
        reportStyleId:
          type: integer
          format: int64
        shareId:
          type: string
          format: uuid
        disclaimer:
          type: string
        messages:
          type: array
          items:
            $ref: '#/components/schemas/Message'
        options:
          $ref: '#/components/schemas/AppraisalSOICMAOptions'
    AppraisalSimpleView:
      type: object
      properties:
        id:
          type: integer
          format: int64
        userId:
          type: integer
          format: int64
        agentId:
          type: integer
          format: int64
        label:
          type: string
        generated:
          type: string
          format: date-time
        modified:
          type: string
          format: date-time
        active:
          type: boolean
        propertyId:
          type: integer
          format: int64
        title:
          type: string
        type:
          type: string
        owners:
          type: string
        shareId:
          type: string
          format: uuid
    AppraisalsSalesTimeSeriesBasicView:
      type: object
      properties:
        includeTimeSeries:
          type: boolean
        identifier:
          $ref: '#/components/schemas/SuburbIdentifier'
        stats:
          type: object
          additionalProperties:
            type: string
    ExtendedLandDetails:
      type: object
      properties:
        propertyArea:
          type: number
          format: double
        buildingArea:
          type: number
          format: double
        volumeFolio:
          type: string
        frontage:
          type: number
          format: double
        parcels:
          type: array
          items:
            $ref: '#/components/schemas/Parcel'
        primaryLandUse:
          $ref: '#/components/schemas/LandUse'
        secondaryLandUse:
          $ref: '#/components/schemas/LandUse'
    CensusValue:
      type: object
      properties:
        category:
          type: string
        count:
          type: integer
          format: int64
    AppraisalsMapView:
      type: object
      properties:
        includeComparablesMap:
          type: boolean
    AppraisalsEstimateView:
      type: object
      properties:
        includeSaleEstimate:
          type: boolean
        minSalePriceEstimate:
          type: number
          format: double
        maxSalePriceEstimate:
          type: number
          format: double
        includeRentEstimate:
          type: boolean
        minRentPriceEstimate:
          type: number
          format: double
        maxRentPriceEstimate:
          type: number
          format: double
    AppraisalsRentalsViewDetail:
      type: object
      properties:
        item:
          $ref: '#/components/schemas/Listing'
    Valuation:
      type: object
      properties:
        date:
          type: string
          format: date-time
        effectiveDate:
          type: string
          format: date-time
        method:
          type: string
        amount:
          type: number
          format: double
        adjustedSiteValue:
          type: number
          format: double
    StreetIdentifier:
      type: object
      properties:
        id:
          type: string
    RentalCMACommon:
      type: object
      properties:
        id:
          type: integer
          format: int64
        office:
          $ref: '#/components/schemas/AppraisalOfficeView'
        agent:
          $ref: '#/components/schemas/AppraisalAgentView'
        label:
          type: string
        generated:
          type: string
          format: date-time
        modif

# --- truncated at 32 KB (57 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/pricefinder/refs/heads/main/openapi/pricefinder-appraisals-api-openapi.yml