AS
Apify Store
/maxcopell/zillow-zip-search
Zillow ZIP Code Search Scraper
Scraper to find all Zillow real estate properties for sale, for rent or recently sold from given ZIP code locations.
liveasyncunknown~30s typical
real estatezillowzipsearch
$0.0030
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.0024 per result; Cracked adds 25% plus a $0.005 call fee
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 /maxcopell/zillow-zip-search for me.
Input
| Field | Type | Description |
|---|---|---|
| zipCodes* | array | List of zip codes for searching properties |
| priceMin | integer | Minimum price of property (monthly price for rental) |
| priceMax | integer | Maximum price of property (monthly price for rental) |
| daysOnZillow | string ( | 1 | 7 | 14 | 30 | 90) | Number of days a property has been listed on Zillow (if searching for Recently Sold, then this is the number of days since the property was sold) default "" |
| forSaleByAgent* | boolean | Filter properties listed for sale by real estate agents default true |
| forSaleByOwner* | boolean | Filter properties listed for sale by owners default false |
| forRent* | boolean | Filter properties listed for rent default false |
| sold* | boolean | Filter properties that have been recently sold default false |
| resultsLimit | integer | Maximum number of properties per zip code. If not set, all results are returned. Example: with resultsLimit=10 and 5 zip codes, you get up to 50 results. |
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":"/maxcopell/zillow-zip-search","input":{"zipCodes":["14010","07306"],"priceMin":100000,"priceMax":400000,"daysOnZillow":"2","forSaleByAgent":true,"forSaleByOwner":false,"forRent":false,"sold":false,"resultsLimit":3},"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 /maxcopell/zillow-zip-search -i '{"zipCodes":["14010","07306"],"priceMin":100000,"priceMax":400000,"daysOnZillow":"2","forSaleByAgent":true,"forSaleByOwner":false,"forRent":false,"sold":false,"resultsLimit":3}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/maxcopell/zillow-zip-search", input: {"zipCodes":["14010","07306"],"priceMin":100000,"priceMax":400000,"daysOnZillow":"2","forSaleByAgent":true,"forSaleByOwner":false,"forRent":false,"sold":false,"resultsLimit":3}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.