Zillow Rental Market Scraper avatar

Zillow Rental Market Scraper

Pricing

$4,990.00 / 1,000 per results

Go to Apify Store
Zillow Rental Market Scraper

Zillow Rental Market Scraper

Scrape rental market data from Zillow, including rental prices, market trends, and neighborhood statistics.

Pricing

$4,990.00 / 1,000 per results

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

32

Total users

1

Monthly active users

7 days ago

Last modified

Share

This actor scrapes rental market data from Zillow for a specific location.

Features

  • Search rental market data by location
  • Returns comprehensive rental market information including:
    • Median rental prices
    • Monthly and yearly price changes
    • Available rentals
    • Price distribution
    • Market temperature
    • Price trends over time
    • Nearby area comparisons

Input Parameters

  • search_query (string, required): Location or area to search for rental market data
  • bedrooom_type (string, optional): Type of bedrooms to include (default: "All_Bedrooms")
  • home_type (string, optional): Type of properties to include (default: "All_Property_Types")

Output Data

The output includes the following fields:

  • rental_market_trends:
    • date: Data collection date
    • areaName: Area name
    • areaType: Type of area
    • summary:
      • medianRent: Median rental price
      • monthlyChange: Monthly price change
      • yearlyChange: Yearly price change
      • availableRentals: Number of available rentals
    • rentHistogram: Price distribution data
    • rentCompare: Rental price comparisons
    • marketTemperature: Market temperature indicator
    • medianRentPriceOverTime: Historical price trends
    • nearByAreas: Nearby area information
    • zipcodesInCity: Zipcode information
    • nearbyAreaTrends: Trends in nearby areas
  • scrapedAt: Data scraping timestamp

Example Usage

{
"search_query": "New York, NY",
"bedrooom_type": "All_Bedrooms",
"home_type": "All_Property_Types"
}

Output Example

[
{
"message": "success",
"source": "9vrc",
"rental_market_trends": {
"date": "2025-06-01",
"zillowRentalsSrpUrl": "https://www.zillow.com/new-york-ny/apartments",
"areaName": "New York, NY",
"areaType": "city",
"summary": {
"medianRent": 3550,
"monthlyChange": 50,
"yearlyChange": -50,
"availableRentals": 17055
},
"rentHistogram": {
"minPrice": 600,
"maxPrice": 150000,
"priceAndCount": [
{
"price": 500,
"count": 1
},
{
"price": 600,
"count": 3
},
{
"price": 700,
"count": 13
},
{
"price": 800,
"count": 18
},
{
"price": 900,
"count": 86
},
{
"price": 1000,
"count": 392
},
{
"price": 1100,
"count": 137
},
{
"price": 1200,
"count": 147
},
{
"price": 1300,
"count": 147
},
{
"price": 1400,
"count": 162
},
{
"price": 1500,
"count": 186
},
{
"price": 1600,
"count": 208
},
{
"price": 1700,
"count": 264
},
{
"price": 1800,
"count": 281
},
{
"price": 1900,
"count": 404
},
{
"price": 2000,
"count": 349
},
{
"price": 2100,
"count": 380
},
{
"price": 2200,
"count": 437
},
{
"price": 2300,
"count": 472
},
{
"price": 2400,
"count": 651
},
{
"price": 2500,
"count": 632
},
{
"price": 2600,
"count": 655
},
{
"price": 2700,
"count": 723
},
{
"price": 2800,
"count": 726
},
{
"price": 2900,
"count": 741
},
{
"price": 3000,
"count": 667
},
{
"price": 3100,
"count": 750
},
{
"price": 3200,
"count": 780
},
{
"price": 3300,
"count": 562
},
{
"price": 3400,
"count": 893
},
{
"price": 3500,
"count": 814
},
{
"price": 3600,
"count": 603
},
{
"price": 3700,
"count": 641
},
{
"price": 3800,
"count": 504
},
{
"price": 3900,
"count": 556
},
{
"price": 4000,
"count": 401
},
{
"price": 4100,
"count": 410
},
{
"price": 4200,
"count": 419
},
{
"price": 4300,
"count": 298
},
{
"price": 4400,
"count": 410
},
{
"price": 4500,
"count": 395
},
{
"price": 4600,
"count": 278
},
{
"price": 4700,
"count": 297
},
{
"price": 4800,
"count": 242
},
{
"price": 4900,
"count": 360
},
{
"price": 5000,
"count": 3949
}
]
},
"rentCompare": {
"medianRent": 2100,
"areaName": "US"
},
"marketTemperature": {
"temperature": "WARM"
},
"medianRentPriceOverTime": {
"currentYear": [
{
"month": "Jan",
"year": "2025",
"price": 3375
},
{
"month": "Feb",
"year": "2025",
"price": 3300
},
{
"month": "Mar",
"year": "2025",
"price": 3300
},
{
"month": "Apr",
"year": "2025",
"price": 3400
},
{
"month": "May",
"year": "2025",
"price": 3500
},
{
"month": "Jun",
"year": "2025",
"price": 3550
}
],
"prevYear": [
{
"month": "Jan",
"year": "2024",
"price": 3300
},
{
"month": "Feb",
"year": "2024",
"price": 3400
},
{
"month": "Mar",
"year": "2024",
"price": 3450
},
{
"month": "Apr",
"year": "2024",
"price": 3498.3333333333335
},
{
"month": "May",
"year": "2024",
"price": 3506
},
{
"month": "Jun",
"year": "2024",
"price": 3600
},
{
"month": "Jul",
"year": "2024",
"price": 3606
},
{
"month": "Aug",
"year": "2024",
"price": 3650
},
{
"month": "Sep",
"year": "2024",
"price": 3600
},
{
"month": "Oct",
"year": "2024",
"price": 3500
},
{
"month": "Nov",
"year": "2024",
"price": 3495
},
{
"month": "Dec",
"year": "2024",
"price": 3400
}
]
},
"nearByAreas": [
{
"areaId": 1827474578,
"resourceName": "hoboken-nj",
"name": "Hoboken",
"city": "Hoboken",
"state": "NJ",
"areaType": "CITY"
},
{
"areaId": 1827615983,
"resourceName": "jersey-city-nj",
"name": "Jersey City",
"city": "Jersey City",
"state": "NJ",
"areaType": "CITY"
},
{
"areaId": 1832294426,
"resourceName": "union-city-nj",
"name": "Union City",
"city": "Union City",
"state": "NJ",
"areaType": "CITY"
},
{
"areaId": 1832474045,
"resourceName": "west-new-york-nj",
"name": "West New York",
"city": "West New York",
"state": "NJ",
"areaType": "CITY"
},
{
"areaId": 1826508635,
"resourceName": "guttenberg-nj",
"name": "Guttenberg",
"city": "Guttenberg",
"state": "NJ",
"areaType": "CITY"
},
{
"areaId": 1823956118,
"resourceName": "bayonne-nj",
"name": "Bayonne",
"city": "Bayonne",
"state": "NJ",
"areaType": "CITY"
},
{
"areaId": 1831179422,
"resourceName": "secaucus-nj",
"name": "Secaucus",
"city": "Secaucus",
"state": "NJ",
"areaType": "CITY"
},
{
"areaId": 1827621461,
"resourceName": "kearny-nj",
"name": "Kearny",
"city": "Kearny",
"state": "NJ",
"areaType": "CITY"
},
{
"areaId": 1826291957,
"resourceName": "fairview-nj",
"name": "Fairview",
"city": "Fairview",
"state": "NJ",
"areaType": "CITY"
},
{
"areaId": 1825142006,
"resourceName": "cliffside-park-nj",
"name": "Cliffside Park",
"city": "Cliffside Park",
"state": "NJ",
"areaType": "CITY"
}
],
"zipcodesInCity": [
{
"areaId": 222250967,
"resourceName": "11208",
"name": "11208",
"city": "Brooklyn",
"state": "NY",
"areaType": "ZIP"
},
{
"areaId": 222251064,
"resourceName": "11236",
"name": "11236",
"city": "Brooklyn",
"state": "NY",
"areaType": "ZIP"
},
{
"areaId": 222251031,
"resourceName": "11226",
"name": "11226",
"city": "Brooklyn",
"state": "NY",
"areaType": "ZIP"
},
{
"areaId": 222250996,
"resourceName": "11214",
"name": "11214",
"city": "Brooklyn",
"state": "NY",
"areaType": "ZIP"
},
{
"areaId": 222252282,
"resourceName": "11373",
"name": "11373",
"city": "Elmhurst",
"state": "NY",
"areaType": "ZIP"
},
{
"areaId": 222252317,
"resourceName": "11385",
"name": "11385",
"city": "Ridgewood",
"state": "NY",
"areaType": "ZIP"
},
{
"areaId": 222250966,
"resourceName": "11207",
"name": "11207",
"city": "Brooklyn",
"state": "NY",
"areaType": "ZIP"
},
{
"areaId": 222217405,
"resourceName": "10467",
"name": "10467",
"city": "Bronx",
"state": "NY",
"areaType": "ZIP"
},
{
"areaId": 222212915,
"resourceName": "10025",
"name": "10025",
"city": "New York",
"state": "NY",
"areaType": "ZIP"
},
{
"areaId": 222252254,
"resourceName": "11368",
"name": "11368",
"city": "Corona",
"state": "NY",
"areaType": "ZIP"
}
],
"nearbyAreaTrends": [
{
"date": "2025-06-01",
"areaName": "Jersey City, NJ",
"resourceId": "jersey-city-nj",
"medianRent": 2500,
"medianRentPriceOverTime": [
{
"month": "Jun",
"year": "2024",
"price": 2460
},
{
"month": "Jul",
"year": "2024",
"price": 2450
},
{
"month": "Aug",
"year": "2024",
"price": 2500
},
{
"month": "Sep",
"year": "2024",
"price": 2490
},
{
"month": "Oct",
"year": "2024",
"price": 2450
},
{
"month": "Nov",
"year": "2024",
"price": 2400
},
{
"month": "Dec",
"year": "2024",
"price": 2400
},
{
"month": "Jan",
"year": "2025",
"price": 2400
},
{
"month": "Feb",
"year": "2025",
"price": 2400
},
{
"month": "Mar",
"year": "2025",
"price": 2450
},
{
"month": "Apr",
"year": "2025",
"price": 2436.1111111111113
},
{
"month": "May",
"year": "2025",
"price": 2549
},
{
"month": "Jun",
"year": "2025",
"price": 2500
}
]
},
{
"date": "2025-06-01",
"areaName": "West New York, NJ",
"resourceId": "west-new-york-nj",
"medianRent": 2300,
"medianRentPriceOverTime": [
{
"month": "Jun",
"year": "2024",
"price": 2200
},
{
"month": "Jul",
"year": "2024",
"price": 2250
},
{
"month": "Aug",
"year": "2024",
"price": 1850
},
{
"month": "Sep",
"year": "2024",
"price": 2300
},
{
"month": "Oct",
"year": "2024",
"price": 2300
},
{
"month": "Nov",
"year": "2024",
"price": 2250
},
{
"month": "Dec",
"year": "2024",
"price": 2400
},
{
"month": "Jan",
"year": "2025",
"price": 2300
},
{
"month": "Feb",
"year": "2025",
"price": 2295
},
{
"month": "Mar",
"year": "2025",
"price": 2414
},
{
"month": "Apr",
"year": "2025",
"price": 2400
},
{
"month": "May",
"year": "2025",
"price": 2300
},
{
"month": "Jun",
"year": "2025",
"price": 2300
}
]
},
{
"date": "2025-06-01",
"areaName": "Guttenberg, NJ",
"resourceId": "guttenberg-nj",
"medianRent": 2600,
"medianRentPriceOverTime": [
{
"month": "Jun",
"year": "2024",
"price": 2700
},
{
"month": "Jul",
"year": "2024",
"price": 2700
},
{
"month": "Aug",
"year": "2024",
"price": 2200
},
{
"month": "Sep",
"year": "2024",
"price": 2950
},
{
"month": "Oct",
"year": "2024",
"price": 3100
},
{
"month": "Nov",
"year": "2024",
"price": 2900
},
{
"month": "Dec",
"year": "2024",
"price": 2700
},
{
"month": "Jan",
"year": "2025",
"price": 2525
},
{
"month": "Feb",
"year": "2025",
"price": 2599
},
{
"month": "Mar",
"year": "2025",
"price": 2600
},
{
"month": "Apr",
"year": "2025",
"price": 2450
},
{
"month": "May",
"year": "2025",
"price": 2499
},
{
"month": "Jun",
"year": "2025",
"price": 2600
}
]
},
{
"date": "2025-06-01",
"areaName": "Union City, NJ",
"resourceId": "union-city-nj",
"medianRent": 2450,
"medianRentPriceOverTime": [
{
"month": "Jun",
"year": "2024",
"price": 2500
},
{
"month": "Jul",
"year": "2024",
"price": 2650
},
{
"month": "Aug",
"year": "2024",
"price": 2500
},
{
"month": "Sep",
"year": "2024",
"price": 2500
},
{
"month": "Oct",
"year": "2024",
"price": 2400
},
{
"month": "Nov",
"year": "2024",
"price": 2450
},
{
"month": "Dec",
"year": "2024",
"price": 2450
},
{
"month": "Jan",
"year": "2025",
"price": 2450
},
{
"month": "Feb",
"year": "2025",
"price": 2450
},
{
"month": "Mar",
"year": "2025",
"price": 2550
},
{
"month": "Apr",
"year": "2025",
"price": 2420
},
{
"month": "May",
"year": "2025",
"price": 2450
},
{
"month": "Jun",
"year": "2025",
"price": 2450
}
]
},
{
"date": "2025-06-01",
"areaName": "Hoboken, NJ",
"resourceId": "hoboken-nj",
"medianRent": 3950,
"medianRentPriceOverTime": [
{
"month": "Jun",
"year": "2024",
"price": 3800
},
{
"month": "Jul",
"year": "2024",
"price": 3800
},
{
"month": "Aug",
"year": "2024",
"price": 3850
},
{
"month": "Sep",
"year": "2024",
"price": 4067.6857142857143
},
{
"month": "Oct",
"year": "2024",
"price": 3876.5789473684213
},
{
"month": "Nov",
"year": "2024",
"price": 3812.7659574468084
},
{
"month": "Dec",
"year": "2024",
"price": 3812.5
},
{
"month": "Jan",
"year": "2025",
"price": 3850
},
{
"month": "Feb",
"year": "2025",
"price": 3750
},
{
"month": "Mar",
"year": "2025",
"price": 3850
},
{
"month": "Apr",
"year": "2025",
"price": 3800
},
{
"month": "May",
"year": "2025",
"price": 3800
},
{
"month": "Jun",
"year": "2025",
"price": 3950
}
]
}
]
},
"scrapedAt": "2025-06-04T06:17:50.371Z"
}
]

Notes

  1. Ensure valid search query is provided
  2. API may have rate limits
  3. Returned data may vary based on location and market conditions