{ "original_image_urls": { "fieldType": "images", "selector": "div[data-sentry-element='GalleryMainContainer']" }, "description": { "fieldType": "text", "selector": "div[data-cy='adPageAdDescription']", "paragraphs": true, "ifMissing": "brak opisu" }, "title": { "selector": "h1[data-cy='adPageAdTitle']", "fieldType": "text", "ifMissing": "Brak tytułu" }, "price": { "selector": "strong[data-cy='adPageHeaderPrice']", "fieldType": "number", "currencyField": "currency", "ifMissing": null }, "address": { "selector": "a[data-sentry-element='StyledLink']", "fieldType": "text", "isMain": true, "splitBy": ",", "reverseSplit": false }, "district": { "fromMain": "address", "splitIndex": 0 }, "province": { "fromMain": "address", "splitIndex": 1 }, "city": { "fromMain": "address", "splitIndex": 2 }, "state": { "fromMain": "address", "splitIndex": 3 }, "square_footage": { "fieldType": "labelPair", "label": "Powierzchnia", "valueType": "number", "labelField": "square_footage_label", "ifMissing": null }, "construction": { "fieldType": "labelPair", "label": "Konstrukcja", "ifMissing": null }, "location_type": { "fieldType": "labelPair", "label": "Lokalizacja", "ifMissing": null }, "heating": { "fieldType": "labelPair", "label": "Ogrzewanie", "ifMissing": null }, "lighting": { "fieldType": "labelPair", "label": "Oświetlenie", "valueType": "bool", "trueOptions": [ "tak", "obecne", "jest" ], "falseOptions": [ "nie", "brak" ], "ifMissing": null }, "energy_certificate": { "fieldType": "labelPair", "label": "Certyfikat energetyczny", "ifMissing": null }, "phone": { "selector": "a[data-cy='phone-number.number-button']", "fieldType": "text", "ifMissing": null } }