Find locations of dental offices
Introduction
You may need to use Datafiniti to search for very specific types of buildings. As an example, you may want to look for properties that are or can be used for dental offices.
Searching for dental offices
The descriptions and features fields available in many of our property records can help you find which properties are suitable for specific uses. Here's how you would search for dental offices:
{
"query": "descriptions.value:(dental OR dentist) OR features.value:(dental OR dentist)"
}
The AI assistant can help explain the query, break down the request body, and suggest ways to refine your search, but it does not execute live Datafiniti API calls from within the docs. To test this use case in real time, open the Properties API reference and run the request with your own API token in your preferred client, such as Postman, cURL, or your application code. This gives you a live response from the API using your account, query parameters, and filters.
You can use the ( ... OR ...) construction to search on multiple possible values for each field at once.
You can further refine your search by specifying the propertyType:
{
"query": "descriptions.value:(dental OR dentist) OR features.value:(dental OR dentist) AND propertyType:(commercial OR retail)"
}
Example files
Here are example bulk download files of our previous query:
Conclusion
With the knowledge of how to pull records with new homeowner data, you can find dental offices that fit your demographics.
Last updated 3 days ago
Built with Documentation.AI