Homenap Scraper avatar

Homenap Scraper

Under maintenance
Try for free

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

Go to Store
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
Homenap Scraper

Homenap Scraper

jupri/homesnap
Try for free

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

Scrape property data from Homesnap.com

You can access the Homenap Scraper 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.1",
5    "x-build-id": "Ktwx0hCDt74IpVDh3"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~homesnap/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-homesnap",
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~homesnap/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-homesnap",
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~homesnap/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-homesnap",
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          "location",
135          "mode"
136        ],
137        "properties": {
138          "location": {
139            "title": "Location",
140            "type": "string",
141            "description": ""
142          },
143          "mode": {
144            "title": "Search For",
145            "enum": [
146              "sale",
147              "rent"
148            ],
149            "type": "string",
150            "description": "",
151            "default": "sale"
152          },
153          "limit": {
154            "title": "Limit",
155            "type": "integer",
156            "description": "Limit number of results",
157            "default": 5
158          },
159          "sort": {
160            "title": "Sorting",
161            "enum": [
162              "date-desc",
163              "price-asc",
164              "beds",
165              "baths",
166              "price-desc",
167              "areasize",
168              "lotsize",
169              "year-desc",
170              "year-asc"
171            ],
172            "type": "string",
173            "description": "Sorting key"
174          },
175          "keyword": {
176            "title": "Keyword Search",
177            "type": "string",
178            "description": "Description includes ..."
179          },
180          "date": {
181            "title": "Date",
182            "enum": [
183              "1",
184              "7",
185              "8",
186              "9",
187              "10",
188              "11",
189              "2",
190              "3",
191              "4",
192              "5",
193              "6"
194            ],
195            "type": "string",
196            "description": ""
197          },
198          "is_active": {
199            "title": "Active",
200            "type": "boolean",
201            "description": "",
202            "default": true
203          },
204          "is_pending": {
205            "title": "Contingent / Pending",
206            "type": "boolean",
207            "description": "For-Sale Only"
208          },
209          "open_house": {
210            "title": "Open House Only",
211            "enum": [
212              "any",
213              "1",
214              "12",
215              "14",
216              "16",
217              "17",
218              "18"
219            ],
220            "type": "string",
221            "description": ""
222          },
223          "is_contract": {
224            "title": "Under Contract / Rental Agreement",
225            "type": "boolean",
226            "description": ""
227          },
228          "is_sold": {
229            "title": "Sold / Rented",
230            "type": "boolean",
231            "description": ""
232          },
233          "price_min": {
234            "title": "Min. Price",
235            "type": "integer",
236            "description": ""
237          },
238          "price_max": {
239            "title": "Max. Price",
240            "type": "integer",
241            "description": ""
242          },
243          "price_reduction": {
244            "title": "Price Reduction",
245            "enum": [
246              "1",
247              "2",
248              "3",
249              "4",
250              "5",
251              "6",
252              "7",
253              "8",
254              "9"
255            ],
256            "type": "string",
257            "description": ""
258          },
259          "price_sqft_min": {
260            "title": "Min. Price Per Square Foot",
261            "type": "integer",
262            "description": ""
263          },
264          "price_sqft_max": {
265            "title": "Max. Price Per Square Foot",
266            "type": "integer",
267            "description": ""
268          },
269          "no_hoa": {
270            "title": "No HOA Fee",
271            "type": "boolean",
272            "description": ""
273          },
274          "max_hoa": {
275            "title": "Max HOA Fee",
276            "type": "integer",
277            "description": ""
278          },
279          "beds_min": {
280            "title": "Min. Beds",
281            "type": "integer",
282            "description": ""
283          },
284          "beds_max": {
285            "title": "Max. Beds",
286            "type": "integer",
287            "description": ""
288          },
289          "baths_min": {
290            "title": "Min. Baths",
291            "type": "integer",
292            "description": ""
293          },
294          "baths_max": {
295            "title": "Max. Baths",
296            "type": "integer",
297            "description": ""
298          },
299          "size_min": {
300            "title": "Min. Square Feet",
301            "type": "integer",
302            "description": ""
303          },
304          "size_max": {
305            "title": "Max. Square Feet",
306            "type": "integer",
307            "description": ""
308          },
309          "lot_min": {
310            "title": "Min. Lot Size",
311            "type": "integer",
312            "description": ""
313          },
314          "lot_max": {
315            "title": "Max. Lot Size",
316            "type": "integer",
317            "description": ""
318          },
319          "floor_min": {
320            "title": "Min. Stories",
321            "type": "integer",
322            "description": ""
323          },
324          "floor_max": {
325            "title": "Max. Stories",
326            "type": "integer",
327            "description": ""
328          },
329          "amenities:have-garage": {
330            "title": "Must Have Garage",
331            "type": "boolean",
332            "description": ""
333          },
334          "garage_count": {
335            "title": "Min. Garage",
336            "type": "integer",
337            "description": ""
338          },
339          "amenities:have-basement": {
340            "title": "Must Have Basement",
341            "type": "boolean",
342            "description": ""
343          },
344          "basement_finish": {
345            "title": "Basement Finished",
346            "type": "boolean",
347            "description": ""
348          },
349          "year_min": {
350            "title": "Min. Year Built",
351            "type": "integer",
352            "description": ""
353          },
354          "year_max": {
355            "title": "Max. Year Built",
356            "type": "integer",
357            "description": ""
358          },
359          "property_types:house": {
360            "title": "House",
361            "type": "boolean",
362            "description": ""
363          },
364          "property_types:townhouse": {
365            "title": "Townhouse",
366            "type": "boolean",
367            "description": ""
368          },
369          "property_types:condo": {
370            "title": "Condo",
371            "type": "boolean",
372            "description": ""
373          },
374          "property_types:coop": {
375            "title": "Co-Op",
376            "type": "boolean",
377            "description": ""
378          },
379          "property_types:multifamily": {
380            "title": "Multi-Family",
381            "type": "boolean",
382            "description": ""
383          },
384          "property_types:land": {
385            "title": "Lots/Land",
386            "type": "boolean",
387            "description": ""
388          },
389          "property_types:manufactured": {
390            "title": "Mobile/Manufactured",
391            "type": "boolean",
392            "description": ""
393          },
394          "property_types:commercial": {
395            "title": "Commercial",
396            "type": "boolean",
397            "description": ""
398          },
399          "property_types:other": {
400            "title": "Other",
401            "type": "boolean",
402            "description": ""
403          },
404          "listing_types:resale": {
405            "title": "Resale",
406            "type": "boolean",
407            "description": ""
408          },
409          "listing_types:new": {
410            "title": "New Construction",
411            "type": "boolean",
412            "description": ""
413          },
414          "listing_types:auction": {
415            "title": "Auction",
416            "type": "boolean",
417            "description": ""
418          },
419          "listing_types:foreclosure": {
420            "title": "Foreclosure",
421            "type": "boolean",
422            "description": ""
423          },
424          "listing_types:shortsale": {
425            "title": "Shortsale",
426            "type": "boolean",
427            "description": ""
428          },
429          "school_rating:all": {
430            "title": "All School",
431            "type": "integer",
432            "description": ""
433          },
434          "school_rating:elementary": {
435            "title": "Elementary",
436            "type": "integer",
437            "description": ""
438          },
439          "school_rating:middle": {
440            "title": "Middle",
441            "type": "integer",
442            "description": ""
443          },
444          "school_rating:high": {
445            "title": "High",
446            "type": "integer",
447            "description": ""
448          },
449          "amenities:ocean": {
450            "title": "Ocean",
451            "type": "boolean",
452            "description": ""
453          },
454          "amenities:lake": {
455            "title": "Lake",
456            "type": "boolean",
457            "description": ""
458          },
459          "amenities:river": {
460            "title": "River",
461            "type": "boolean",
462            "description": ""
463          },
464          "amenities:bay": {
465            "title": "Bay",
466            "type": "boolean",
467            "description": ""
468          },
469          "amenities:other-water": {
470            "title": "Other",
471            "type": "boolean",
472            "description": ""
473          },
474          "amenities:mountain": {
475            "title": "Mountain",
476            "type": "boolean",
477            "description": ""
478          },
479          "amenities:woods": {
480            "title": "Woods",
481            "type": "boolean",
482            "description": ""
483          },
484          "amenities:city": {
485            "title": "City",
486            "type": "boolean",
487            "description": ""
488          },
489          "amenities:other-view": {
490            "title": "Other",
491            "type": "boolean",
492            "description": ""
493          },
494          "amenities:central-heat": {
495            "title": "Central Heat",
496            "type": "boolean",
497            "description": ""
498          },
499          "amenities:forced-air": {
500            "title": "Forced Air",
501            "type": "boolean",
502            "description": ""
503          },
504          "amenities:central-ac": {
505            "title": "Central A/C",
506            "type": "boolean",
507            "description": ""
508          },
509          "amenities:pool-private": {
510            "title": "Private",
511            "type": "boolean",
512            "description": ""
513          },
514          "amenities:pool-community": {
515            "title": "Community",
516            "type": "boolean",
517            "description": ""
518          },
519          "amenities:outdoor-space": {
520            "title": "Outdoor Space",
521            "type": "boolean",
522            "description": ""
523          },
524          "amenities:fireplace": {
525            "title": "Fireplace",
526            "type": "boolean",
527            "description": ""
528          },
529          "amenities:inlaw-suite": {
530            "title": "In-Law Suite",
531            "type": "boolean",
532            "description": ""
533          },
534          "amenities:accessible-home": {
535            "title": "Accessible Home",
536            "type": "boolean",
537            "description": ""
538          },
539          "amenities:senior-community": {
540            "title": "Senior Community",
541            "type": "boolean",
542            "description": ""
543          },
544          "amenities:waterfront": {
545            "title": "Waterfront",
546            "type": "boolean",
547            "description": ""
548          },
549          "amenities:furnished": {
550            "title": "Furnished",
551            "type": "boolean",
552            "description": ""
553          },
554          "amenities:pet-friendly": {
555            "title": "Pet Friendly",
556            "type": "boolean",
557            "description": ""
558          },
559          "amenities:virtual-tour": {
560            "title": "Must Have 3D Tour",
561            "type": "boolean",
562            "description": ""
563          },
564          "dev_proxy_config": {
565            "title": "🌐 PROXY NETWORKING",
566            "type": "object",
567            "description": "<b>Supported protocol:</b> <code>HTTP, SOCKS5</code><br><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code> <br><br><b>Example</b>: <code>socks5://example.com:9000</code>"
568          },
569          "dev_transform_enable": {
570            "title": "Enable Custom Fields",
571            "type": "boolean",
572            "description": ""
573          },
574          "dev_transform_fields": {
575            "title": "Fields List",
576            "type": "array",
577            "description": "",
578            "items": {
579              "type": "object",
580              "required": [
581                "key",
582                "value"
583              ],
584              "properties": {
585                "key": {
586                  "type": "string",
587                  "title": "Key"
588                },
589                "value": {
590                  "type": "string",
591                  "title": "Value"
592                }
593              }
594            }
595          },
596          "dev_dataset_enable": {
597            "title": "Enable Custom Storage",
598            "type": "boolean",
599            "description": ""
600          },
601          "dev_dataset_clear": {
602            "title": "Clear Storage",
603            "type": "boolean",
604            "description": "Clear Dataset before insert/update."
605          },
606          "dev_dataset_name": {
607            "title": "Dataset Name",
608            "type": "string",
609            "description": "Dataset/Key-Value Storage name"
610          },
611          "dev_dataset_key": {
612            "title": "Unique Column",
613            "type": "string",
614            "description": "Column name from results to use as Key for Key-Value Storage. For example: <code>product_id</code> (must be unique)."
615          }
616        }
617      },
618      "runsResponseSchema": {
619        "type": "object",
620        "properties": {
621          "data": {
622            "type": "object",
623            "properties": {
624              "id": {
625                "type": "string"
626              },
627              "actId": {
628                "type": "string"
629              },
630              "userId": {
631                "type": "string"
632              },
633              "startedAt": {
634                "type": "string",
635                "format": "date-time",
636                "example": "2025-01-08T00:00:00.000Z"
637              },
638              "finishedAt": {
639                "type": "string",
640                "format": "date-time",
641                "example": "2025-01-08T00:00:00.000Z"
642              },
643              "status": {
644                "type": "string",
645                "example": "READY"
646              },
647              "meta": {
648                "type": "object",
649                "properties": {
650                  "origin": {
651                    "type": "string",
652                    "example": "API"
653                  },
654                  "userAgent": {
655                    "type": "string"
656                  }
657                }
658              },
659              "stats": {
660                "type": "object",
661                "properties": {
662                  "inputBodyLen": {
663                    "type": "integer",
664                    "example": 2000
665                  },
666                  "rebootCount": {
667                    "type": "integer",
668                    "example": 0
669                  },
670                  "restartCount": {
671                    "type": "integer",
672                    "example": 0
673                  },
674                  "resurrectCount": {
675                    "type": "integer",
676                    "example": 0
677                  },
678                  "computeUnits": {
679                    "type": "integer",
680                    "example": 0
681                  }
682                }
683              },
684              "options": {
685                "type": "object",
686                "properties": {
687                  "build": {
688                    "type": "string",
689                    "example": "latest"
690                  },
691                  "timeoutSecs": {
692                    "type": "integer",
693                    "example": 300
694                  },
695                  "memoryMbytes": {
696                    "type": "integer",
697                    "example": 1024
698                  },
699                  "diskMbytes": {
700                    "type": "integer",
701                    "example": 2048
702                  }
703                }
704              },
705              "buildId": {
706                "type": "string"
707              },
708              "defaultKeyValueStoreId": {
709                "type": "string"
710              },
711              "defaultDatasetId": {
712                "type": "string"
713              },
714              "defaultRequestQueueId": {
715                "type": "string"
716              },
717              "buildNumber": {
718                "type": "string",
719                "example": "1.0.0"
720              },
721              "containerUrl": {
722                "type": "string"
723              },
724              "usage": {
725                "type": "object",
726                "properties": {
727                  "ACTOR_COMPUTE_UNITS": {
728                    "type": "integer",
729                    "example": 0
730                  },
731                  "DATASET_READS": {
732                    "type": "integer",
733                    "example": 0
734                  },
735                  "DATASET_WRITES": {
736                    "type": "integer",
737                    "example": 0
738                  },
739                  "KEY_VALUE_STORE_READS": {
740                    "type": "integer",
741                    "example": 0
742                  },
743                  "KEY_VALUE_STORE_WRITES": {
744                    "type": "integer",
745                    "example": 1
746                  },
747                  "KEY_VALUE_STORE_LISTS": {
748                    "type": "integer",
749                    "example": 0
750                  },
751                  "REQUEST_QUEUE_READS": {
752                    "type": "integer",
753                    "example": 0
754                  },
755                  "REQUEST_QUEUE_WRITES": {
756                    "type": "integer",
757                    "example": 0
758                  },
759                  "DATA_TRANSFER_INTERNAL_GBYTES": {
760                    "type": "integer",
761                    "example": 0
762                  },
763                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
764                    "type": "integer",
765                    "example": 0
766                  },
767                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
768                    "type": "integer",
769                    "example": 0
770                  },
771                  "PROXY_SERPS": {
772                    "type": "integer",
773                    "example": 0
774                  }
775                }
776              },
777              "usageTotalUsd": {
778                "type": "number",
779                "example": 0.00005
780              },
781              "usageUsd": {
782                "type": "object",
783                "properties": {
784                  "ACTOR_COMPUTE_UNITS": {
785                    "type": "integer",
786                    "example": 0
787                  },
788                  "DATASET_READS": {
789                    "type": "integer",
790                    "example": 0
791                  },
792                  "DATASET_WRITES": {
793                    "type": "integer",
794                    "example": 0
795                  },
796                  "KEY_VALUE_STORE_READS": {
797                    "type": "integer",
798                    "example": 0
799                  },
800                  "KEY_VALUE_STORE_WRITES": {
801                    "type": "number",
802                    "example": 0.00005
803                  },
804                  "KEY_VALUE_STORE_LISTS": {
805                    "type": "integer",
806                    "example": 0
807                  },
808                  "REQUEST_QUEUE_READS": {
809                    "type": "integer",
810                    "example": 0
811                  },
812                  "REQUEST_QUEUE_WRITES": {
813                    "type": "integer",
814                    "example": 0
815                  },
816                  "DATA_TRANSFER_INTERNAL_GBYTES": {
817                    "type": "integer",
818                    "example": 0
819                  },
820                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
821                    "type": "integer",
822                    "example": 0
823                  },
824                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
825                    "type": "integer",
826                    "example": 0
827                  },
828                  "PROXY_SERPS": {
829                    "type": "integer",
830                    "example": 0
831                  }
832                }
833              }
834            }
835          }
836        }
837      }
838    }
839  }
840}

Homenap.com 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 Homenap Scraper 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

  • 1 monthly user

  • 1 star

  • >99% runs succeeded

  • Created in Dec 2022

  • Modified a year ago

Categories