Skip to main content
GET
/
api
/
v1
/
home-improvement
/
find
Find Home Improvement
curl --request GET \
  --url https://us-property-data.p.rapidapi.com/api/v1/home-improvement/find \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "total": 23314,
  "has_more": true,
  "data": [
    {
      "businessName": "Flood Damage Pro of Arlington",
      "encodedZuid": "X1-ZU101ylxkjqwavd_8l13l",
      "fullName": "Flood Damage Pro of Arlington",
      "location": "Arlington, VA",
      "phoneNumber": "(703) 269-9842",
      "profileLink": "/profile/FloodDamageArlington",
      "profilePhotoSrc": "https://photos.zillowstatic.com/fp/8391e7b5a75d6e9445b2424143d5bf55-h_g.jpg",
      "reviewExcerpt": null,
      "reviewExcerptDate": null,
      "reviewLink": "/profile/FloodDamageArlington#reviews",
      "numTotalReviews": 11,
      "reviews": "11 reviews",
      "reviewStarsRating": 5
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

location
string

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

Example:

"New York"

name
string

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

Example:

""

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

Total number of home improvements matching

Example:

23314

has_more
boolean

Whether there are more data to fetch

Example:

true

data
object[]