Domain Group Property Search API

The PropertySearch API from Domain Group — 1 operation(s) for propertysearch.

Operations 1

POST /v2/properties/search/radius/{searchType} Point Radius Search #

Documentation

📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_address_suggestion
📖
APIReference
https://developer.domain.com.au/docs/latest/apis/pkg_address_suggestion/references/properties_suggest
📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_agents_listings
📖
APIReference
https://developer.domain.com.au/docs/latest/apis/pkg_agents_listings/references/listings_detailedresidentialsearch
📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_campaign_api
📖
APIReference
https://developer.domain.com.au/docs/latest/apis/pkg_campaign_api/references/campaign_getlistingperformance_report
📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_campaign_api_preview
📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_listing_management
📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_listing_management/guides/upload-listings
📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_listing_management/guides/agency-authorisation
📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_listing_management/guides/production-access
📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_listing_management/guides/migrating-from-xml
📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_price_estimation
📖
APIReference
https://developer.domain.com.au/docs/latest/apis/pkg_price_estimation/references/properties_getpriceestimate
📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_properties_locations
📖
APIReference
https://developer.domain.com.au/docs/latest/apis/pkg_properties_locations/references/suburbperformance_get_bynamedsuburb
📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_property_enrichment
📖
APIReference
https://developer.domain.com.au/docs/latest/apis/pkg_property_enrichment/references/propertyenrichment_get
📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_property
📖
APIReference
https://developer.domain.com.au/docs/latest/apis/pkg_property/references/properties_get
📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_propertyradar
📖
APIReference
https://developer.domain.com.au/docs/latest/apis/pkg_propertyradar/references/propertyradar_listportfolios
📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_rental_avm
📖
APIReference
https://developer.domain.com.au/docs/latest/apis/pkg_rental_avm/references/properties_getrentalestimate
📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_schools_data
📖
APIReference
https://developer.domain.com.au/docs/latest/apis/pkg_schools_data/references/schools_search_bylocation
📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_webhooks
📖
Documentation
https://developer.domain.com.au/docs/latest/apis/pkg_webhooks/guides/subscriptions
📖
APIReference
https://developer.domain.com.au/docs/latest/apis/pkg_webhooks/references/webhooks_createsubscription

Specifications

Other Resources

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/domain-group-propertysearch-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

domain-group-propertysearch-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Domain Group Property Search API
  contact:
    name: Domain Developer Support
    email: api@domain.com.au
  termsOfService: https://developer.domain.com.au/docs/latest/support/terms
  version: '1.0'
  description: 'Operations tagged PropertySearch across 2 of this provider''s published API definitions: domain-group-openapi-latest.json, domain-group-openapi-v2.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.domain.com.au/
  description: Primary
- url: https://api.domain.com.au/sandbox/
  description: Sandbox
tags:
- name: PropertySearch
paths:
  /v2/properties/search/radius/{searchType}:
    post:
      tags:
      - PropertySearch
      summary: Point Radius Search
      description: Make a search request to find properties within a point radius of a PropertyID, a GnafID, an Address, or a set of lat-lon coordinates. Only one of `propertyId`, `gnafId`, or `latitude` & `longitude`, or `address` should be provided.
      operationId: PropertySearch_ByRadius
      parameters:
      - name: searchType
        in: path
        description: Type of property search (sold, rent, or sale).
        required: true
        schema:
          enum:
          - sale
          - rent
          - sold
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
              oneOf:
              - allOf:
                - $ref: '#/components/schemas/Property.Enrichment.v2.PointRadiusPropertyId'
                - $ref: '#/components/schemas/Property.Enrichment.v2.PointRadiusParams'
              - allOf:
                - $ref: '#/components/schemas/Property.Enrichment.v2.PointRadiusGnafId'
                - $ref: '#/components/schemas/Property.Enrichment.v2.PointRadiusParams'
              - allOf:
                - $ref: '#/components/schemas/Property.Enrichment.v2.PointRadiusLatLon'
                - $ref: '#/components/schemas/Property.Enrichment.v2.PointRadiusParams'
              - allOf:
                - $ref: '#/components/schemas/Property.Enrichment.v2.PropertyAddress-v2'
                - $ref: '#/components/schemas/Property.Enrichment.v2.PointRadiusParams'
        required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                required:
                - items
                type: object
                properties:
                  items:
                    type: array
                    items:
                      $ref: '#/components/schemas/Property.Enrichment.v2.SearchItemOutput'
        '400':
          description: Bad request (likely missing required fields or incorrect parameters).
        '401':
          description: Unauthorized
        '404':
          description: A property with the specified ID was not found.
        '500':
          description: Unexpected error
      security:
      - apikey: []
      - oauth2:
        - api_properties_read
      x-domain-endpointcost: 1
      x-domain-usercontextrequired: false
      x-domain-environment: Any
    servers:
    - url: https://api.domain.com.au/
      description: Primary
    - url: https://api.domain.com.au/sandbox/
      description: Sandbox
