Skip to main content
What CLIP is: A unique, persistent numeric identifier assigned by Cotality to every US property parcel — residential and commercial. CLIP is the required input for Property characteristics, Climate risk analytics, and Analytics. Always call a CLIP tool first when starting from an address. Data capabilities: Data scope:

clip-find_property_by_clip

Retrieve comprehensive property data using a CLIP identifier. CLIP is a unique, persistent identifier assigned by Cotality to each property in the United States. When to use:
  • You have a CLIP identifier and need detailed property information
  • Looking up property ownership, address, parcel numbers (APN), or geographic coordinates
  • Cross-referencing properties across different systems using CLIP as the key
Examples:
  • “Get property details for CLIP 123456789”
  • “Find owner information for CLIP 456789123”

Input schema

The provided CLIP must be a non-empty string consisting only of numeric characters.

Example request

Output schema

The response envelope is shared by both CLIP tools. See Response envelope and PropertyData fields below.
The response includes an array of property records, because multiple properties may share the same CLIP in certain scenarios.

clip-find_property_by_full_address

Retrieve comprehensive property data using a complete street address. This tool performs address-based property lookup when you have a full address but not the CLIP identifier. When to use:
  • You have a street address and need property details
  • Converting addresses to CLIP identifiers for further processing
  • Looking up property ownership by address
Examples:
  • “Find property data for 123 Main Street, Los Angeles, CA 90001”
  • “Get CLIP and owner info for 456 Oak Avenue, Apt 2B, Chicago, IL 60601”

Input schema

Full address must be a valid, non-empty string. The more complete and accurate the address, the better the match. Returns an array of property records as fuzzy matching may return multiple candidates.

Example request

Output schema

The response envelope is shared by both CLIP tools. See Response envelope and PropertyData fields below.

Response envelope

Both tools return an identical envelope: All four fields are always present in every response.

PropertyData fields

Each object in the data array is a PropertyData record. All fields are optional, nullable, and default to null.

AddressAttributes

The optional addressAttributes nested object contains additional address-level and geocoding detail. All fields are optional, nullable, and default to null.

Sample response