AS
Apify Store
/maxcopell/zillow-detail-scraper
Get Zillow Listing
Get details of Zillow properties from URLs. This Actor can be easily integrated with other Zillow Scrapers.
liveverifiedasyncunknown~30s typical
zillowzestimateproperty
$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 /maxcopell/zillow-detail-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| startUrls | array | URLs to scrape - should be in format https://www.zillow.com/homedetails/Address/12345678_zpid/ default [] |
| addresses | array | Addresses to scrape - should be in format 123 Main St, City, State default [] |
| propertyStatus | string (FOR_SALE | RECENTLY_SOLD | FOR_RENT) | Since Zillow uses different methods to fetch properties for sale, for rent and sold, the Actor needs to know the status of the properties in Start URLs. If you this is provided incorrectly, the Actor will figure out the correct status and use it, but it will require additional requests to Zillow. default "RECENTLY_SOLD" |
| extractBuildingUnits | string (disabled | all | for_sale | recently_sold | for_rent | off_market) | When you input a URL like https://www.zillow.com/b/160-beach-117-st-rockaway-park-ny-9VzB5T/, you can choose to scrape details of individual units in the building, instead of just generic building information. default "disabled" |
| searchResultsDatasetId | string | For easy integration, this actor can use output of these Zillow search scrapers to scrape more details: Zillow ZIP Code Search Scraper. |
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-detail-scraper","input":{"startUrls":[{"url":"https://www.zillow.com/homedetails/2000000_zpid/"}]},"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-detail-scraper -i '{"startUrls":[{"url":"https://www.zillow.com/homedetails/2000000_zpid/"}]}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/maxcopell/zillow-detail-scraper", input: {"startUrls":[{"url":"https://www.zillow.com/homedetails/2000000_zpid/"}]}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.