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

Zillow Rentals Scraper

Scrapes Zillow rental listings from a search URL and returns each listing as a flat row with price, beds, baths, square footage, and address.

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

Input

FieldTypeDescription
listingUrl*stringA Zillow rental search URL. Go to zillow.com, search for rentals in your desired area, apply any filters you want, then copy the full URL from your browser.
maxItemsintegerMaximum number of rentals to collect per run. default 100

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

Try it

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