API FAQ
Frequently Asked Questions about the Realie Property Data API
How do I return all the properties for a location?
How do I return all the properties for a location?
- You will need to paginate through the results for a location. Please visit our Code Reference Library Page to see an example.
How do I generate an API Key?
How do I generate an API Key?
- When you sign in, go to the developer tab on the platform and you will see your API key. Before your API key is activated, please provide a valid payment method as part of our free tier subscription. This step ensures that any usage exceeding your monthly API call allotment is seamlessly covered.
What is the pricing for the Realie Property Data API?
What is the pricing for the Realie Property Data API?
- Please check out our pricing tiers on our pricing page. For discounted pricing on longer-term commitments, contact support at support@realie.ai.
How many requests can the Realie Property Data API handle?
How many requests can the Realie Property Data API handle?
- The API limits 1,200 requests per minute. For enterprise customers, please reach out to support@realie.ai, and we can raise that limit.
How many parcels can be returned per request?
How many parcels can be returned per request?
- You can retrieve up to 100 parcels per request by adjusting the
limit
parameter.
How should I normalize the unit number of a property?
How should I normalize the unit number of a property?
- Remove the leading identifier. For example “APT 103B” should just be “103B”. We provide a script to help you easily normalize unit number on our Code Reference Library Page.
What data fields does your property API have?
What data fields does your property API have?
- Please refer to our property data schema page for a comprehensive list of available data fields.
What is the format of returned property data?
What is the format of returned property data?
- The API returns property data in a JSON structure with two primary sections
data
: An array of property objects.metadata
: An object containing pagination details (limit
,offset
, andcount
).
Why is the wrong parcel being returned for the address I am using?
Why is the wrong parcel being returned for the address I am using?
- There might be multiple parcels associated with that address. First, use the Property Search Endpoint and check if the metadata indicates more than one parcel. If you still aren’t getting the anticipated results, try searching for the property using one of the following endpoints:
What factors contribute to increased latency when executing multiple address searches concurrently?
What factors contribute to increased latency when executing multiple address searches concurrently?
- This may be because you are using the Property Search Endpoint. For individual address queries, it is quicker to use the Address Lookup Endpoint. Realie prides itself on offering the fastest Property Data API on the market, with an average latency of around 10 ms.
How do I tell if my address is wrong or if Realie is missing parcel information?
How do I tell if my address is wrong or if Realie is missing parcel information?
- You can double-check your address using our Platform’s Property Lookup Feature. This tool uses Google Maps’ latitude and longitude data to verify whether we have the corresponding parcel information in our database.
- If available, you can also review the data format. Our address formatting adheres to USPS standards, and our engineering team has accounted for various edge cases such as abbreviations and directional indicators.
When I search for an owner name using the Owner Search Endpoint, why am I not getting the correct property returned?
When I search for an owner name using the Owner Search Endpoint, why am I not getting the correct property returned?
- Try using our Premium Owner Search Endpoint, which leverages Apache Lucene and custom filtering to locate the correct owner. Note that county records often structure owner names non-standardly, and the basic Owner Search Endpoint looks for an exact match—ideal for fast queries when you know the exact format.
Why is only one property returned when there should be multiple?
Why is only one property returned when there should be multiple?
- Please ensure you are adjusting the limit and not using the Address Lookup Endpoint. The Property Search Endpoint will return multiple properties if they match the query.
How do I cancel my account?
How do I cancel my account?
- You have two options:
- Downgrade to the Free Tier: If you choose to downgrade, your current paid tier will remain active until the end of your billing cycle.
- Delete Your Account: To delete your account, click your profile icon in the top right corner, then select “Manage Account” and navigate to “Security Settings.”
Before deleting your account, you will be charged for any API overage requests you have incurred
Still have questions? Please email us at support@realie.ai.