Apify Store
AS
Apify Store
/powerai/zillow-rental-market-scraper

Zillow Rental Market Scraper

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

liveasyncunknown~30s typical
REAL_ESTATEOTHER
$0.0020
per result + $0.01 call
plus $0.001 platform fee per run
Usage-based actor: event charges passed through at cost plus 25%
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /powerai/zillow-rental-market-scraper for me.

Input

FieldTypeDescription
search_query*stringLocation or area to search for rental market data default "New York, NY"
bedrooom_typestring (All_Bedrooms | Studio | 1_Bedroom | 2_Bedrooms | 3_Bedrooms | 4_Bedrooms_Plus)Type of bedrooms to include in the rental data default "All_Bedrooms"
home_typestring (All_Property_Types | Houses | Apartments_and_Condos | Townhouses)Type of properties to include in the rental data default "All_Property_Types"

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"apify","endpoint":"/powerai/zillow-rental-market-scraper","input":{"search_query":"New York, NY","bedrooom_type":"All_Bedrooms","home_type":"All_Property_Types"},"wait":false}'
poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."
cli
npx cracked-ai run -p apify -e /powerai/zillow-rental-market-scraper -i '{"search_query":"New York, NY","bedrooom_type":"All_Bedrooms","home_type":"All_Property_Types"}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/powerai/zillow-rental-market-scraper", input: {"search_query":"New York, NY","bedrooom_type":"All_Bedrooms","home_type":"All_Property_Types"}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.