![Willhaben RealEstateScraper avatar](https://images.apifyusercontent.com/BKiLh2FfbyO0wHmua-54eCJ34_sBR-OJVDMNQUea_vg/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vZUJLUENnYk82amhaMDdMNTMvOExnSWUzdGgzN2FZWkVTVGktRmxhZ19vZl9BdXN0cmlhLnN2Zy5wbmc.webp)
Willhaben RealEstateScraper
14 days trial then $0.01/month - No credit card required now
![Willhaben RealEstateScraper](https://images.apifyusercontent.com/BKiLh2FfbyO0wHmua-54eCJ34_sBR-OJVDMNQUea_vg/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vZUJLUENnYk82amhaMDdMNTMvOExnSWUzdGgzN2FZWkVTVGktRmxhZ19vZl9BdXN0cmlhLnN2Zy5wbmc.webp)
Willhaben RealEstateScraper
14 days trial then $0.01/month - No credit card required now
Finde Wohnungen, Häuser & Grundstücke im Internet
You can access the Willhaben RealEstateScraper 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.9",
5 "x-build-id": "k3eoK1UGBDM2HwrQC"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/michaelhaar~willhaben-realestatescraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-michaelhaar-willhaben-realestatescraper",
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/michaelhaar~willhaben-realestatescraper/runs": {
50 "post": {
51 "operationId": "runs-sync-michaelhaar-willhaben-realestatescraper",
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/michaelhaar~willhaben-realestatescraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-michaelhaar-willhaben-realestatescraper",
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 "urls",
135 "mode",
136 "projectName"
137 ],
138 "properties": {
139 "urls": {
140 "title": "URLs to scrape",
141 "minItems": 1,
142 "maxItems": 100,
143 "type": "array",
144 "description": "The URLs of Willhaben real estate websites you want to get the data from. (Only URLs starting with 'https://www.willhaben.at/iad/immobilien' are supported)",
145 "items": {
146 "type": "string"
147 }
148 },
149 "mode": {
150 "title": "Mode",
151 "enum": [
152 "standard",
153 "tracking"
154 ],
155 "type": "string",
156 "description": "The mode in which the scraper should run. 'standard' mode scrapes the data from the page. 'tracking' mode scrapes the data and only returns new or updated listings.",
157 "default": "standard"
158 },
159 "projectName": {
160 "title": "Project Name",
161 "maxLength": 100,
162 "type": "string",
163 "description": "The project name will serve as the key/ID in tracking mode to remember the listings.",
164 "default": "default"
165 },
166 "filterFunction": {
167 "title": "Filter Function",
168 "type": "string",
169 "description": "(Optional) A JavaScript function that filters the scraped data. The function should return true if the data should be kept, and false if it should be discarded.\n\n see: https://codesandbox.io/p/github/michaelhaar/willhaben-real-estate-scraper-filter-function-template/main?layout=%257B%2522sidebarPanel%2522%253A%2522GIT%2522%252C%2522rootPanelGroup%2522%253A%257B%2522direction%2522%253A%2522horizontal%2522%252C%2522contentType%2522%253A%2522UNKNOWN%2522%252C%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522id%2522%253A%2522ROOT_LAYOUT%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522UNKNOWN%2522%252C%2522direction%2522%253A%2522vertical%2522%252C%2522id%2522%253A%2522clvs7dsep00073b6j6vs96szr%2522%252C%2522sizes%2522%253A%255B60%252C40%255D%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522EDITOR%2522%252C%2522direction%2522%253A%2522horizontal%2522%252C%2522id%2522%253A%2522EDITOR%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522EDITOR%2522%252C%2522id%2522%253A%2522clvs7dsep00023b6j4az1wls5%2522%257D%255D%257D%252C%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522SHELLS%2522%252C%2522direction%2522%253A%2522horizontal%2522%252C%2522id%2522%253A%2522SHELLS%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522SHELLS%2522%252C%2522id%2522%253A%2522clvs7dsep00053b6jn1f3w9bw%2522%257D%255D%252C%2522sizes%2522%253A%255B100%255D%257D%255D%257D%252C%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522DEVTOOLS%2522%252C%2522direction%2522%253A%2522vertical%2522%252C%2522id%2522%253A%2522DEVTOOLS%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522DEVTOOLS%2522%252C%2522id%2522%253A%2522clvs7dsep00063b6juxlhhq8u%2522%257D%255D%252C%2522sizes%2522%253A%255B100%255D%257D%255D%252C%2522sizes%2522%253A%255B100%252C0%255D%257D%252C%2522tabbedPanels%2522%253A%257B%2522clvs7dsep00023b6j4az1wls5%2522%253A%257B%2522id%2522%253A%2522clvs7dsep00023b6j4az1wls5%2522%252C%2522activeTabId%2522%253A%2522clvs8nj5a00023b6jh8eyh90o%2522%252C%2522tabs%2522%253A%255B%257B%2522id%2522%253A%2522clvs7dsep00013b6jqt2pj3pn%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522type%2522%253A%2522FILE%2522%252C%2522filepath%2522%253A%2522%252FREADME.md%2522%252C%2522state%2522%253A%2522IDLE%2522%257D%252C%257B%2522type%2522%253A%2522DIFF%2522%252C%2522filepath%2522%253A%2522%252Fsrc%252Ffilter-function.ts%2522%252C%2522base%2522%253A%2522HEAD%2522%252C%2522id%2522%253A%2522clvs82xf101pc3b6jfh4uaci3%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522state%2522%253A%2522IDLE%2522%257D%252C%257B%2522type%2522%253A%2522DIFF%2522%252C%2522filepath%2522%253A%2522%252Fpackage.json%2522%252C%2522base%2522%253A%2522HEAD%2522%252C%2522id%2522%253A%2522clvs83ndz01vu3b6jbew24x4d%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522state%2522%253A%2522IDLE%2522%257D%252C%257B%2522id%2522%253A%2522clvs8g8f700023b6jyy8gbiva%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522type%2522%253A%2522FILE%2522%252C%2522initialSelections%2522%253A%255B%257B%2522startLineNumber%2522%253A8%252C%2522startColumn%2522%253A1%252C%2522endLineNumber%2522%253A8%252C%2522endColumn%2522%253A1%257D%255D%252C%2522filepath%2522%253A%2522%252Ftest%252Ffilter-function-vm.ts%2522%252C%2522state%2522%253A%2522IDLE%2522%257D%252C%257B%2522id%2522%253A%2522clvs8nj5a00023b6jh8eyh90o%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522type%2522%253A%2522FILE%2522%252C%2522initialSelections%2522%253A%255B%257B%2522startLineNumber%2522%253A6%252C%2522startColumn%2522%253A4%252C%2522endLineNumber%2522%253A6%252C%2522endColumn%2522%253A4%257D%255D%252C%2522filepath%2522%253A%2522%252Fsrc%252Ffilter-function.ts%2522%252C%2522state%2522%253A%2522IDLE%2522%257D%252C%257B%2522type%2522%253A%2522DIFF%2522%252C%2522filepath%2522%253A%2522%252Ftest%252Ffilter-function-vm.ts%2522%252C%2522base%2522%253A%2522HEAD%2522%252C%2522id%2522%253A%2522clvs8p837008p3b6j0vxhw18k%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522state%2522%253A%2522IDLE%2522%257D%252C%257B%2522type%2522%253A%2522DIFF%2522%252C%2522filepath%2522%253A%2522%252F.github%252Fdependabot.yml%2522%252C%2522base%2522%253A%2522HEAD%2522%252C%2522id%2522%253A%2522clvs94y3301533b6jjh7zgxre%2522%252C%2522mode%2522%253A%2522temporary%2522%252C%2522state%2522%253A%2522IDLE%2522%257D%255D%257D%252C%2522clvs7dsep00063b6juxlhhq8u%2522%253A%257B%2522id%2522%253A%2522clvs7dsep00063b6juxlhhq8u%2522%252C%2522tabs%2522%253A%255B%255D%257D%252C%2522clvs7dsep00053b6jn1f3w9bw%2522%253A%257B%2522id%2522%253A%2522clvs7dsep00053b6jn1f3w9bw%2522%252C%2522activeTabId%2522%253A%2522clvs7dsep00033b6ju30tbgid%2522%252C%2522tabs%2522%253A%255B%257B%2522id%2522%253A%2522clvs7dsep00033b6ju30tbgid%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522type%2522%253A%2522TASK_LOG%2522%252C%2522taskId%2522%253A%2522start%2522%257D%252C%257B%2522id%2522%253A%2522clvs944fy00x13b6j01xgopzn%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522type%2522%253A%2522TERMINAL%2522%252C%2522shellId%2522%253A%2522clvs944jg000eddgw31j8hnj8%2522%257D%255D%257D%257D%252C%2522showDevtools%2522%253Afalse%252C%2522showShells%2522%253Atrue%252C%2522showSidebar%2522%253Atrue%252C%2522sidebarPanelSize%2522%253A15%257D"
170 },
171 "recipientEmailAddresses": {
172 "title": "Email",
173 "maxItems": 5,
174 "type": "array",
175 "description": "(Optional) Email notifications will be sent to the specified email addresses when new or updated listings are found. (Only available in 'tracking' mode)",
176 "items": {
177 "type": "string"
178 }
179 }
180 }
181 },
182 "runsResponseSchema": {
183 "type": "object",
184 "properties": {
185 "data": {
186 "type": "object",
187 "properties": {
188 "id": {
189 "type": "string"
190 },
191 "actId": {
192 "type": "string"
193 },
194 "userId": {
195 "type": "string"
196 },
197 "startedAt": {
198 "type": "string",
199 "format": "date-time",
200 "example": "2025-01-08T00:00:00.000Z"
201 },
202 "finishedAt": {
203 "type": "string",
204 "format": "date-time",
205 "example": "2025-01-08T00:00:00.000Z"
206 },
207 "status": {
208 "type": "string",
209 "example": "READY"
210 },
211 "meta": {
212 "type": "object",
213 "properties": {
214 "origin": {
215 "type": "string",
216 "example": "API"
217 },
218 "userAgent": {
219 "type": "string"
220 }
221 }
222 },
223 "stats": {
224 "type": "object",
225 "properties": {
226 "inputBodyLen": {
227 "type": "integer",
228 "example": 2000
229 },
230 "rebootCount": {
231 "type": "integer",
232 "example": 0
233 },
234 "restartCount": {
235 "type": "integer",
236 "example": 0
237 },
238 "resurrectCount": {
239 "type": "integer",
240 "example": 0
241 },
242 "computeUnits": {
243 "type": "integer",
244 "example": 0
245 }
246 }
247 },
248 "options": {
249 "type": "object",
250 "properties": {
251 "build": {
252 "type": "string",
253 "example": "latest"
254 },
255 "timeoutSecs": {
256 "type": "integer",
257 "example": 300
258 },
259 "memoryMbytes": {
260 "type": "integer",
261 "example": 1024
262 },
263 "diskMbytes": {
264 "type": "integer",
265 "example": 2048
266 }
267 }
268 },
269 "buildId": {
270 "type": "string"
271 },
272 "defaultKeyValueStoreId": {
273 "type": "string"
274 },
275 "defaultDatasetId": {
276 "type": "string"
277 },
278 "defaultRequestQueueId": {
279 "type": "string"
280 },
281 "buildNumber": {
282 "type": "string",
283 "example": "1.0.0"
284 },
285 "containerUrl": {
286 "type": "string"
287 },
288 "usage": {
289 "type": "object",
290 "properties": {
291 "ACTOR_COMPUTE_UNITS": {
292 "type": "integer",
293 "example": 0
294 },
295 "DATASET_READS": {
296 "type": "integer",
297 "example": 0
298 },
299 "DATASET_WRITES": {
300 "type": "integer",
301 "example": 0
302 },
303 "KEY_VALUE_STORE_READS": {
304 "type": "integer",
305 "example": 0
306 },
307 "KEY_VALUE_STORE_WRITES": {
308 "type": "integer",
309 "example": 1
310 },
311 "KEY_VALUE_STORE_LISTS": {
312 "type": "integer",
313 "example": 0
314 },
315 "REQUEST_QUEUE_READS": {
316 "type": "integer",
317 "example": 0
318 },
319 "REQUEST_QUEUE_WRITES": {
320 "type": "integer",
321 "example": 0
322 },
323 "DATA_TRANSFER_INTERNAL_GBYTES": {
324 "type": "integer",
325 "example": 0
326 },
327 "DATA_TRANSFER_EXTERNAL_GBYTES": {
328 "type": "integer",
329 "example": 0
330 },
331 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
332 "type": "integer",
333 "example": 0
334 },
335 "PROXY_SERPS": {
336 "type": "integer",
337 "example": 0
338 }
339 }
340 },
341 "usageTotalUsd": {
342 "type": "number",
343 "example": 0.00005
344 },
345 "usageUsd": {
346 "type": "object",
347 "properties": {
348 "ACTOR_COMPUTE_UNITS": {
349 "type": "integer",
350 "example": 0
351 },
352 "DATASET_READS": {
353 "type": "integer",
354 "example": 0
355 },
356 "DATASET_WRITES": {
357 "type": "integer",
358 "example": 0
359 },
360 "KEY_VALUE_STORE_READS": {
361 "type": "integer",
362 "example": 0
363 },
364 "KEY_VALUE_STORE_WRITES": {
365 "type": "number",
366 "example": 0.00005
367 },
368 "KEY_VALUE_STORE_LISTS": {
369 "type": "integer",
370 "example": 0
371 },
372 "REQUEST_QUEUE_READS": {
373 "type": "integer",
374 "example": 0
375 },
376 "REQUEST_QUEUE_WRITES": {
377 "type": "integer",
378 "example": 0
379 },
380 "DATA_TRANSFER_INTERNAL_GBYTES": {
381 "type": "integer",
382 "example": 0
383 },
384 "DATA_TRANSFER_EXTERNAL_GBYTES": {
385 "type": "integer",
386 "example": 0
387 },
388 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
389 "type": "integer",
390 "example": 0
391 },
392 "PROXY_SERPS": {
393 "type": "integer",
394 "example": 0
395 }
396 }
397 }
398 }
399 }
400 }
401 }
402 }
403 }
404}
Willhaben RealEstateScraper 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 Willhaben RealEstateScraper 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
14 monthly users
-
5 stars
>99% runs succeeded
13 hours response time
Created in Dec 2023
Modified 2 days ago