
Zillow Real Estate Scraper
Deprecated
Pricing
Pay per usage

Zillow Real Estate Scraper
Deprecated
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.
0.0 (0)
Pricing
Pay per usage
13
Total users
2.2k
Monthly users
12
Runs succeeded
0%
Last modified
2 years ago
You can access the Zillow Real Estate Scraper programmatically from your own applications by using the Apify API. You can also 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.
$echo '{< "search": "Los Angeles",< "type": "all",< "maxItems": 200,< "maxLevel": 1,< "proxyConfiguration": {< "useApifyProxy": true< },< "maxRetries": 6,< "handlePageTimeoutSecs": 3600,< "extendOutputFunction": "async ({ data, item, customData, Apify }) => {\\n return item;\\n}",< "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}",< "customData": {}<}' |<apify 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
$npm i -g apify-cli$apify login
Other API clients include: