Zillow Real Estate Scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsZillow Real Estate Scraper
Our free Zillow scraper lets you extract data about properties for sale and rent on Zillow using the Zillow API, but with no daily call limits. Scrape millions of listings and download your data as HTML, JSON, CSV, Excel, XML, and RSS feed.
You can access the Zillow Real Estate Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "search": "Los Angeles",
3 "type": "all",
4 "maxItems": 200,
5 "maxLevel": 1,
6 "proxyConfiguration": {
7 "useApifyProxy": true
8 },
9 "maxRetries": 6,
10 "handlePageTimeoutSecs": 3600,
11 "extendOutputFunction": "async ({ data, item, customData, Apify }) => {\\n return item;\\n}",
12 "extendScraperFunction": "async ({ label, page, request, customData, Apify }) => {\\n if (label === '\''SETUP'\'') {\\n // before crawler.run()\\n } else if (label === '\''GOTO'\'') {\\n // inside handleGotoFunction\\n } else if (label === '\''HANDLE'\'') {\\n // inside handlePageFunction\\n } else if (label === '\''FINISH'\'') {\\n // after crawler.run()\\n }\\n}",
13 "customData": {}
14}' |
15apify call petr_cermak/zillow-api-scraper --silent --output-dataset
Scrape Zillow real estate listings 🏘️ API through CLI
The Apify CLI is the official tool that allows you to use Zillow Real Estate Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: