Skip to main content
GET
/
api
/
v1
/
builder
/
detail
Get Builder Detail
curl --request GET \
  --url https://us-property-data.p.rapidapi.com/api/v1/builder/detail \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": {
    "url": "/home-builder-profile/beechwood-homes/14395/",
    "location": [
      {
        "regionId": 822230,
        "urlFragment": "albany-schenectady-troy-ny/822230/",
        "providerListingIds": [
          30256825
        ],
        "name": "Albany-Schenectady-Troy, NY",
        "boundBox": {
          "north": 43.08049,
          "south": 43.08049,
          "east": -73.787071,
          "west": -73.787071
        },
        "averageRatings": null,
        "reviews": []
      }
    ],
    "allCommunities": [
      31956486,
      29721312,
      34831
    ],
    "description": "The Beechwood Organization, ranks at the forefront of privately-owned residential homebuilders nationwide, is one of the largest developers of single family and multifamily housing in New York State, and is Long Islandโ€™s largest homebuilder and developer of sophisticated lifestyle communities.\n\nSince 1985, Beechwood has built more than 10,000 homes in 80 communities across the New York metro area with new ones on the map in New York City, Long Island, Saratoga and North Carolina.\n\nBeechwood holds dear its commitment to thoughtful land planning and design, repurposing underutilized land, building in harmony with nature and creating a benefit for all residents.",
    "name": "Beechwood Homes",
    "logoUrl": null,
    "communitiesCount": 6,
    "averageRatings": null,
    "specialties": [
      "55Plus",
      "Active Adult",
      "Condominiums"
    ],
    "feedId": 14395,
    "communityCards": [
      {
        "communityAddress": {
          "longitude": -72.82687,
          "latitude": 40.79917,
          "city": "Moriches",
          "state": "NY"
        },
        "providerListingId": 31956486,
        "url": "/community/beechwood-at-waterways/31956486_plid/",
        "style": "Adult",
        "name": "Beechwood at The Waterways",
        "featuredImage": {
          "url": "https://photos.zillowstatic.com:443/fp/9d9450ee3ed52b7e4094e149a07695a6-p_g.jpg"
        },
        "minPrice": 649000,
        "currency": "USD"
      }
    ],
    "boundBox": {
      "north": 43.08049,
      "south": 40.640395,
      "east": -72.651422,
      "west": -73.787071
    },
    "reviews": [],
    "minPrice": 579000,
    "currency": "USD",
    "specCount": 12
  }
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

feed_id
string
required

Unique identifier of the builder

Example:

"14395"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

data
object