Seloger.com Scraper avatar
Seloger.com Scraper

Pricing

$29.00/month + usage

Go to Store
Seloger.com Scraper

Seloger.com Scraper

Developed by

Lexis Solutions

Maintained by Community

Scrape property listings from SeLoger—including locations, prices, features, and agent info. Ideal for real estate analytics, market research, and portal development. Fast, structured, and customizable extraction from France’s leading property platform.

0.0 (0)

Pricing

$29.00/month + usage

8

Monthly users

1

Last modified

4 days ago

You can access the Seloger.com Scraper 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": "2.0",
5    "x-build-id": "Wg28krjwlNtgWWPLp"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/lexis-solutions~seloger-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-lexis-solutions-seloger-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/lexis-solutions~seloger-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-lexis-solutions-seloger-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/lexis-solutions~seloger-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-lexis-solutions-seloger-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          "startUrls": {
135            "title": "Start URLs",
136            "type": "array",
137            "description": "SeLoger URLs",
138            "items": {
139              "type": "object",
140              "required": [
141                "url"
142              ],
143              "properties": {
144                "url": {
145                  "type": "string",
146                  "title": "URL of a web page",
147                  "format": "uri"
148                }
149              }
150            }
151          },
152          "location": {
153            "title": "Location Area. (required if start urls are empty)",
154            "type": "string",
155            "description": "Enter location inside france region. location is required if start urls are empty"
156          },
157          "estateTypes": {
158            "title": "Type",
159            "maxItems": 4,
160            "type": "array",
161            "description": "Estate Types",
162            "items": {
163              "type": "string",
164              "enumTitles": [
165                "House",
166                "Apartment",
167                "Plot",
168                "Parking",
169                "Office",
170                "Trading",
171                "Gastronomy Hotel",
172                "Storage Production",
173                "Agriculture Forestry"
174              ],
175              "enum": [
176                "House",
177                "Apartment",
178                "Plot",
179                "Parking",
180                "Office",
181                "Trading",
182                "Gastronomy_Hotel",
183                "Storage_Production",
184                "Agriculture_Forestry"
185              ]
186            }
187          },
188          "distributionTypes": {
189            "title": "Distribution Types",
190            "maxItems": 4,
191            "type": "array",
192            "description": "Distribution Types",
193            "items": {
194              "type": "string",
195              "enumTitles": [
196                "Buy",
197                "Buy Auction",
198                "Compulsory_Auction",
199                "Rent"
200              ],
201              "enum": [
202                "Buy",
203                "Buy_Auction",
204                "Compulsory_Auction",
205                "Rent"
206              ]
207            }
208          },
209          "buildState": {
210            "title": "Build State",
211            "maxItems": 4,
212            "type": "array",
213            "description": "Build State",
214            "items": {
215              "type": "string",
216              "enumTitles": [
217                "Need Of Renovation"
218              ],
219              "enum": [
220                "Need_Of_Renovation"
221              ]
222            }
223          },
224          "energyCertificate": {
225            "title": "Energy performance",
226            "maxItems": 4,
227            "type": "array",
228            "description": "Primary energy consumption (in kWh per m² per year)",
229            "items": {
230              "type": "string",
231              "enumTitles": [
232                "< 71",
233                "71 - 110",
234                "111 - 180",
235                "181 - 250",
236                "251 - 330",
237                "331 - 420",
238                "> 420"
239              ],
240              "enum": [
241                "A",
242                "B",
243                "C",
244                "D",
245                "E",
246                "F",
247                "G"
248              ]
249            }
250          },
251          "energyTypes": {
252            "title": "Energy Types",
253            "maxItems": 4,
254            "type": "array",
255            "description": "Energy Types",
256            "items": {
257              "type": "string",
258              "enumTitles": [
259                "Central",
260                "Underfloor"
261              ],
262              "enum": [
263                "CENTRAL",
264                "UNDERFLOOR"
265              ]
266            }
267          },
268          "featuresIncluded": {
269            "title": "Characteristics",
270            "maxItems": 4,
271            "type": "array",
272            "description": "Characteristics (Features Included)",
273            "items": {
274              "type": "string",
275              "enumTitles": [
276                "Garden",
277                "Balcony Terrace",
278                "Swimming Pool",
279                "Cellar",
280                "Kitchen Fully Equipped",
281                "Vacant",
282                "Reduce Mobility Access",
283                "Elevator",
284                "Parking Garage",
285                "Exclusive"
286              ],
287              "enum": [
288                "Garden",
289                "Balcony_Terrace",
290                "Swimming_Pool",
291                "Cellar",
292                "Kitchen_Fully_Equipped",
293                "Vacant",
294                "Reduce_Mobility_Access",
295                "Elevator",
296                "Parking_Garage",
297                "Exclusive"
298              ]
299            }
300          },
301          "projectTypes": {
302            "title": "Project Types",
303            "maxItems": 4,
304            "type": "array",
305            "description": "Project Types",
306            "items": {
307              "type": "string",
308              "enumTitles": [
309                "New Build",
310                "Projected",
311                "Resale",
312                "Life Annuity"
313              ],
314              "enum": [
315                "New_Build",
316                "Projected",
317                "Resale",
318                "Life_Annuity"
319              ]
320            }
321          },
322          "useFor": {
323            "title": "Usage",
324            "maxItems": 4,
325            "type": "array",
326            "description": "Usage",
327            "items": {
328              "type": "string",
329              "enumTitles": [
330                "Mixed",
331                "Living"
332              ],
333              "enum": [
334                "Mixed",
335                "Living"
336              ]
337            }
338          },
339          "priceMin": {
340            "title": "Minimum Budget",
341            "type": "integer",
342            "description": "Minimum Budget"
343          },
344          "priceMax": {
345            "title": "Maximum Budget Price",
346            "type": "integer",
347            "description": "Maximum Budget Price"
348          },
349          "spaceMin": {
350            "title": "Minimum Space",
351            "type": "integer",
352            "description": "Minimum Space in m2"
353          },
354          "spaceMax": {
355            "title": "Maximum Space",
356            "type": "integer",
357            "description": "Maximum Space in m2"
358          },
359          "plotSpaceMin": {
360            "title": "Minimum Land Area",
361            "type": "integer",
362            "description": "Minimum Land Area"
363          },
364          "plotSpaceMax": {
365            "title": "Maximum Land Area",
366            "type": "integer",
367            "description": "Maximum Land Area"
368          },
369          "yearOfConstructionMin": {
370            "title": "Minimum Number of Years of Construction",
371            "type": "integer",
372            "description": "Minimum Number of Years of Construction"
373          },
374          "yearOfConstructionMax": {
375            "title": "Maximum Number of Years of Construction",
376            "type": "integer",
377            "description": "Maximum Number of Years of Construction"
378          },
379          "numberOfRoomsMin": {
380            "title": "Minimum Number of Rooms",
381            "type": "integer",
382            "description": "Minimum Number of Rooms"
383          },
384          "numberOfRoomsMax": {
385            "title": "Maximum Number of Rooms",
386            "type": "integer",
387            "description": "Maximum Number of Rooms"
388          },
389          "numberOfBedroomsMin": {
390            "title": "Minimum Number of Bedrooms",
391            "type": "integer",
392            "description": "Minimum Number of Bedrooms"
393          },
394          "numberOfBedroomsMax": {
395            "title": "Maximum Number of Bedrooms",
396            "type": "integer",
397            "description": "Maximum Number of Bedrooms"
398          },
399          "maxItems": {
400            "title": "Max Items",
401            "type": "integer",
402            "description": "Maximum number of items to scrape",
403            "default": 10
404          }
405        }
406      },
407      "runsResponseSchema": {
408        "type": "object",
409        "properties": {
410          "data": {
411            "type": "object",
412            "properties": {
413              "id": {
414                "type": "string"
415              },
416              "actId": {
417                "type": "string"
418              },
419              "userId": {
420                "type": "string"
421              },
422              "startedAt": {
423                "type": "string",
424                "format": "date-time",
425                "example": "2025-01-08T00:00:00.000Z"
426              },
427              "finishedAt": {
428                "type": "string",
429                "format": "date-time",
430                "example": "2025-01-08T00:00:00.000Z"
431              },
432              "status": {
433                "type": "string",
434                "example": "READY"
435              },
436              "meta": {
437                "type": "object",
438                "properties": {
439                  "origin": {
440                    "type": "string",
441                    "example": "API"
442                  },
443                  "userAgent": {
444                    "type": "string"
445                  }
446                }
447              },
448              "stats": {
449                "type": "object",
450                "properties": {
451                  "inputBodyLen": {
452                    "type": "integer",
453                    "example": 2000
454                  },
455                  "rebootCount": {
456                    "type": "integer",
457                    "example": 0
458                  },
459                  "restartCount": {
460                    "type": "integer",
461                    "example": 0
462                  },
463                  "resurrectCount": {
464                    "type": "integer",
465                    "example": 0
466                  },
467                  "computeUnits": {
468                    "type": "integer",
469                    "example": 0
470                  }
471                }
472              },
473              "options": {
474                "type": "object",
475                "properties": {
476                  "build": {
477                    "type": "string",
478                    "example": "latest"
479                  },
480                  "timeoutSecs": {
481                    "type": "integer",
482                    "example": 300
483                  },
484                  "memoryMbytes": {
485                    "type": "integer",
486                    "example": 1024
487                  },
488                  "diskMbytes": {
489                    "type": "integer",
490                    "example": 2048
491                  }
492                }
493              },
494              "buildId": {
495                "type": "string"
496              },
497              "defaultKeyValueStoreId": {
498                "type": "string"
499              },
500              "defaultDatasetId": {
501                "type": "string"
502              },
503              "defaultRequestQueueId": {
504                "type": "string"
505              },
506              "buildNumber": {
507                "type": "string",
508                "example": "1.0.0"
509              },
510              "containerUrl": {
511                "type": "string"
512              },
513              "usage": {
514                "type": "object",
515                "properties": {
516                  "ACTOR_COMPUTE_UNITS": {
517                    "type": "integer",
518                    "example": 0
519                  },
520                  "DATASET_READS": {
521                    "type": "integer",
522                    "example": 0
523                  },
524                  "DATASET_WRITES": {
525                    "type": "integer",
526                    "example": 0
527                  },
528                  "KEY_VALUE_STORE_READS": {
529                    "type": "integer",
530                    "example": 0
531                  },
532                  "KEY_VALUE_STORE_WRITES": {
533                    "type": "integer",
534                    "example": 1
535                  },
536                  "KEY_VALUE_STORE_LISTS": {
537                    "type": "integer",
538                    "example": 0
539                  },
540                  "REQUEST_QUEUE_READS": {
541                    "type": "integer",
542                    "example": 0
543                  },
544                  "REQUEST_QUEUE_WRITES": {
545                    "type": "integer",
546                    "example": 0
547                  },
548                  "DATA_TRANSFER_INTERNAL_GBYTES": {
549                    "type": "integer",
550                    "example": 0
551                  },
552                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
553                    "type": "integer",
554                    "example": 0
555                  },
556                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
557                    "type": "integer",
558                    "example": 0
559                  },
560                  "PROXY_SERPS": {
561                    "type": "integer",
562                    "example": 0
563                  }
564                }
565              },
566              "usageTotalUsd": {
567                "type": "number",
568                "example": 0.00005
569              },
570              "usageUsd": {
571                "type": "object",
572                "properties": {
573                  "ACTOR_COMPUTE_UNITS": {
574                    "type": "integer",
575                    "example": 0
576                  },
577                  "DATASET_READS": {
578                    "type": "integer",
579                    "example": 0
580                  },
581                  "DATASET_WRITES": {
582                    "type": "integer",
583                    "example": 0
584                  },
585                  "KEY_VALUE_STORE_READS": {
586                    "type": "integer",
587                    "example": 0
588                  },
589                  "KEY_VALUE_STORE_WRITES": {
590                    "type": "number",
591                    "example": 0.00005
592                  },
593                  "KEY_VALUE_STORE_LISTS": {
594                    "type": "integer",
595                    "example": 0
596                  },
597                  "REQUEST_QUEUE_READS": {
598                    "type": "integer",
599                    "example": 0
600                  },
601                  "REQUEST_QUEUE_WRITES": {
602                    "type": "integer",
603                    "example": 0
604                  },
605                  "DATA_TRANSFER_INTERNAL_GBYTES": {
606                    "type": "integer",
607                    "example": 0
608                  },
609                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
610                    "type": "integer",
611                    "example": 0
612                  },
613                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
614                    "type": "integer",
615                    "example": 0
616                  },
617                  "PROXY_SERPS": {
618                    "type": "integer",
619                    "example": 0
620                  }
621                }
622              }
623            }
624          }
625        }
626      }
627    }
628  }
629}

SeLoger Scraper - French Real Estate Data Extractor 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 Seloger.com 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:

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

1 day

Price

$29.00