Skip to main content
GET
/
api
/
v1
/
builder
/
communities
Get Builder Communities
curl --request GET \
  --url https://us-property-data.p.rapidapi.com/api/v1/builder/communities \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": {
    "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"
  }
}

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