Zillow Explorer avatar

Zillow Explorer

Try for free

7 days trial then $30.00/month - No credit card required now

Go to Store
Zillow Explorer

Zillow Explorer

jupri/zillow-scraper
Try for free

7 days trial then $30.00/month - No credit card required now

💫 Scrape Zillow.com Homes

You can access the Zillow Explorer 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.5",
5    "x-build-id": "glGaP0b813C4Lkgrv"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~zillow-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-zillow-scraper",
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/jupri~zillow-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-zillow-scraper",
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/jupri~zillow-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-zillow-scraper",
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        "properties": {
134          "prompt": {
135            "title": "✨ Prompt",
136            "type": "string",
137            "description": "💡 <b>Acceptable Values :</b><li><code>search-url</code> <i>(example: https://www.zillow.com/new-york-ny/?searchQueryState=PARAMETERS [please copy and paste complete URL]</i></li><li>Semantic search will autofill appropriate parameters.</li><br><b>examples :</b><br><code>\"Homes with +2 bedrooms and 1-3 bathrooms under $500K in Alaska\"</code>"
138          },
139          "location": {
140            "title": "🧭 Location",
141            "type": "array",
142            "description": "💡 <b>Acceptable Values :</b><li><code>LOCATION</code> <i>(multi-region limited to max 5 locations allowed by Zillow)</i></li></b><li><code>ADDRESS</code> more than 5 address is allowed.</li><li><code>@ZPID(s) list</code> <i>(example: @123456789)</i></li>",
143            "items": {
144              "type": "string"
145            }
146          },
147          "limit": {
148            "title": "Limit",
149            "type": "integer",
150            "description": "💡 Limit number of results"
151          },
152          "sort": {
153            "title": "Sorting",
154            "enum": [
155              "relevance",
156              "change",
157              "newest",
158              "price_high",
159              "price_low",
160              "beds",
161              "baths",
162              "living_area",
163              "lot_area",
164              "year_built",
165              "featured"
166            ],
167            "type": "string",
168            "description": "💡 Sorting key"
169          },
170          "order": {
171            "title": "Order",
172            "enum": [
173              "",
174              "asc",
175              "desc"
176            ],
177            "type": "string",
178            "description": "💡 Sorting order"
179          },
180          "search_type": {
181            "title": "Search Type",
182            "enum": [
183              "sell",
184              "rent",
185              "sold"
186            ],
187            "type": "string",
188            "description": ""
189          },
190          "category": {
191            "title": "Listing Type",
192            "enum": [
193              "all",
194              "category1",
195              "category2"
196            ],
197            "type": "string",
198            "description": "",
199            "default": "category1"
200          },
201          "keywords": {
202            "title": "Keywords",
203            "type": "string",
204            "description": "example: MLS#, fireplace, horses"
205          },
206          "min_days": {
207            "title": "Min. Days on Zillow",
208            "type": "integer",
209            "description": ""
210          },
211          "max_days": {
212            "title": "Max. Days on Zillow / Sold in Last (days)",
213            "type": "integer",
214            "description": ""
215          },
216          "includes:description": {
217            "title": "Description",
218            "type": "boolean",
219            "description": ""
220          },
221          "includes:homeInsights": {
222            "title": "Home Insights",
223            "type": "boolean",
224            "description": ""
225          },
226          "includes:resoFacts": {
227            "title": "Features & Facts",
228            "type": "boolean",
229            "description": ""
230          },
231          "includes:foreClosure": {
232            "title": "Foreclosure Info",
233            "type": "boolean",
234            "description": ""
235          },
236          "includes:attributionInfo": {
237            "title": "Attribution Info",
238            "type": "boolean",
239            "description": ""
240          },
241          "includes:priceHistory": {
242            "title": "Price History",
243            "type": "boolean",
244            "description": ""
245          },
246          "includes:taxHistory": {
247            "title": "Tax History",
248            "type": "boolean",
249            "description": ""
250          },
251          "includes:schools": {
252            "title": "Nearby Schools",
253            "type": "boolean",
254            "description": ""
255          },
256          "includes:tourEligibility": {
257            "title": "Tour Eligibility",
258            "type": "boolean",
259            "description": ""
260          },
261          "includes:localProtections": {
262            "title": "Local Protections",
263            "type": "boolean",
264            "description": ""
265          },
266          "includes:walkScores": {
267            "title": "Walkscores",
268            "type": "boolean",
269            "description": ""
270          },
271          "includes:photos": {
272            "title": "Photos & Media",
273            "enum": [
274              "",
275              "1",
276              "2",
277              "3",
278              "4",
279              "5",
280              "6",
281              "7"
282            ],
283            "type": "string",
284            "description": "💡 Images quality/resolution."
285          },
286          "includes:valueHistory": {
287            "title": "Value History",
288            "enum": [
289              "LOCAL_HOME_VALUES",
290              "LISTING_PRICE",
291              "LOCAL_RENTAL_RATES",
292              "ZESTIMATE_PERCENT_CHANGE",
293              "TAX_ASSESSMENT",
294              "TAX_PAID"
295            ],
296            "type": "string",
297            "description": "💡 Value / Zestimates History"
298          },
299          "includes:valuePeriod": {
300            "title": "",
301            "enum": [
302              "ONE_YEAR",
303              "FIVE_YEARS",
304              "TEN_YEARS"
305            ],
306            "type": "string",
307            "description": ""
308          },
309          "types:singleFamily": {
310            "title": "Houses",
311            "type": "boolean",
312            "description": ""
313          },
314          "types:apartment": {
315            "title": "Apartments",
316            "type": "boolean",
317            "description": ""
318          },
319          "types:multiFamily": {
320            "title": "Multi-family",
321            "type": "boolean",
322            "description": ""
323          },
324          "types:land": {
325            "title": "Land/Lots",
326            "type": "boolean",
327            "description": ""
328          },
329          "types:townhome": {
330            "title": "Townhomes",
331            "type": "boolean",
332            "description": ""
333          },
334          "types:condo": {
335            "title": "Condos/Co-ops",
336            "type": "boolean",
337            "description": ""
338          },
339          "types:manufactured": {
340            "title": "Manufactured",
341            "type": "boolean",
342            "description": ""
343          },
344          "min_built": {
345            "title": "Year Built",
346            "type": "integer",
347            "description": ""
348          },
349          "max_built": {
350            "title": "",
351            "type": "integer",
352            "description": ""
353          },
354          "status:fsba": {
355            "title": "Agent Listed",
356            "type": "boolean",
357            "description": ""
358          },
359          "status:fsbo": {
360            "title": "Owner Posted",
361            "type": "boolean",
362            "description": ""
363          },
364          "status:newConstruction": {
365            "title": "New Construction",
366            "type": "boolean",
367            "description": ""
368          },
369          "status:auction": {
370            "title": "Auctions",
371            "type": "boolean",
372            "description": ""
373          },
374          "status:foreclosure": {
375            "title": "Foreclosure",
376            "type": "boolean",
377            "description": ""
378          },
379          "status:foreclosed": {
380            "title": "Foreclosed",
381            "type": "boolean",
382            "description": ""
383          },
384          "status:preforeclosure": {
385            "title": "Pre-Foreclosure",
386            "type": "boolean",
387            "description": ""
388          },
389          "status:comingSoon": {
390            "title": "Coming Soon",
391            "type": "boolean",
392            "description": ""
393          },
394          "status:acceptingBackupOffers": {
395            "title": "Accepting Backup Offers",
396            "type": "boolean",
397            "description": ""
398          },
399          "status:pending": {
400            "title": "Pending & Under Contract",
401            "type": "boolean",
402            "description": ""
403          },
404          "filters:openHouses": {
405            "title": "Open Houses",
406            "type": "boolean",
407            "description": ""
408          },
409          "filters:approvedVirtualTour": {
410            "title": "3D Tours",
411            "type": "boolean",
412            "description": ""
413          },
414          "status:no_seniorCommunity": {
415            "title": "Hide 55+ communities",
416            "type": "boolean",
417            "description": "A 55+ community is a type of community or housing development that is designed specifically for individuals aged 55 and older."
418          },
419          "min_beds": {
420            "title": "Bedrooms",
421            "enum": [
422              "0",
423              "1",
424              "2",
425              "3",
426              "4",
427              "5"
428            ],
429            "type": "string",
430            "description": ""
431          },
432          "min_baths": {
433            "title": "Bathrooms",
434            "enum": [
435              "0",
436              "1",
437              "1.5",
438              "2",
439              "3",
440              "4"
441            ],
442            "type": "string",
443            "description": ""
444          },
445          "min_parking": {
446            "title": "Parking Spots",
447            "enum": [
448              "0",
449              "1",
450              "2",
451              "3",
452              "4"
453            ],
454            "type": "string",
455            "description": ""
456          },
457          "filters:singleStory": {
458            "title": "Single-story Home",
459            "type": "boolean",
460            "description": ""
461          },
462          "filters:garage": {
463            "title": "Has Garage",
464            "type": "boolean",
465            "description": ""
466          },
467          "filters:basementFinish": {
468            "title": "Finished",
469            "type": "boolean",
470            "description": ""
471          },
472          "filters:basementUnfinish": {
473            "title": "Unfinished",
474            "type": "boolean",
475            "description": ""
476          },
477          "filters:basementPartial": {
478            "title": "Partial",
479            "type": "boolean",
480            "description": ""
481          },
482          "filters:basement": {
483            "title": "All",
484            "type": "boolean",
485            "description": "may removed in the future"
486          },
487          "min_area": {
488            "title": "Living Area (sqft)",
489            "type": "integer",
490            "description": ""
491          },
492          "max_area": {
493            "title": "",
494            "type": "integer",
495            "description": ""
496          },
497          "min_lot": {
498            "title": "Lot Size (sqft)",
499            "type": "integer",
500            "description": ""
501          },
502          "max_lot": {
503            "title": "",
504            "type": "integer",
505            "description": ""
506          },
507          "price_mode": {
508            "title": "Price Mode",
509            "enum": [
510              "list",
511              "month"
512            ],
513            "type": "string",
514            "description": ""
515          },
516          "min_price": {
517            "title": "Price",
518            "type": "integer",
519            "description": ""
520          },
521          "max_price": {
522            "title": "",
523            "type": "integer",
524            "description": ""
525          },
526          "down_payment": {
527            "title": "Down Payment",
528            "type": "integer",
529            "description": "Monthly payment only"
530          },
531          "filters:priceReduction": {
532            "title": "Price Drop",
533            "type": "boolean",
534            "description": ""
535          },
536          "max_hoa": {
537            "title": "Max. HOA Fee",
538            "type": "integer",
539            "description": "Per Month"
540          },
541          "no_hoa": {
542            "title": "No HOA Fee",
543            "type": "boolean",
544            "description": "Overides max_hoa"
545          },
546          "show_no_hoa": {
547            "title": "Show no HOA homes",
548            "type": "boolean",
549            "description": "Includes homes with no HOA data"
550          },
551          "filters:havePool": {
552            "title": "Have Pool",
553            "type": "boolean",
554            "description": ""
555          },
556          "filters:haveAirConditioning": {
557            "title": "Have A/C",
558            "type": "boolean",
559            "description": ""
560          },
561          "filters:onWaterfront": {
562            "title": "On Waterfront",
563            "type": "boolean",
564            "description": ""
565          },
566          "views:mountain": {
567            "title": "Mountain",
568            "type": "boolean",
569            "description": ""
570          },
571          "views:city": {
572            "title": "City",
573            "type": "boolean",
574            "description": ""
575          },
576          "views:water": {
577            "title": "Water",
578            "type": "boolean",
579            "description": ""
580          },
581          "views:park": {
582            "title": "Park",
583            "type": "boolean",
584            "description": ""
585          },
586          "rentalspace": {
587            "title": "Rental Space",
588            "enum": [
589              "place",
590              "room",
591              "all"
592            ],
593            "type": "string",
594            "description": ""
595          },
596          "rentaldate": {
597            "title": "Move-in Date",
598            "type": "string",
599            "description": "Available on or before this date (YYYY-MM-DD)"
600          },
601          "filters:cats": {
602            "title": "Allows Cats",
603            "type": "boolean",
604            "description": ""
605          },
606          "filters:smallDogs": {
607            "title": "Allows Small Dogs",
608            "type": "boolean",
609            "description": ""
610          },
611          "filters:largeDogs": {
612            "title": "Allows Big Dogs",
613            "type": "boolean",
614            "description": ""
615          },
616          "filters:parkingAvailable": {
617            "title": "On-Site Parking",
618            "type": "boolean",
619            "description": ""
620          },
621          "filters:laundryAvailable": {
622            "title": "In-Unit Laundry",
623            "type": "boolean",
624            "description": ""
625          },
626          "filters:incomeRestricted": {
627            "title": "Income Restricted",
628            "type": "boolean",
629            "description": "Have income caps that determine eligibility"
630          },
631          "filters:isFeaturedListing": {
632            "title": "Appartment Community",
633            "type": "boolean",
634            "description": "Large properties that typically have extra amenities and at least 50 units"
635          },
636          "filters:areApplicationsAccepted": {
637            "title": "Accept Zillow Application",
638            "type": "boolean",
639            "description": ""
640          },
641          "scanonly": {
642            "title": "Enable",
643            "type": "boolean",
644            "description": "💡 <b>Scan Only</b> function allow you to search up to 50_000 property, but only with basic info and no Additional Info (\"includes\" parameters will be ignored)"
645          },
646          "noboundary": {
647            "title": "Remove Boundary",
648            "type": "boolean",
649            "description": "💡 Enabling this will includes properties outside specified regions (location)."
650          },
651          "counts": {
652            "title": "Counts",
653            "type": "array",
654            "description": "Parameter overrides (JSON strings)",
655            "items": {
656              "type": "string"
657            }
658          },
659          "dev_proxy_config": {
660            "title": "🌐 PROXY NETWORKING",
661            "type": "object",
662            "description": "💡 <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>"
663          },
664          "dev_custom_headers": {
665            "title": "📜 HTTP HEADERS",
666            "type": "array",
667            "description": "💡 Additional HTTP Headers",
668            "items": {
669              "type": "object",
670              "required": [
671                "key",
672                "value"
673              ],
674              "properties": {
675                "key": {
676                  "type": "string",
677                  "title": "Key"
678                },
679                "value": {
680                  "type": "string",
681                  "title": "Value"
682                }
683              }
684            }
685          },
686          "dev_custom_cookies": {
687            "title": "🍰 HTTP COOKIES",
688            "type": "array",
689            "description": "💡 Additional HTTP Cookies",
690            "items": {
691              "type": "object",
692              "required": [
693                "key",
694                "value"
695              ],
696              "properties": {
697                "key": {
698                  "type": "string",
699                  "title": "Key"
700                },
701                "value": {
702                  "type": "string",
703                  "title": "Value"
704                }
705              }
706            }
707          },
708          "dev_transform_fields": {
709            "title": "♻️ CUSTOM FIELD",
710            "type": "array",
711            "description": "💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
712            "items": {
713              "type": "object",
714              "required": [
715                "key",
716                "value"
717              ],
718              "properties": {
719                "key": {
720                  "type": "string",
721                  "title": "Key"
722                },
723                "value": {
724                  "type": "string",
725                  "title": "Value"
726                }
727              }
728            }
729          },
730          "dev_dataset_name": {
731            "title": "📁 CUSTOM STORAGE",
732            "type": "string",
733            "description": "💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
734          },
735          "dev_dataset_clear": {
736            "title": "Clear Storage",
737            "type": "boolean",
738            "description": "Clear Dataset before insert/update."
739          },
740          "dev_no_strip": {
741            "title": "Disable data cleansing",
742            "type": "boolean",
743            "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
744          }
745        }
746      },
747      "runsResponseSchema": {
748        "type": "object",
749        "properties": {
750          "data": {
751            "type": "object",
752            "properties": {
753              "id": {
754                "type": "string"
755              },
756              "actId": {
757                "type": "string"
758              },
759              "userId": {
760                "type": "string"
761              },
762              "startedAt": {
763                "type": "string",
764                "format": "date-time",
765                "example": "2025-01-08T00:00:00.000Z"
766              },
767              "finishedAt": {
768                "type": "string",
769                "format": "date-time",
770                "example": "2025-01-08T00:00:00.000Z"
771              },
772              "status": {
773                "type": "string",
774                "example": "READY"
775              },
776              "meta": {
777                "type": "object",
778                "properties": {
779                  "origin": {
780                    "type": "string",
781                    "example": "API"
782                  },
783                  "userAgent": {
784                    "type": "string"
785                  }
786                }
787              },
788              "stats": {
789                "type": "object",
790                "properties": {
791                  "inputBodyLen": {
792                    "type": "integer",
793                    "example": 2000
794                  },
795                  "rebootCount": {
796                    "type": "integer",
797                    "example": 0
798                  },
799                  "restartCount": {
800                    "type": "integer",
801                    "example": 0
802                  },
803                  "resurrectCount": {
804                    "type": "integer",
805                    "example": 0
806                  },
807                  "computeUnits": {
808                    "type": "integer",
809                    "example": 0
810                  }
811                }
812              },
813              "options": {
814                "type": "object",
815                "properties": {
816                  "build": {
817                    "type": "string",
818                    "example": "latest"
819                  },
820                  "timeoutSecs": {
821                    "type": "integer",
822                    "example": 300
823                  },
824                  "memoryMbytes": {
825                    "type": "integer",
826                    "example": 1024
827                  },
828                  "diskMbytes": {
829                    "type": "integer",
830                    "example": 2048
831                  }
832                }
833              },
834              "buildId": {
835                "type": "string"
836              },
837              "defaultKeyValueStoreId": {
838                "type": "string"
839              },
840              "defaultDatasetId": {
841                "type": "string"
842              },
843              "defaultRequestQueueId": {
844                "type": "string"
845              },
846              "buildNumber": {
847                "type": "string",
848                "example": "1.0.0"
849              },
850              "containerUrl": {
851                "type": "string"
852              },
853              "usage": {
854                "type": "object",
855                "properties": {
856                  "ACTOR_COMPUTE_UNITS": {
857                    "type": "integer",
858                    "example": 0
859                  },
860                  "DATASET_READS": {
861                    "type": "integer",
862                    "example": 0
863                  },
864                  "DATASET_WRITES": {
865                    "type": "integer",
866                    "example": 0
867                  },
868                  "KEY_VALUE_STORE_READS": {
869                    "type": "integer",
870                    "example": 0
871                  },
872                  "KEY_VALUE_STORE_WRITES": {
873                    "type": "integer",
874                    "example": 1
875                  },
876                  "KEY_VALUE_STORE_LISTS": {
877                    "type": "integer",
878                    "example": 0
879                  },
880                  "REQUEST_QUEUE_READS": {
881                    "type": "integer",
882                    "example": 0
883                  },
884                  "REQUEST_QUEUE_WRITES": {
885                    "type": "integer",
886                    "example": 0
887                  },
888                  "DATA_TRANSFER_INTERNAL_GBYTES": {
889                    "type": "integer",
890                    "example": 0
891                  },
892                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
893                    "type": "integer",
894                    "example": 0
895                  },
896                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
897                    "type": "integer",
898                    "example": 0
899                  },
900                  "PROXY_SERPS": {
901                    "type": "integer",
902                    "example": 0
903                  }
904                }
905              },
906              "usageTotalUsd": {
907                "type": "number",
908                "example": 0.00005
909              },
910              "usageUsd": {
911                "type": "object",
912                "properties": {
913                  "ACTOR_COMPUTE_UNITS": {
914                    "type": "integer",
915                    "example": 0
916                  },
917                  "DATASET_READS": {
918                    "type": "integer",
919                    "example": 0
920                  },
921                  "DATASET_WRITES": {
922                    "type": "integer",
923                    "example": 0
924                  },
925                  "KEY_VALUE_STORE_READS": {
926                    "type": "integer",
927                    "example": 0
928                  },
929                  "KEY_VALUE_STORE_WRITES": {
930                    "type": "number",
931                    "example": 0.00005
932                  },
933                  "KEY_VALUE_STORE_LISTS": {
934                    "type": "integer",
935                    "example": 0
936                  },
937                  "REQUEST_QUEUE_READS": {
938                    "type": "integer",
939                    "example": 0
940                  },
941                  "REQUEST_QUEUE_WRITES": {
942                    "type": "integer",
943                    "example": 0
944                  },
945                  "DATA_TRANSFER_INTERNAL_GBYTES": {
946                    "type": "integer",
947                    "example": 0
948                  },
949                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
950                    "type": "integer",
951                    "example": 0
952                  },
953                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
954                    "type": "integer",
955                    "example": 0
956                  },
957                  "PROXY_SERPS": {
958                    "type": "integer",
959                    "example": 0
960                  }
961                }
962              }
963            }
964          }
965        }
966      }
967    }
968  }
969}

Zillow Property Scraper 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 Explorer 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:

Developer
Maintained by Community

Actor Metrics

  • 21 monthly users

  • 9 bookmarks

  • 99% runs succeeded

  • 60 days response time

  • Created in Jul 2022

  • Modified 4 months ago

Categories