"count" Query

Get counts of any search before you run it! Quickly compare counts across any type of search without spending any credits.

When "count": true is specified, the credit spend for your API call is 0 credits.


  • Find out how many properties we have in Arlington, VA
{
	"count": true,
  "city": "Arlington",
  "state": "VA"
}
  • find out how many Single Family Homes in Arlington, VA
{
	"count": true,
  "city": "Arlington",
  "state": "VA",
  "property_type": "SFR"
}