Skip to main content
GET
/
api
/
v1
/
builder
/
find
Find Builder
curl --request GET \
  --url https://us-property-data.p.rapidapi.com/api/v1/builder/find \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "total": 44,
  "has_more": true,
  "data": [
    {
      "feedId": 67130,
      "logoUrl": "https://photos.zillowstatic.com/fp/fd62ecf9a4b6d09cf72d71f2ff84b26a-l_c.jpg",
      "name": "Abele Homes, LLC",
      "url": "/home-builder-profile/abele-homes/67130/",
      "specCount": 4,
      "communitiesCount": 1,
      "specialties": [
        "Build On Your Lot",
        "Communities",
        "Luxury Homes"
      ],
      "locations": [
        {
          "regionId": 822230,
          "urlFragment": "albany-schenectady-troy-ny/822230/",
          "name": "Albany-Schenectady-Troy, NY",
          "providerListingIds": [
            31767574
          ]
        }
      ],
      "averageRatings": null,
      "description": "Not only is Abele Builders family-owned and operated, we treat our customers like family. For more than 35 years, we’ve taken great pride in the houses we build. Our mission is to provide a wonderful, quality home for you and your family. We work to create communities that are visually pleasing, well-designed and well-maintained. Outstanding craftsmanship, quality materials and beautiful floorplans are all part of an Abele-built home",
      "minPrice": 599995
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

location
string

Find builders by location, such as city, neighborhood, or ZIP code. Either location or name must be provided

Example:

"New York"

name
string

Find builders by name. Either location or name must be provided

Example:

"Toll"

page
integer
default:1

Page number for pagination

Example:

1

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

total
number
Example:

44

has_more
boolean

Whether there are more data to fetch

Example:

true

data
object[]