components:
  schemas:
    Property.Enrichment.v2.PointRadiusGnafId:
      required:
      - gnafId
      type: object
      properties:
        gnafId:
          type: string
          description: Gnaf ID of property to use as the center of the search radius.
    Property.Enrichment.v2.AddressBasic:
      type: object
      properties:
        flatNumber:
          type:
          - string
          - 'null'
        streetNumber:
          type: string
        streetName:
          type: string
        streetType:
          type:
          - string
          - 'null'
        streetTypeLong:
          type:
          - string
          - 'null'
        suburb:
          type: string
        postcode:
          type: string
        state:
          type: string
      additionalProperties: false
      description: Address of property
    Property.Enrichment.v2.PointRadiusParams:
      type: object
      properties:
        radius:
          maximum: 50
          type: number
          description: Radius of the search in KM. Default is 5km.
          default: 5
        propertyType:
          enum:
          - House
          - Unit
          type: string
          description: Type of property.
        startDate:
          type: string
          description: Start date for filtering based on the date in YYYY-MM-DD format. Valid only for search type 'sold'.
          format: date
          example: '2024-08-22'
        endDate:
          type: string
          description: End date for filtering based on the date in YYYY-MM-DD format. Valid only for search type 'sold'.
          format: date
          example: '2024-08-22'
        priceMin:
          type: number
          description: Minimum price for the search.
        priceMax:
          type: number
          description: Maximum price for the search.
        bedroomMin:
          type: integer
          description: Minimum number of bedrooms.
        bedroomMax:
          type: integer
          description: Maximum number of bedrooms.
        bathroomMin:
          type: integer
          description: Minimum number of bathrooms.
        bathroomMax:
          type: integer
          description: Maximum number of bathrooms.
        carSpacesMin:
          type: integer
          description: Minimum number of car spaces.
        carSpacesMax:
          type: integer
          description: Maximum number of car spaces.
        landSizeMin:
          type: integer
          description: Minimum land size in square meters.
        landSizeMax:
          type: integer
          description: Maximum land size in square meters.
    Property.Enrichment.v2.ImageTypes:
      enum:
      - ListingPhoto
      - OldFloorPlanPhoto
      - NewFloorPlanPhoto
      - BuildingPhoto
      - NewDevelopmentLandPhoto
      - NewDevelopmentLumierePhoto
      - NewDevelopmentFeaturedPhoto
      - ConjunctionAgentLogo
      - NewDevelopmentRegionalPhoto
      - AdvertiserImage
      - YouWishClip
      - AgentCarousel
      - DevelopmentProjectGalleryPhoto
      - DevelopmentProjectAdvertisementPhoto
    Property.Enrichment.v2.PointRadiusPropertyId:
      required:
      - propertyId
      type: object
      properties:
        propertyId:
          type: string
          description: Property ID of property to use as the center of the search radius.
    Property.Enrichment.v2.PropertyAddress-v2:
      required:
      - streetNumber
      - streetName
      - suburb
      - postcode
      - state
      type: object
      properties:
        flatNumber:
          type:
          - string
          - 'null'
        streetNumber:
          type: string
        streetName:
          type: string
        streetType:
          type:
          - string
          - 'null'
        streetTypeLong:
          type:
          - string
          - 'null'
        suburb:
          type: string
        postcode:
          type: string
        state:
          type: string
      description: Address of property
    Property.Enrichment.v2.PointRadiusLatLon:
      required:
      - latitude
      - longitude
      type: object
      properties:
        latitude:
          type: number
          description: latitude of the coordinates to use as the center of the search radius.
        longitude:
          type: number
          description: longitude of the coordinates to use as the center of the search radius.
    Property.Enrichment.v2.SearchItemOutput:
      type: object
      properties:
        propertyid:
          type: string
        listingid:
          type:
          - integer
          - 'null'
        addresscomponents:
          $ref: '#/components/schemas/Property.Enrichment.v2.AddressBasic'
        bedrooms:
          type:
          - integer
          - 'null'
        bathrooms:
          type:
          - integer
          - 'null'
        carspaces:
          type:
          - integer
          - 'null'
        landarea:
          type:
          - integer
          - 'null'
        images:
          type: array
          items:
            type: object
            properties:
              image_url:
                type: string
                description: URL of image source
              image_type:
                $ref: '#/components/schemas/Property.Enrichment.v2.ImageTypes'
        eventdate:
          type:
          - string
          - 'null'
          description: date of the event in YYYY-MM-DD format.
          format: date
          example: '2024-08-22'
        eventprice:
          type:
          - number
          - 'null'
        distance:
          type: number
  securitySchemes:
    apikey:
      type: apiKey
      description: API Key in Header
      name: x-api-key
      in: header
    oauth2:
      type: oauth2
      description: OAuth 2
      flows:
        clientCredentials:
          tokenUrl: https://auth.domain.com.au/v1/connect/token
          scopes:
            api_addresslocators_read: api_addresslocators_read
            api_agencies_read: api_agencies_read
            api_agencies_write: api_agencies_write
            api_authorities_write: api_authorities_write
            api_avm_read: api_avm_read
            api_campaignperformance_read: api_campaignperformance_read
            api_dataset_read: api_dataset_read
            api_demographics_read: api_demographics_read
            api_enquiries_read: api_enquiries_read
            api_enquiries_write: api_enquiries_write
            api_listingperformance_read: api_listingperformance_read
            api_listings_read: api_listings_read
            api_listings_write: api_listings_write
            api_locations_read: api_locations_read
            api_projectperformance_read: api_projectperformance_read
            api_properties_read: api_properties_read
            api_propertyportfolio_read: api_propertyportfolio_read
            api_propertyportfolio_write: api_propertyportfolio_write
            api_propertyreports_read: api_propertyreports_read
            api_salesresults_read: api_salesresults_read
            api_statistics_write: api_statistics_write
            api_suburbhistorical_read: api_suburbhistorical_read
            api_suburbperformance_read: api_suburbperformance_read
            api_suburbsummary_read: api_suburbsummary_read
            api_webhooks_write: api_webhooks_write
        authorizationCode:
          authorizationUrl: https://auth.domain.com.au/v1/connect/authorize
          tokenUrl: https://auth.domain.com.au/v1/connect/token
          refreshUrl: https://auth.domain.com.au/v1/connect/token
          scopes:
            api_addresslocators_read: api_addresslocators_read
            api_agencies_read: api_agencies_read
            api_agencies_write: api_agencies_write
            api_authorities_write: api_authorities_write
            api_avm_read: api_avm_read
            api_campaignperformance_read: api_campaignperformance_read
            api_dataset_read: api_dataset_read
            api_demographics_read: api_demographics_read
            api_enquiries_read: api_enquiries_read
            api_enquiries_write: api_enquiries_write
            api_listingperformance_read: api_listingperformance_read
            api_listings_read: api_listings_read
            api_listings_write: api_listings_write
            api_locations_read: api_locations_read
            api_projectperformance_read: api_projectperformance_read
            api_properties_read: api_properties_read
            api_propertyportfolio_read: api_propertyportfolio_read
            api_propertyportfolio_write: api_propertyportfolio_write
            api_propertyreports_read: api_propertyreports_read
            api_salesresults_read: api_salesresults_read
            api_statistics_write: api_statistics_write
            api_suburbhistorical_read: api_suburbhistorical_read
            api_suburbperformance_read: api_suburbperformance_read
            api_suburbsummary_read: api_suburbsummary_read
            api_webhooks_write: api_webhooks_write
x-refined-from:
- domain-group-openapi-latest.json
- domain-group-openapi-v2.json