"search_types" Options

The most common search_type is Full Address (similar to Google AutoComplete)


("A") Full Address Completion

{
  "input": {
    "search": "9 Topeka Pa",
    "search_types": ["A"]
  },
  "data": [
    {
      "id": "196537292",
      "apn": "38 01121-0000-00002",
      "state": "NJ",
      "stateId": "34",
      "zip": "08046",
      "county": "Burlington",
      "countyId": "005",
      "city": "Willingboro",
      "street": "Topeka Pass",
      "searchType": "A",
      "address": "9 Topeka Pass, Willingboro, NJ, 08046",
      "fips": "34005",
      "latitude": 40.00792,
      "longitude": -74.875969,
      "title": "9 Topeka Pass, Willingboro, NJ, 08046"
    },
    {
      "id": "152522844",
      "apn": "CHEL M:0110 B:0415 L:46",
      "state": "MA",
      "stateId": "25",
      "zip": "01824",
      "county": "Middlesex",
      "countyId": "017",
      "city": "Chelmsford",
      "street": "Topeka Rd",
      "searchType": "A",
      "address": "9 Topeka Rd, Chelmsford, MA, 01824",
      "fips": "25017",
      "latitude": 42.576118,
      "longitude": -71.357035,
      "title": "9 Topeka Rd, Chelmsford, MA, 01824"
    },
    {
      "id": "25539814",
      "apn": "13 00013-64-00041",
      "state": "NJ",
      "stateId": "34",
      "zip": "08053",
      "county": "Burlington",
      "countyId": "005",
      "city": "Marlton",
      "street": "Topeka Ct",
      "searchType": "A",
      "address": "9 Topeka Ct, Marlton, NJ, 08053",
      "fips": "34005",
      "latitude": 39.904818,
      "longitude": -74.916455,
      "title": "9 Topeka Ct, Marlton, NJ, 08053"
    }
  ],
  "totalResults": 10000,
  "returnedResults": 10,
  "statusCode": 200,
  "statusMessage": "Success",
  "credits": 0,
  "live": true,
  "requestExecutionTimeMS": "83ms"
}

("C") City Completion


{
  "input": {
    "search": "Herndon, V",
    "search_types": ["C"]
  },
  "data": [
    {
      "state": "VA",
      "stateId": "51",
      "zip": "20170",
      "county": "Fairfax",
      "countyId": "059",
      "city": "Herndon",
      "street": "Herndon Pkwy",
      "searchType": "S",
      "fips": "51059",
      "title": "Herndon Pkwy, Herndon, VA"
    },
    {
      "state": "VA",
      "stateId": "51",
      "zip": "20170",
      "county": "Fairfax",
      "countyId": "059",
      "city": "Herndon",
      "street": "Herndon Woods Ct",
      "searchType": "S",
      "fips": "51059",
      "title": "Herndon Woods Ct, Herndon, VA"
    },
    {
      "state": "VA",
      "stateId": "51",
      "zip": "20170",
      "county": "Fairfax",
      "countyId": "059",
      "city": "Herndon",
      "street": "Herndon Mill Cir",
      "searchType": "S",
      "fips": "51059",
      "title": "Herndon Mill Cir, Herndon, VA"
    }
  ],
  "totalResults": 10000,
  "returnedResults": 10,
  "statusCode": 200,
  "statusMessage": "Success",
  "credits": 0,
  "live": true,
  "requestExecutionTimeMS": "64ms"
}

("G") Neighborhood Completion

The primary way of working with neighborhoods is by searching by the name of the neighborhood you are interested in. This is the sample response when using a neighborhood name as the search parameter input.

This can be used with the Property Search using the "neighborhood_id", "search_type", and "neighborhood_name" fields.


