Zillow Agents Finder avatar

Zillow Agents Finder

Try for free

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

Go to Store
Zillow Agents Finder

Zillow Agents Finder

jupri/zillow-agents
Try for free

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

💫 Scrape Zillow.com Agents

Developer
Maintained by Community

Actor Metrics

  • 18 monthly users

  • 5.0 / 5 (1)

  • 5 bookmarks

  • 96% runs succeeded

  • Created in Dec 2023

  • Modified 5 days ago

Categories

You can access the Zillow Agents Finder 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.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.1",
5    "x-build-id": "DSmvIVw2iZCBrdRue"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~zillow-agents/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-zillow-agents",
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-agents/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-zillow-agents",
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-agents/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-zillow-agents",
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          "query": {
135            "title": "❓ Query",
136            "type": "array",
137            "description": "💡<b>Possible Values :</b><p><li>Agent <code>Name</code></li><li><code>@ScreenName</code></li><li><code>@ScreenName/sales</code></li><li><code>@ScreenName/rentals</code></li><li><code>@ScreenName/sold</code></li><li><code>@ScreenName/reviews</code></li><li><code>Profile URL</code></li></p>",
138            "items": {
139              "type": "string"
140            }
141          },
142          "limit": {
143            "title": "🔢 Limit",
144            "type": "integer",
145            "description": "Number of results per-Query"
146          },
147          "filters.location": {
148            "title": "🧭 Location",
149            "type": "string",
150            "description": "💡 Location OR Region-ID"
151          },
152          "filters.specialty": {
153            "title": "🛠️ Specialty",
154            "enum": [
155              "201",
156              "202",
157              "203",
158              "204",
159              "205",
160              "206",
161              "207",
162              "208",
163              "1301",
164              "1302",
165              "1303",
166              "1304",
167              "1305",
168              "1306",
169              "1307",
170              "1308",
171              "1309",
172              "1310",
173              "1311",
174              "2001",
175              "2002",
176              "2003",
177              "1801",
178              "1802",
179              "1803",
180              "1804",
181              "1805",
182              "1806",
183              "1901",
184              "1902",
185              "1903",
186              "1904",
187              "1905",
188              "1906",
189              "1907",
190              "1908",
191              "1909",
192              "1910",
193              "1911",
194              "1001",
195              "1002",
196              "1003",
197              "1004",
198              "1005",
199              "1006",
200              "1007",
201              "1008",
202              "1009",
203              "1010",
204              "1011"
205            ],
206            "type": "string",
207            "description": ""
208          },
209          "filters.language": {
210            "title": "🔊 Language",
211            "enum": [
212              "English",
213              "Arabic",
214              "Bengali",
215              "Cantonese",
216              "Farsi",
217              "French",
218              "German",
219              "Greek",
220              "Hebrew",
221              "Hindi",
222              "Hungarian",
223              "Italian",
224              "Japanese",
225              "Korean",
226              "Mandarin",
227              "Polish",
228              "Portuguese",
229              "Russian",
230              "Spanish",
231              "Tagalog (Filipino)",
232              "Thai",
233              "Turkish",
234              "Vietnamese"
235            ],
236            "type": "string",
237            "description": ""
238          },
239          "dev_proxy_config": {
240            "title": "🌐 PROXY NETWORKING",
241            "type": "object",
242            "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>"
243          },
244          "dev_custom_headers": {
245            "title": "📜 HTTP HEADERS",
246            "type": "array",
247            "description": "💡 Additional HTTP Headers",
248            "items": {
249              "type": "object",
250              "required": [
251                "key",
252                "value"
253              ],
254              "properties": {
255                "key": {
256                  "type": "string",
257                  "title": "Key"
258                },
259                "value": {
260                  "type": "string",
261                  "title": "Value"
262                }
263              }
264            }
265          },
266          "dev_custom_cookies": {
267            "title": "🍰 HTTP COOKIES",
268            "type": "array",
269            "description": "💡 Additional HTTP Cookies",
270            "items": {
271              "type": "object",
272              "required": [
273                "key",
274                "value"
275              ],
276              "properties": {
277                "key": {
278                  "type": "string",
279                  "title": "Key"
280                },
281                "value": {
282                  "type": "string",
283                  "title": "Value"
284                }
285              }
286            }
287          },
288          "dev_transform_fields": {
289            "title": "♻️ CUSTOM FIELD",
290            "type": "array",
291            "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>",
292            "items": {
293              "type": "object",
294              "required": [
295                "key",
296                "value"
297              ],
298              "properties": {
299                "key": {
300                  "type": "string",
301                  "title": "Key"
302                },
303                "value": {
304                  "type": "string",
305                  "title": "Value"
306                }
307              }
308            }
309          },
310          "dev_dataset_name": {
311            "title": "📁 CUSTOM STORAGE",
312            "type": "string",
313            "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>"
314          },
315          "dev_dataset_clear": {
316            "title": "Clear Storage",
317            "type": "boolean",
318            "description": "Clear Dataset before insert/update."
319          },
320          "dev_no_strip": {
321            "title": "Disable data cleansing",
322            "type": "boolean",
323            "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
324          }
325        }
326      },
327      "runsResponseSchema": {
328        "type": "object",
329        "properties": {
330          "data": {
331            "type": "object",
332            "properties": {
333              "id": {
334                "type": "string"
335              },
336              "actId": {
337                "type": "string"
338              },
339              "userId": {
340                "type": "string"
341              },
342              "startedAt": {
343                "type": "string",
344                "format": "date-time",
345                "example": "2025-01-08T00:00:00.000Z"
346              },
347              "finishedAt": {
348                "type": "string",
349                "format": "date-time",
350                "example": "2025-01-08T00:00:00.000Z"
351              },
352              "status": {
353                "type": "string",
354                "example": "READY"
355              },
356              "meta": {
357                "type": "object",
358                "properties": {
359                  "origin": {
360                    "type": "string",
361                    "example": "API"
362                  },
363                  "userAgent": {
364                    "type": "string"
365                  }
366                }
367              },
368              "stats": {
369                "type": "object",
370                "properties": {
371                  "inputBodyLen": {
372                    "type": "integer",
373                    "example": 2000
374                  },
375                  "rebootCount": {
376                    "type": "integer",
377                    "example": 0
378                  },
379                  "restartCount": {
380                    "type": "integer",
381                    "example": 0
382                  },
383                  "resurrectCount": {
384                    "type": "integer",
385                    "example": 0
386                  },
387                  "computeUnits": {
388                    "type": "integer",
389                    "example": 0
390                  }
391                }
392              },
393              "options": {
394                "type": "object",
395                "properties": {
396                  "build": {
397                    "type": "string",
398                    "example": "latest"
399                  },
400                  "timeoutSecs": {
401                    "type": "integer",
402                    "example": 300
403                  },
404                  "memoryMbytes": {
405                    "type": "integer",
406                    "example": 1024
407                  },
408                  "diskMbytes": {
409                    "type": "integer",
410                    "example": 2048
411                  }
412                }
413              },
414              "buildId": {
415                "type": "string"
416              },
417              "defaultKeyValueStoreId": {
418                "type": "string"
419              },
420              "defaultDatasetId": {
421                "type": "string"
422              },
423              "defaultRequestQueueId": {
424                "type": "string"
425              },
426              "buildNumber": {
427                "type": "string",
428                "example": "1.0.0"
429              },
430              "containerUrl": {
431                "type": "string"
432              },
433              "usage": {
434                "type": "object",
435                "properties": {
436                  "ACTOR_COMPUTE_UNITS": {
437                    "type": "integer",
438                    "example": 0
439                  },
440                  "DATASET_READS": {
441                    "type": "integer",
442                    "example": 0
443                  },
444                  "DATASET_WRITES": {
445                    "type": "integer",
446                    "example": 0
447                  },
448                  "KEY_VALUE_STORE_READS": {
449                    "type": "integer",
450                    "example": 0
451                  },
452                  "KEY_VALUE_STORE_WRITES": {
453                    "type": "integer",
454                    "example": 1
455                  },
456                  "KEY_VALUE_STORE_LISTS": {
457                    "type": "integer",
458                    "example": 0
459                  },
460                  "REQUEST_QUEUE_READS": {
461                    "type": "integer",
462                    "example": 0
463                  },
464                  "REQUEST_QUEUE_WRITES": {
465                    "type": "integer",
466                    "example": 0
467                  },
468                  "DATA_TRANSFER_INTERNAL_GBYTES": {
469                    "type": "integer",
470                    "example": 0
471                  },
472                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
473                    "type": "integer",
474                    "example": 0
475                  },
476                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
477                    "type": "integer",
478                    "example": 0
479                  },
480                  "PROXY_SERPS": {
481                    "type": "integer",
482                    "example": 0
483                  }
484                }
485              },
486              "usageTotalUsd": {
487                "type": "number",
488                "example": 0.00005
489              },
490              "usageUsd": {
491                "type": "object",
492                "properties": {
493                  "ACTOR_COMPUTE_UNITS": {
494                    "type": "integer",
495                    "example": 0
496                  },
497                  "DATASET_READS": {
498                    "type": "integer",
499                    "example": 0
500                  },
501                  "DATASET_WRITES": {
502                    "type": "integer",
503                    "example": 0
504                  },
505                  "KEY_VALUE_STORE_READS": {
506                    "type": "integer",
507                    "example": 0
508                  },
509                  "KEY_VALUE_STORE_WRITES": {
510                    "type": "number",
511                    "example": 0.00005
512                  },
513                  "KEY_VALUE_STORE_LISTS": {
514                    "type": "integer",
515                    "example": 0
516                  },
517                  "REQUEST_QUEUE_READS": {
518                    "type": "integer",
519                    "example": 0
520                  },
521                  "REQUEST_QUEUE_WRITES": {
522                    "type": "integer",
523                    "example": 0
524                  },
525                  "DATA_TRANSFER_INTERNAL_GBYTES": {
526                    "type": "integer",
527                    "example": 0
528                  },
529                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
530                    "type": "integer",
531                    "example": 0
532                  },
533                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
534                    "type": "integer",
535                    "example": 0
536                  },
537                  "PROXY_SERPS": {
538                    "type": "integer",
539                    "example": 0
540                  }
541                }
542              }
543            }
544          }
545        }
546      }
547    }
548  }
549}

Zillow Agents Finder 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 Agents Finder 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: