
Zillow Property Data Scraper
Pricing
$25.00/month + usage

Zillow Property Data Scraper
This Actor allows you to input various types of search URLs—whether from keyword searches, location filters, or custom criteria. It provides fast and comprehensive data collection, capturing essential details such as price, status, and location.
0.0 (0)
Pricing
$25.00/month + usage
10
Monthly users
6
Runs succeeded
>99%
Last modified
16 days ago
You can access the Zillow Property Data 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.
1import { ApifyClient } from 'apify-client';
2
3// Initialize the ApifyClient with your Apify API token
4// Replace the '<YOUR_API_TOKEN>' with your token
5const client = new ApifyClient({
6 token: '<YOUR_API_TOKEN>',
7});
8
9// Prepare Actor input
10const input = {
11 "searchLinks": [
12 "https://www.zillow.com/miami-fl/rentals/?searchQueryState=%7B%22pagination%22%3A%7B%7D%2C%22isMapVisible%22%3Atrue%2C%22mapBounds%22%3A%7B%22west%22%3A-81.14784574414064%2C%22east%22%3A-79.54109525585939%2C%22south%22%3A25.19608632180817%2C%22north%22%3A26.208275237771982%7D%2C%22usersSearchTerm%22%3A%22Miami%20FL%22%2C%22regionSelection%22%3A%5B%7B%22regionId%22%3A12700%2C%22regionType%22%3A6%7D%5D%2C%22filterState%22%3A%7B%22fr%22%3A%7B%22value%22%3Atrue%7D%2C%22fsba%22%3A%7B%22value%22%3Afalse%7D%2C%22fsbo%22%3A%7B%22value%22%3Afalse%7D%2C%22nc%22%3A%7B%22value%22%3Afalse%7D%2C%22cmsn%22%3A%7B%22value%22%3Afalse%7D%2C%22auc%22%3A%7B%22value%22%3Afalse%7D%2C%22fore%22%3A%7B%22value%22%3Afalse%7D%2C%22price%22%3A%7B%22min%22%3A1576036%2C%22max%22%3A1942344%7D%2C%22mp%22%3A%7B%22min%22%3A8000%2C%22max%22%3A9000%7D%2C%22beds%22%3A%7B%22min%22%3A2%2C%22max%22%3Anull%7D%7D%2C%22isListVisible%22%3Atrue%7D"
13 ]
14};
15
16// Run the Actor and wait for it to finish
17const run = await client.actor("delicious_zebu/zillow-property-data-scraper").call(input);
18
19// Fetch and print Actor results from the run's dataset (if any)
20console.log('Results from dataset');
21console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
22const { items } = await client.dataset(run.defaultDatasetId).listItems();
23items.forEach((item) => {
24 console.dir(item);
25});
26
27// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs
Zillow Property Data Scraper API in JavaScript
The Apify API client for JavaScript is the official library that allows you to use Zillow Property Data Scraper API in JavaScript or TypeScript, providing convenience functions and automatic retries on errors.
Install the apify-client
npm install apify-client
Other API clients include:
Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
1 day
Price
$25.00