Apify Store
AS
Apify Store
/jungle_synthesizer/zillow-rentals-scraper

Zillow Rentals Scraper

Scrape rental listings from Zillow with full property details — price, address, beds, baths, photos, square footage, and 30+ fields. Search any US location for apartments, houses, and condos for rent.

liveasyncunknown~30s typical
REAL_ESTATELEAD_GENERATION
$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 /jungle_synthesizer/zillow-rentals-scraper for me.

Input

FieldTypeDescription
sp_intended_usagestringWhat will this data feed? E.g. lead lists, KYB checks, price tracking.
sp_improvement_suggestionsstringProvide any feedback or suggestions for improvements.
sp_contactstringWe'll personally help with your use case. No spam.
searchUrlsarrayOne or more Zillow for-rent search URLs (e.g. https://www.zillow.com/new-york-ny/rentals/). Supports city, state, zip-code, and neighborhood searches.
locationstringCity, state, or ZIP code to search (e.g. "Austin, TX" or "90210"). Used when no searchUrls are provided.
maxItems*integerMaximum number of rental listings to return.

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":"/jungle_synthesizer/zillow-rentals-scraper","input":{"maxItems":1},"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 /jungle_synthesizer/zillow-rentals-scraper -i '{"maxItems":1}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/jungle_synthesizer/zillow-rentals-scraper", input: {"maxItems":1}, wait: false })

Try it

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