Zillow Results Count
No credit card required
You can access the Zillow Results Count 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.
1{
2 "openapi": "3.0.1",
3 "info": {
4 "version": "0.0",
5 "x-build-id": "iAkSVS6J0pKXqa6PI"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/adrian_horning~zillow-results-count/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-adrian_horning-zillow-results-count",
16 "x-openai-isConsequential": false,
17 "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18 "tags": [
19 "Run Actor"
20 ],
21 "requestBody": {
22 "required": true,
23 "content": {
24 "application/json": {
25 "schema": {
26 "$ref": "#/components/schemas/inputSchema"
27 }
28 }
29 }
30 },
31 "parameters": [
32 {
33 "name": "token",
34 "in": "query",
35 "required": true,
36 "schema": {
37 "type": "string"
38 },
39 "description": "Enter your Apify token here"
40 }
41 ],
42 "responses": {
43 "200": {
44 "description": "OK"
45 }
46 }
47 }
48 },
49 "/acts/adrian_horning~zillow-results-count/runs": {
50 "post": {
51 "operationId": "runs-sync-adrian_horning-zillow-results-count",
52 "x-openai-isConsequential": false,
53 "summary": "Executes an Actor and returns information about the initiated run in response.",
54 "tags": [
55 "Run Actor"
56 ],
57 "requestBody": {
58 "required": true,
59 "content": {
60 "application/json": {
61 "schema": {
62 "$ref": "#/components/schemas/inputSchema"
63 }
64 }
65 }
66 },
67 "parameters": [
68 {
69 "name": "token",
70 "in": "query",
71 "required": true,
72 "schema": {
73 "type": "string"
74 },
75 "description": "Enter your Apify token here"
76 }
77 ],
78 "responses": {
79 "200": {
80 "description": "OK",
81 "content": {
82 "application/json": {
83 "schema": {
84 "$ref": "#/components/schemas/runsResponseSchema"
85 }
86 }
87 }
88 }
89 }
90 }
91 },
92 "/acts/adrian_horning~zillow-results-count/run-sync": {
93 "post": {
94 "operationId": "run-sync-adrian_horning-zillow-results-count",
95 "x-openai-isConsequential": false,
96 "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97 "tags": [
98 "Run Actor"
99 ],
100 "requestBody": {
101 "required": true,
102 "content": {
103 "application/json": {
104 "schema": {
105 "$ref": "#/components/schemas/inputSchema"
106 }
107 }
108 }
109 },
110 "parameters": [
111 {
112 "name": "token",
113 "in": "query",
114 "required": true,
115 "schema": {
116 "type": "string"
117 },
118 "description": "Enter your Apify token here"
119 }
120 ],
121 "responses": {
122 "200": {
123 "description": "OK"
124 }
125 }
126 }
127 }
128 },
129 "components": {
130 "schemas": {
131 "inputSchema": {
132 "type": "object",
133 "required": [
134 "search"
135 ],
136 "properties": {
137 "search": {
138 "title": "Search",
139 "type": "string",
140 "description": "Must be a city"
141 },
142 "status": {
143 "title": "Status",
144 "enum": [
145 "sale",
146 "isForRent",
147 "isRecentlySold"
148 ],
149 "type": "string",
150 "description": "Property for sale/rent",
151 "default": "sale"
152 },
153 "isSingleFamily": {
154 "title": "Houses",
155 "type": "boolean",
156 "description": "",
157 "default": true
158 },
159 "isTownhouse": {
160 "title": "Townhouses",
161 "type": "boolean",
162 "description": "",
163 "default": true
164 },
165 "isMultiFamily": {
166 "title": "Multi Family",
167 "type": "boolean",
168 "description": "",
169 "default": true
170 },
171 "isCondo": {
172 "title": "Condos",
173 "type": "boolean",
174 "description": "",
175 "default": true
176 },
177 "isLotLand": {
178 "title": "Lots",
179 "type": "boolean",
180 "description": "",
181 "default": true
182 },
183 "isApartment": {
184 "title": "Apartments",
185 "type": "boolean",
186 "description": "",
187 "default": true
188 },
189 "isManufactured": {
190 "title": "Manufactured",
191 "type": "boolean",
192 "description": "",
193 "default": true
194 },
195 "minPrice": {
196 "title": "Min Price",
197 "type": "integer",
198 "description": "Minimum price"
199 },
200 "maxPrice": {
201 "title": "Max Price",
202 "type": "integer",
203 "description": "Maximum price"
204 },
205 "minLotSize": {
206 "title": "Min Lot Size",
207 "enum": [
208 "1000",
209 "2000",
210 "3000",
211 "4000",
212 "5000",
213 "7500",
214 "10890",
215 "21780",
216 "43560",
217 "87120",
218 "217800",
219 "435600",
220 "871200",
221 "2178000",
222 "4356000"
223 ],
224 "type": "string",
225 "description": "Minimum lot size"
226 },
227 "maxLotSize": {
228 "title": "Max Lot Size",
229 "enum": [
230 "1000",
231 "2000",
232 "3000",
233 "4000",
234 "5000",
235 "7500",
236 "10890",
237 "21780",
238 "43560",
239 "87120",
240 "217800",
241 "435600",
242 "871200",
243 "2178000",
244 "4356000"
245 ],
246 "type": "string",
247 "description": "Maximum lot size"
248 },
249 "doz": {
250 "title": "Sold in Last/Days on Zillow",
251 "enum": [
252 "1",
253 "7",
254 "30",
255 "90",
256 "6m",
257 "12m",
258 "24m",
259 "36m"
260 ],
261 "type": "string",
262 "description": "Sold in Last/Days on Zillow"
263 }
264 }
265 },
266 "runsResponseSchema": {
267 "type": "object",
268 "properties": {
269 "data": {
270 "type": "object",
271 "properties": {
272 "id": {
273 "type": "string"
274 },
275 "actId": {
276 "type": "string"
277 },
278 "userId": {
279 "type": "string"
280 },
281 "startedAt": {
282 "type": "string",
283 "format": "date-time",
284 "example": "2025-01-08T00:00:00.000Z"
285 },
286 "finishedAt": {
287 "type": "string",
288 "format": "date-time",
289 "example": "2025-01-08T00:00:00.000Z"
290 },
291 "status": {
292 "type": "string",
293 "example": "READY"
294 },
295 "meta": {
296 "type": "object",
297 "properties": {
298 "origin": {
299 "type": "string",
300 "example": "API"
301 },
302 "userAgent": {
303 "type": "string"
304 }
305 }
306 },
307 "stats": {
308 "type": "object",
309 "properties": {
310 "inputBodyLen": {
311 "type": "integer",
312 "example": 2000
313 },
314 "rebootCount": {
315 "type": "integer",
316 "example": 0
317 },
318 "restartCount": {
319 "type": "integer",
320 "example": 0
321 },
322 "resurrectCount": {
323 "type": "integer",
324 "example": 0
325 },
326 "computeUnits": {
327 "type": "integer",
328 "example": 0
329 }
330 }
331 },
332 "options": {
333 "type": "object",
334 "properties": {
335 "build": {
336 "type": "string",
337 "example": "latest"
338 },
339 "timeoutSecs": {
340 "type": "integer",
341 "example": 300
342 },
343 "memoryMbytes": {
344 "type": "integer",
345 "example": 1024
346 },
347 "diskMbytes": {
348 "type": "integer",
349 "example": 2048
350 }
351 }
352 },
353 "buildId": {
354 "type": "string"
355 },
356 "defaultKeyValueStoreId": {
357 "type": "string"
358 },
359 "defaultDatasetId": {
360 "type": "string"
361 },
362 "defaultRequestQueueId": {
363 "type": "string"
364 },
365 "buildNumber": {
366 "type": "string",
367 "example": "1.0.0"
368 },
369 "containerUrl": {
370 "type": "string"
371 },
372 "usage": {
373 "type": "object",
374 "properties": {
375 "ACTOR_COMPUTE_UNITS": {
376 "type": "integer",
377 "example": 0
378 },
379 "DATASET_READS": {
380 "type": "integer",
381 "example": 0
382 },
383 "DATASET_WRITES": {
384 "type": "integer",
385 "example": 0
386 },
387 "KEY_VALUE_STORE_READS": {
388 "type": "integer",
389 "example": 0
390 },
391 "KEY_VALUE_STORE_WRITES": {
392 "type": "integer",
393 "example": 1
394 },
395 "KEY_VALUE_STORE_LISTS": {
396 "type": "integer",
397 "example": 0
398 },
399 "REQUEST_QUEUE_READS": {
400 "type": "integer",
401 "example": 0
402 },
403 "REQUEST_QUEUE_WRITES": {
404 "type": "integer",
405 "example": 0
406 },
407 "DATA_TRANSFER_INTERNAL_GBYTES": {
408 "type": "integer",
409 "example": 0
410 },
411 "DATA_TRANSFER_EXTERNAL_GBYTES": {
412 "type": "integer",
413 "example": 0
414 },
415 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
416 "type": "integer",
417 "example": 0
418 },
419 "PROXY_SERPS": {
420 "type": "integer",
421 "example": 0
422 }
423 }
424 },
425 "usageTotalUsd": {
426 "type": "number",
427 "example": 0.00005
428 },
429 "usageUsd": {
430 "type": "object",
431 "properties": {
432 "ACTOR_COMPUTE_UNITS": {
433 "type": "integer",
434 "example": 0
435 },
436 "DATASET_READS": {
437 "type": "integer",
438 "example": 0
439 },
440 "DATASET_WRITES": {
441 "type": "integer",
442 "example": 0
443 },
444 "KEY_VALUE_STORE_READS": {
445 "type": "integer",
446 "example": 0
447 },
448 "KEY_VALUE_STORE_WRITES": {
449 "type": "number",
450 "example": 0.00005
451 },
452 "KEY_VALUE_STORE_LISTS": {
453 "type": "integer",
454 "example": 0
455 },
456 "REQUEST_QUEUE_READS": {
457 "type": "integer",
458 "example": 0
459 },
460 "REQUEST_QUEUE_WRITES": {
461 "type": "integer",
462 "example": 0
463 },
464 "DATA_TRANSFER_INTERNAL_GBYTES": {
465 "type": "integer",
466 "example": 0
467 },
468 "DATA_TRANSFER_EXTERNAL_GBYTES": {
469 "type": "integer",
470 "example": 0
471 },
472 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
473 "type": "integer",
474 "example": 0
475 },
476 "PROXY_SERPS": {
477 "type": "integer",
478 "example": 0
479 }
480 }
481 }
482 }
483 }
484 }
485 }
486 }
487 }
488}
Zillow Results Count OpenAPI definition
OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Zillow Results Count from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients:
Actor Metrics
2 monthly users
-
2 stars
>99% runs succeeded
Created in Mar 2023
Modified 2 years ago