{
  "input": {
    "search": "Cherry Grove"
  },
  "data": [
    {
      "state": "NY",
      "city": "Cherry Grove",
      "searchType": "C",
      "title": "Cherry Grove, NY"
    },
    {
      "state": "SC",
      "city": "Cherry Grove Beach",
      "searchType": "C",
      "title": "Cherry Grove Beach, SC"
    },
    {
      "neighborhoodId": "94091",
      "neighborhoodName": "Cherry Grove",
      "neighborhoodType": "subdivision",
      "city": "Mechanicsville",
      "state": "VA",
      "zip": "23111",
      "title": "Cherry Grove, Mechanicsville, VA",
      "searchType": "G"
    },
    {
      "neighborhoodId": "122517",
      "neighborhoodName": "Cherry Grove",
      "neighborhoodType": "subdivision",
      "city": "Mooresville",
      "state": "NC",
      "zip": "28115",
      "title": "Cherry Grove, Mooresville, NC",
      "searchType": "G"
    },
    {
      "neighborhoodId": "130601",
      "neighborhoodName": "Cherry Grove",
      "neighborhoodType": "subdivision",
      "city": "Hickory",
      "state": "NC",
      "zip": "28602",
      "title": "Cherry Grove, Hickory, NC",
      "searchType": "G"
    },
    {
      "neighborhoodId": "145721",
      "neighborhoodName": "Cherry Grove",
      "neighborhoodType": "subdivision",
      "city": "North Myrtle Beach",
      "state": "SC",
      "zip": "29582",
      "title": "Cherry Grove, North Myrtle Beach, SC",
      "searchType": "G"
    },
    {
      "neighborhoodId": "283489",
      "neighborhoodName": "Cherry Grove",
      "neighborhoodType": "subdivision",
      "city": "Whites Creek",
      "state": "TN",
      "zip": "37189",
      "title": "Cherry Grove, Whites Creek, TN",
      "searchType": "G"
    },
    {
      "neighborhoodId": "302733",
      "neighborhoodName": "Cherry Grove",
      "neighborhoodType": "subdivision",
      "city": "Ecorse",
      "state": "MI",
      "zip": "48229",
      "title": "Cherry Grove, Ecorse, MI",
      "searchType": "G"
    },
    {
      "neighborhoodId": "225609",
      "neighborhoodName": "Cherry Grove",
      "neighborhoodType": "subdivision",
      "city": "Miami",
      "state": "FL",
      "zip": "33176",
      "title": "Cherry Grove, Miami, FL",
      "searchType": "G"
    },
    {
      "neighborhoodId": "283083",
      "neighborhoodName": "Cherry Grove",
      "neighborhoodType": "subdivision",
      "city": "Spring Hill",
      "state": "TN",
      "zip": "37174",
      "title": "Cherry Grove, Spring Hill, TN",
      "searchType": "G"
    }
  ],
  "totalResults": 12,
  "returnedResults": 10,
  "statusCode": 200,
  "statusMessage": "Success",
  "credits": 0,
  "live": true,
  "requestExecutionTimeMS": "20ms"
}

("N") County Completion

{
  "input": {
    "search": "Brunswick"
  },
  "data": [
    {
      "state": "NC",
      "stateId": "37",
      "county": "Brunswick",
      "countyId": "019",
      "searchType": "N",
      "fips": "37019",
      "title": "Brunswick, NC"
    },
    {
      "state": "OH",
      "stateId": "37",
      "county": "Brunswick",
      "countyId": "019",
      "searchType": "N",
      "fips": "37019",
      "title": "Brunswick, OH"
    },
    {
      "state": "VA",
      "stateId": "51",
      "county": "Brunswick",
      "countyId": "025",
      "searchType": "N",
      "fips": "51025",
      "title": "Brunswick, VA"
    },
    {
      "state": "GA",
      "city": "Brunswick",
      "searchType": "C",
      "title": "Brunswick, GA"
    },
    {
      "state": "MO",
      "city": "Brunswick",
      "searchType": "C",
      "title": "Brunswick, MO"
    },
    {
      "state": "NC",
      "city": "Brunswick",
      "searchType": "C",
      "title": "Brunswick, NC"
    },
    {
      "state": "NY",
      "city": "Brunswick",
      "searchType": "C",
      "title": "Brunswick, NY"
    },
    {
      "state": "OH",
      "city": "Brunswick",
      "searchType": "C",
      "title": "Brunswick, OH"
    },
    {
      "state": "MD",
      "city": "Brunswick",
      "searchType": "C",
      "title": "Brunswick, MD"
    },
    {
      "state": "ME",
      "city": "Brunswick",
      "searchType": "C",
      "title": "Brunswick, ME"
    }
  ],
  "totalResults": 9,
  "returnedResults": 10,
  "statusCode": 200,
  "statusMessage": "Success",
  "credits": 0,
  "live": true,
  "requestExecutionTimeMS": "26ms"
}

("P") APN Completion

match formatted or unformatted APNs using search_types: ["P"].

{
  "search": "",
  "search_types": ["P"]
}

State Completion

{
  "input": {
    "search": "Virginia"
  },
  "data": [
    {
      "state": "VA",
      "stateName": "Virginia",
      "searchType": "T",
      "title": "Virginia, USA"
    },
    {
      "state": "VA",
      "stateId": "51",
      "county": "Virginia Beach City",
      "countyId": "810",
      "searchType": "N",
      "fips": "51810",
      "title": "Virginia Beach City, VA"
    },
    {
      "state": "MN",
      "city": "Virginia",
      "searchType": "C",
      "title": "Virginia, MN"
    },
    {
      "state": "IL",
      "city": "Virginia",
      "searchType": "C",
      "title": "Virginia, IL"
    },
    {
      "state": "NE",
      "city": "Virginia",
      "searchType": "C",
      "title": "Virginia, NE"
    },
    {
      "state": "VA",
      "city": "Virginia Beach",
      "searchType": "C",
      "title": "Virginia Beach, VA"
    },
    {
      "state": "MT",
      "city": "Virginia City",
      "searchType": "C",
      "title": "Virginia City, MT"
    },
    {
      "state": "NV",
      "city": "Virginia City",
      "searchType": "C",
      "title": "Virginia City, NV"
    },
    {
      "state": "CO",
      "city": "Virginia Dale",
      "searchType": "C",
      "title": "Virginia Dale, CO"
    },
    {
      "state": "FL",
      "city": "Virginia Gardens",
      "searchType": "C",
      "title": "Virginia Gardens, FL"
    }
  ],
  "totalResults": 8,
  "returnedResults": 10,
  "statusCode": 200,
  "statusMessage": "Success",
  "credits": 0,
  "live": true,
  "requestExecutionTimeMS": "22ms"
}

Zip Completion


{
  "input": {
    "search": "22205"
  },
  "data": [
    {
      "state": "VA",
      "stateId": "51",
      "zip": "22205",
      "searchType": "Z",
      "title": "22205, VA"
    },
    {
      "id": "189641516",
      "apn": "22205",
      "state": "LA",
      "stateId": "22",
      "zip": "71292",
      "county": "Ouachita",
      "countyId": "073",
      "city": "West Monroe",
      "house": "400",
      "street": "Thomas Rd ",
      "searchType": "A",
      "address": "400 Thomas Rd, West Monroe, LA, 71292",
      "fips": "22073",
      "latitude": 32.502493,
      "longitude": -92.157928,
      "title": "400 Thomas Rd, West Monroe, LA, 71292"
    },
    {
      "id": "142207338",
      "apn": "22205",
      "state": "LA",
      "stateId": "22",
      "zip": "70433",
      "county": "Saint Tammany",
      "countyId": "103",
      "city": "Covington",
      "house": "521",
      "street": "N Polk St ",
      "searchType": "A",
      "address": "521 N Polk St, Covington, LA, 70433",
      "fips": "22103",
      "latitude": 30.483227,
      "longitude": -90.104515,
      "title": "521 N Polk St, Covington, LA, 70433"
    },
    {
      "id": "217439334",
      "apn": "22205",
      "state": "TX",
      "stateId": "48",
      "zip": "77612",
      "county": "Newton",
      "countyId": "351",
      "city": "Buna",
      "house": "1649",
      "street": "County Road 3143 ",
      "searchType": "A",
      "address": "1649 County Road 3143, Buna, TX, 77612",
      "fips": "48351",
      "latitude": 30.258171,
      "longitude": -93.878741,
      "title": "1649 County Road 3143, Buna, TX, 77612"
    },
    {
      "id": "307681607",
      "apn": "22205",
      "state": "TX",
      "stateId": "48",
      "zip": "75643",
      "county": "Panola",
      "countyId": "365",
      "city": "Gary",
      "house": "5835",
      "street": "Fm 1970 ",
      "searchType": "A",
      "address": "5835 Fm 1970, Gary, TX, 75643",
      "fips": "48365",
      "latitude": 32.018519,
      "longitude": -94.398438,
      "title": "5835 Fm 1970, Gary, TX, 75643"
    },
    {
      "id": "211809301",
      "apn": "22205",
      "state": "VA",
      "stateId": "51",
      "zip": "23061",
      "county": "Gloucester",
      "countyId": "073",
      "city": "Gloucester",
      "house": "6730",
      "street": "Mann Ave ",
      "searchType": "A",
      "address": "6730 Mann Ave, Gloucester, VA, 23061",
      "fips": "51073",
      "latitude": 37.414951,
      "longitude": -76.522543,
      "title": "6730 Mann Ave, Gloucester, VA, 23061"
    },
    {
      "id": "213566467",
      "apn": "22205",
      "state": "TX",
      "stateId": "48",
      "zip": "76825",
      "county": "Mcculloch",
      "countyId": "307",
      "city": "Brady",
      "house": "601",
      "street": "E 2nd St ",
      "searchType": "A",
      "address": "601 E 2nd St, Brady, TX, 76825",
      "fips": "48307",
      "latitude": 31.133057,
      "longitude": -99.330638,
      "title": "601 E 2nd St, Brady, TX, 76825"
    },
    {
      "id": "214642810",
      "apn": "22205",
      "state": "LA",
      "stateId": "22",
      "zip": "70363",
      "county": "Terrebonne",
      "countyId": "109",
      "city": "Houma",
      "house": "122",
      "street": "Evelyn Ave ",
      "searchType": "A",
      "address": "122 Evelyn Ave, Houma, LA, 70363",
      "fips": "22109",
      "latitude": 29.578434,
      "longitude": -90.686052,
      "title": "122 Evelyn Ave, Houma, LA, 70363"
    },
    {
      "id": "215328564",
      "apn": "22205",
      "state": "TX",
      "stateId": "48",
      "zip": "75965",
      "county": "Nacogdoches",
      "countyId": "347",
      "city": "Nacogdoches",
      "house": "4314",
      "unit": "8",
      "street": "Appleby Sand Rd ",
      "searchType": "A",
      "address": "4314 Appleby Sand Rd, Unit 8, Nacogdoches, TX, 75965",
      "fips": "48347",
      "latitude": 31.642739,
      "longitude": -94.619416,
      "title": "4314 Appleby Sand Rd, Unit 8, Nacogdoches, TX, 75965"
    },
    {
      "id": "215200439",
      "apn": "22205",
      "state": "NC",
      "stateId": "37",
      "zip": "28152",
      "county": "Cleveland",
      "countyId": "045",
      "city": "Shelby",
      "house": "2312",
      "street": "Kings Rd ",
      "searchType": "A",
      "address": "2312 Kings Rd, Shelby, NC, 28152",
      "fips": "37045",
      "latitude": 35.275299,
      "longitude": -81.494499,
      "title": "2312 Kings Rd, Shelby, NC, 28152"
    }
  ],
  "totalResults": 5,
  "returnedResults": 10,
  "statusCode": 200,
  "statusMessage": "Success",
  "credits": 0,
  "live": true,
  "requestExecutionTimeMS": "27ms"
}