WP_Query Object
(
    [query] => Array
        (
            [post_type] => estates
            [post_status] => publish
            [posts_per_page] => 17
            [paged] => 6
            [meta_query] => Array
                (
                    [relation] => AND
                    [0] => Array
                        (
                            [key] => offsale
                            [value] => yes
                            [compare] => !=
                        )

                    [1] => Array
                        (
                            [key] => canhavechildren
                            [value] => 1
                            [compare] => !=
                        )

                    [2] => Array
                        (
                            [key] => price
                            [value] => 1000
                            [type] => NUMERIC
                            [compare] => >=
                        )

                )

            [meta_key] => price
            [orderby] => date
            [order] => DESC
            [post_parent] => 0
            [tax_query] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => estate_status
                            [field] => slug
                            [terms] => Array
                                (
                                    [0] => for-rent_en
                                    [1] => under-offer-rent_en
                                )

                        )

                )

        )

    [query_vars] => Array
        (
            [post_type] => estates
            [post_status] => publish
            [posts_per_page] => 17
            [paged] => 6
            [meta_query] => Array
                (
                    [relation] => AND
                    [0] => Array
                        (
                            [key] => offsale
                            [value] => yes
                            [compare] => !=
                        )

                    [1] => Array
                        (
                            [key] => canhavechildren
                            [value] => 1
                            [compare] => !=
                        )

                    [2] => Array
                        (
                            [key] => price
                            [value] => 1000
                            [type] => NUMERIC
                            [compare] => >=
                        )

                    [3] => Array
                        (
                            [key] => offsale
                            [value] => yes
                            [compare] => !=
                        )

                )

            [meta_key] => price
            [orderby] => date
            [order] => DESC
            [post_parent] => 0
            [tax_query] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => estate_status
                            [field] => slug
                            [terms] => Array
                                (
                                    [0] => for-rent_en
                                    [1] => under-offer-rent_en
                                )

                        )

                )

            [error] => 
            [m] => 
            [p] => 0
            [subpost] => 
            [subpost_id] => 
            [attachment] => 
            [attachment_id] => 0
            [name] => 
            [pagename] => 
            [page_id] => 0
            [second] => 
            [minute] => 
            [hour] => 
            [day] => 0
            [monthnum] => 0
            [year] => 0
            [w] => 0
            [category_name] => 
            [tag] => 
            [cat] => 
            [tag_id] => 
            [author] => 
            [author_name] => 
            [feed] => 
            [tb] => 
            [meta_value] => 
            [preview] => 
            [s] => 
            [sentence] => 
            [title] => 
            [fields] => 
            [menu_order] => 
            [embed] => 
            [category__in] => Array
                (
                )

            [category__not_in] => Array
                (
                )

            [category__and] => Array
                (
                )

            [post__in] => Array
                (
                )

            [post__not_in] => Array
                (
                )

            [post_name__in] => Array
                (
                )

            [tag__in] => Array
                (
                )

            [tag__not_in] => Array
                (
                )

            [tag__and] => Array
                (
                )

            [tag_slug__in] => Array
                (
                )

            [tag_slug__and] => Array
                (
                )

            [post_parent__in] => Array
                (
                )

            [post_parent__not_in] => Array
                (
                )

            [author__in] => Array
                (
                )

            [author__not_in] => Array
                (
                )

            [search_columns] => Array
                (
                )

            [update_post_term_cache] => 1
            [ignore_sticky_posts] => 
            [suppress_filters] => 
            [cache_results] => 1
            [update_menu_item_cache] => 
            [lazy_load_term_meta] => 1
            [update_post_meta_cache] => 1
            [nopaging] => 
            [comments_per_page] => 50
            [no_found_rows] => 
            [taxonomy] => estate_status
            [term] => for-rent_en
        )

    [tax_query] => WP_Tax_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => estate_status
                            [terms] => Array
                                (
                                    [0] => for-rent_en
                                    [1] => under-offer-rent_en
                                )

                            [field] => slug
                            [operator] => IN
                            [include_children] => 1
                        )

                )

            [relation] => AND
            [table_aliases:protected] => Array
                (
                    [0] => wpstbys_term_relationships
                )

            [queried_terms] => Array
                (
                    [estate_status] => Array
                        (
                            [terms] => Array
                                (
                                    [0] => for-rent_en
                                    [1] => under-offer-rent_en
                                )

                            [field] => slug
                        )

                )

            [primary_table] => wpstbys_posts
            [primary_id_column] => ID
        )

    [meta_query] => WP_Meta_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [key] => price
                        )

                    [1] => Array
                        (
                            [0] => Array
                                (
                                    [key] => offsale
                                    [value] => yes
                                    [compare] => !=
                                )

                            [1] => Array
                                (
                                    [key] => canhavechildren
                                    [value] => 1
                                    [compare] => !=
                                )

                            [2] => Array
                                (
                                    [key] => price
                                    [value] => 1000
                                    [type] => NUMERIC
                                    [compare] => >=
                                )

                            [3] => Array
                                (
                                    [key] => offsale
                                    [value] => yes
                                    [compare] => !=
                                )

                            [relation] => AND
                        )

                    [relation] => AND
                )

            [relation] => AND
            [meta_table] => wpstbys_postmeta
            [meta_id_column] => post_id
            [primary_table] => wpstbys_posts
            [primary_id_column] => ID
            [table_aliases:protected] => Array
                (
                    [0] => wpstbys_postmeta
                    [1] => mt1
                    [2] => mt2
                    [3] => mt3
                )

            [clauses:protected] => Array
                (
                    [wpstbys_postmeta] => Array
                        (
                            [key] => price
                            [compare] => =
                            [compare_key] => =
                            [alias] => wpstbys_postmeta
                            [cast] => CHAR
                        )

                    [mt1] => Array
                        (
                            [key] => offsale
                            [value] => yes
                            [compare] => !=
                            [compare_key] => =
                            [alias] => mt1
                            [cast] => CHAR
                        )

                    [mt2] => Array
                        (
                            [key] => canhavechildren
                            [value] => 1
                            [compare] => !=
                            [compare_key] => =
                            [alias] => mt2
                            [cast] => CHAR
                        )

                    [mt3] => Array
                        (
                            [key] => price
                            [value] => 1000
                            [type] => NUMERIC
                            [compare] => >=
                            [compare_key] => =
                            [alias] => mt3
                            [cast] => SIGNED
                        )

                    [mt1-1] => Array
                        (
                            [key] => offsale
                            [value] => yes
                            [compare] => !=
                            [compare_key] => =
                            [alias] => mt1
                            [cast] => CHAR
                        )

                )

            [has_or_relation:protected] => 
        )

    [date_query] => 
    [request] => SELECT SQL_CALC_FOUND_ROWS  wpstbys_posts.ID
					 FROM wpstbys_posts  LEFT JOIN wpstbys_term_relationships ON (wpstbys_posts.ID = wpstbys_term_relationships.object_id) INNER JOIN wpstbys_postmeta ON ( wpstbys_posts.ID = wpstbys_postmeta.post_id )  INNER JOIN wpstbys_postmeta AS mt1 ON ( wpstbys_posts.ID = mt1.post_id )  INNER JOIN wpstbys_postmeta AS mt2 ON ( wpstbys_posts.ID = mt2.post_id )  INNER JOIN wpstbys_postmeta AS mt3 ON ( wpstbys_posts.ID = mt3.post_id ) INNER JOIN wpstbys_term_relationships AS pll_tr ON pll_tr.object_id = wpstbys_posts.ID
					 WHERE 1=1  AND wpstbys_posts.post_parent = 0  AND ( 
  wpstbys_term_relationships.term_taxonomy_id IN (15146,119894)
) AND ( 
  wpstbys_postmeta.meta_key = 'price' 
  AND 
  ( 
    ( mt1.meta_key = 'offsale' AND mt1.meta_value != 'yes' ) 
    AND 
    ( mt2.meta_key = 'canhavechildren' AND mt2.meta_value != '1' ) 
    AND 
    ( mt3.meta_key = 'price' AND CAST(mt3.meta_value AS SIGNED) >= '1000' ) 
    AND 
    ( mt1.meta_key = 'offsale' AND mt1.meta_value != 'yes' )
  )
) AND wpstbys_posts.post_type = 'estates' AND ((wpstbys_posts.post_status = 'publish')) AND pll_tr.term_taxonomy_id IN ( 2 )
					 GROUP BY wpstbys_posts.ID
					 ORDER BY wpstbys_posts.menu_order, wpstbys_posts.post_date DESC
					 LIMIT 85, 17
    [posts] => Array
        (
            [0] => WP_Post Object
                (
                    [ID] => 67264
                    [post_author] => 663
                    [post_date] => 2023-06-14 11:30:11
                    [post_date_gmt] => 2023-06-14 09:30:11
                    [post_content] => Located in the heart of Antwerp, between the Meir and the Opera square, a completely renovated building to an original design by architect S. Dielvorst, consisting of three two-bedroom apartments.

This property has a facade with a unique appearance. The authenticity of the building has been preserved by renewing the windows and interior doors of the apartments according to the original design. The apartment gives a very spacious feeling due to the continuous new open kitchens, dining room and living areas.The apartment includes two bedrooms, a bathroom and separate toilet.

Other: storage room included. Possibility of renting a parking space in the underground state of the art parking Opera at ± € 142 / month, subject to availability.

It this part of Antwerp it is pleasant to stay. The apartment is surrounded by luxurious shops, museums and restaurants. Public transport and schools in the vicinity. Near the central station.

For further information please contact Emily Claessens on +32 (0) 470 449 675. [post_title] => Antwerp I Center [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 5398289-antwerp-i-center [to_ping] => [pinged] => [post_modified] => 2024-12-03 14:10:43 [post_modified_gmt] => 2024-12-03 13:10:43 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/5398289-antwerp-i-center/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [1] => WP_Post Object ( [ID] => 67175 [post_author] => 663 [post_date] => 2023-06-08 12:11:48 [post_date_gmt] => 2023-06-08 10:11:48 [post_content] => Located in a residential area in Londerzeel, furnished house with a living area of ± 300m².

This fully furnished villa consists on the ground floor of an entrance hall with guest toilet and cloakroom. The bright living room connects to the dining room and TV room, equipped with both TV and projection screen. Next to it is the office space, which can also be used as a bedroom. The fully equipped open kitchen, including a Lacanche stove and an equipped breakfast corner, opens onto the pleasant terrace and the south-facing garden. Upstairs is the master bedroom with walk-in dressing, followed by the bathroom with double sink and walk-in shower.. In addition, there is access to 3 bedrooms through the night hall with a shared bathroom with a spacious walk-in shower and a laundry room with storage options.

Other: automatic entrance gate, indoor garage for 2 cars, underfloor heating, alarm system present. Taking over of maintenance contracts. Possibility to rent on company. Start date negotiable.

Located in an ideal location in a quiet, residential street in Londerzeel, 3 minutes from the motorway, centrally between Antwerp and Brussels. Several schools, parks, shops and sports centers in the vicinity.

For more information, please contact our office on +32 3 647 30 72. [post_title] => Antwerp I Londerzeel [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 5391054-antwerp-i-londerzeel [to_ping] => [pinged] => [post_modified] => 2024-12-03 14:10:39 [post_modified_gmt] => 2024-12-03 13:10:39 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/5391054-antwerp-i-londerzeel/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [2] => WP_Post Object ( [ID] => 66998 [post_author] => 663 [post_date] => 2023-06-02 12:39:05 [post_date_gmt] => 2023-06-02 10:39:05 [post_content] => Located near Markgrave, authentic mansion with a living area of ± 280 m² with garden of ± 40 m² and terrace.

This mansion has a spacious entrance with very high ceilings. The ground floor offers 2 adjoining living areas, a dining room and the fully equipped kitchen, which opens onto the sunny garden with terrace. On the mezzanine floor there is a bedroom and a laundry room. The first floor consists of two spacious bedrooms and a bathroom with a bath and two sinks. The third floor also includes two spacious bedrooms and a bathroom with a walk-in shower and a double sink.

Other: The mansion is fully furnished and equipped with an alarm system, it also has a complete basement.

The neighborhood of Markgrave, with its monumental facades and large avenues, was aimed at the wealthy bourgeoisie of the 19th century. Near the city center, yet green thanks to two parks, the neighborhood is easily accessible by various access roads such as the Antwerp Ring or the A12.

For more information, please contact our office on +32 (0) 3 647 30 72. [post_title] => Antwerp I Markgrave [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 5383849-antwerp-i-markgrave [to_ping] => [pinged] => [post_modified] => 2024-12-03 14:10:34 [post_modified_gmt] => 2024-12-03 13:10:34 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/5383849-antwerp-i-markgrave-3/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [3] => WP_Post Object ( [ID] => 66379 [post_author] => 663 [post_date] => 2023-05-04 10:21:50 [post_date_gmt] => 2023-05-04 08:21:50 [post_content] => Located on the Vrijdagmarkt, in the popular area of Het Zuid, furnished design apartment available for short rental periods of 1-6 months.

The Charming Art apartment, fully furnished with design furniture, includes a bright living room with sofa bed and television. Next is the fully equipped open kitchen, equipped with all appliances and kitchenware and a dining area that can accommodate 4 people. At the back is the bedroom with ensuite bathroom with shower.

Other: Due to the presence of a sofa bed, the apartment offers space for 4 people. Linen is available. Cleaning service is possible. Utilities (Internet - TV - Water - Electricity) are included in the rent. The apartment is only rented for short rental periods from 1 month.

Het Zuid is a trendy area of Antwerp with wide avenues and beautiful squares with popular cafes and restaurants. Art lovers will appreciate the many galleries and museums such as the KMSKA, while shopping enthusiasts will enjoy the many luxury shops. The Ring and Singel are easily accessible.

For more information, please contact our office on +32 3 647 30 72. [post_title] => Antwerp I Het Zuid [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 5325355-antwerpen-i-centrum [to_ping] => [pinged] => [post_modified] => 2024-12-03 14:12:08 [post_modified_gmt] => 2024-12-03 13:12:08 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/5325355-antwerpen-i-centrum/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [4] => WP_Post Object ( [ID] => 65525 [post_author] => 663 [post_date] => 2023-04-06 15:23:56 [post_date_gmt] => 2023-04-06 13:23:56 [post_content] =>
In the center of Antwerp, furnished duplex apartment of ± 170 m² in "loft" style, located on the first floor of an authentic building.

The entrance, with cloakroom and guest toilet, opens on one hand onto the terrace in the inner garden and on the other hand to the dining room and the living room with high ceilings. These provide access via a steel staircase to the basement where there is the fully fitted kitchen and storage room, with facilities for a washing machine and dryer. Upstairs are two bedrooms, one with a dressing room, a shower room, a bathroom and a seperate toilet.

Others: the apartment is rented out furnished. Wine cellar, underground parking space in the building for rent at €150/month, common charges are 310 EUR/month, including heating.

Antwerp has a rich culture and history as evidenced by the many historic buildings, parks, and antique shops. The city also offers many shopping streets, restaurants and cafes and is easily accessible with public transport and great access to main roads.

For more information, please contact our office on +32 3 647 30 72.
[post_title] => Antwerp I Center [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 5265839-antwerp-i-center [to_ping] => [pinged] => [post_modified] => 2024-12-03 14:10:31 [post_modified_gmt] => 2024-12-03 13:10:31 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/5265839-antwerp-i-center/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [5] => WP_Post Object ( [ID] => 65643 [post_author] => 663 [post_date] => 2023-03-16 16:15:05 [post_date_gmt] => 2023-03-16 15:15:05 [post_content] => Centrally located along the Leien in Antwerp, furnished all-in apartment of ± 140 m² with 2 bedrooms and a 180º terrace.

This fully furnished apartment, located on the sixth floor of a modern complex, includes an entrance hall with guest toilet that opens onto the bright living room with numerous built-in cupboards, equipped workplace and fully installed open kitchen with island, equipped with all appliances and kitchen utensils. There are furnished terraces both at the back and at the front, which offer a 180º view of the city. There are also 2 spacious bedrooms with linen and built-in wardrobes with a shared bathroom that has a double sink and walk-in shower.

Other: Storage room with washing machine and dryer available. Underground parking spaces available. Utilities to be closed by the tenant himself. Linen is provided.

Antwerp has a rich history of which many historic buildings, parks and antique shops can attest. You will also find many shopping streets, restaurants and typical cafes in this city with its rich culture and easily accessible by public transport.

For more information, please contact our office on +32 3 647 30 72. [post_title] => Antwerp I Center [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 5246867-antwerpen-i-centrum [to_ping] => [pinged] => [post_modified] => 2024-12-03 14:10:26 [post_modified_gmt] => 2024-12-03 13:10:26 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/5246867-antwerpen-i-centrum/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [6] => WP_Post Object ( [ID] => 65452 [post_author] => 0 [post_date] => 2023-02-22 13:36:51 [post_date_gmt] => 2023-02-22 12:36:51 [post_content] => Furnished apartment, two bedrooms, located in the popular Het Zuid district with a view of the KMSKA, available for short term 1-6 months. 

The fully equipped apartment "Glamourous" includes a bright living room with TV and Bluetooth facilities, an open plan kitchen fully equipped with all appliances and cooking utensils. Night side, two bedrooms, one with access to the terrace. The bathroom has a spacious walk-in shower and toilet.

Others: washing machine and dryer available, linen available, optional cleaning service, charges (Internet/TV/Water/Electricity) are included in the rent. The apartment is only rented for short term rentals (from 1 month).

Het Zuid is a trendy district of Antwerp with wide avenues and beautiful squares with popular cafes and restaurants. Art lovers will appreciate the many galleries and museums like the KMSKA, while shopping enthusiasts will appreciate the many luxury boutiques. The Ring and the Singel are easily accessible.

For more information, please contact our office on +32 3 647 30 72. [post_title] => Antwerp I Zuid [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 5257723-antwerp-i-zuid [to_ping] => [pinged] => [post_modified] => 2024-12-03 14:49:06 [post_modified_gmt] => 2024-12-03 13:49:06 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/5257723-antwerp-i-zuid/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [7] => WP_Post Object ( [ID] => 65441 [post_author] => 663 [post_date] => 2023-02-22 11:27:07 [post_date_gmt] => 2023-02-22 10:27:07 [post_content] => Furnished two-bedroom apartment, with a view of the KMSKA, available for short rental periods 1-6 months. 

The fully equipped apartment includes a living room with TV and Bluetooth facilities, a fully equipped open kitchen with all appliances and cooking utensils. On the night side, two spacious bedrooms, a bathroom with double sinks, a walk-in shower and a toilet.

Others: washing machine, laundry, cleaning service possible. Charges (Internet / TV / Water / Electricity) are included in the rent. The apartment is only rented for the short term (from 1 month).

Het Zuid is a trendy district of Antwerp with wide avenues and beautiful squares with popular cafes and restaurants. Art lovers will appreciate the many galleries and museums like the KMSKA, while shopping enthusiasts will appreciate the many luxury boutiques. The Ring and the Singel are easily accessible.

For more information, please contact our office on +32 3 647 30 72. [post_title] => Antwerp I Zuid [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 5257747-antwerp-i-zuid [to_ping] => [pinged] => [post_modified] => 2024-12-03 14:12:03 [post_modified_gmt] => 2024-12-03 13:12:03 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/5257747-antwerp-i-zuid-2/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [8] => WP_Post Object ( [ID] => 57216 [post_author] => 0 [post_date] => 2023-02-20 15:16:07 [post_date_gmt] => 2023-02-20 14:16:07 [post_content] => Near the Koning Albert Park, detached mansion in eclectic style with neo-Romanesque touch. This mansion offers an office of ± 194 m² with two spacious terraces on the ground floor.

This ground floor comprises a reception area and is further divided into four communicating areas where there is a possibility to close them. A kitchen and a toilet are also available for the floor. There are also two spacious terraces that can serve as a dining and relaxation area. The high ceilings, beautiful parquet and many authentic elements make this commercial building a unique place to carry out its professional activities.

Additional: 6 parking spaces included in the rent, charging station available, monthly provisional cost of €250.

Berchem is a residential area with beautiful facades by famous architects, just outside the historic city center near the Antwerp Expo.

For more information, please contact our office on +32 (0) 3 647 30 72. [post_title] => Antwerp I Berchem [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 4129657-antwerpen-i-berchem [to_ping] => [pinged] => [post_modified] => 2024-12-03 14:23:05 [post_modified_gmt] => 2024-12-03 13:23:05 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/antwerpen-i-berchem-10/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [9] => WP_Post Object ( [ID] => 65284 [post_author] => 663 [post_date] => 2023-02-10 16:52:32 [post_date_gmt] => 2023-02-10 15:52:32 [post_content] => Located in the Brederode district, furnished apartment with 1 bedroom, available for short rental period of 1-3 months.

The apartment consists of the living room with Smart TV and a fully equipped open kitchen with all appliances and tableware. This opens onto the furnished courtyard. In addition, there is a bedroom and a bathroom with shower. Linen is provided.

Other: the apartment is only available for a short rental period of 1-3 months. All utilities (water, gas, electricity, internet, TV) are included in the rent. Weekly cleaning is provided. Domicile is possible. A one-off cost of €100 is charged for the final cleaning. The rental price includes VAT.

The Brederode neighborhood is a multicultural neighborhood and owes its name to the Brederodestraat, an important shopping street in the heart of the neighborhood. It is located near various shops, restaurants, cafes, many schools, a pleasant park and various museums such as the KMSKA. The popular Het Zuid district is nearby.

All this is relatively easily accessible by bicycle or tram and lift near the Singel, the Amerikalei and the Anselmostraat. The motorway is 5 minutes away.

For more information, please contact the office on +32 3647 30 72. [post_title] => Antwerp I Brederode [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 5242799-antwerpen-i-centrum [to_ping] => [pinged] => [post_modified] => 2024-12-03 14:11:38 [post_modified_gmt] => 2024-12-03 13:11:38 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/5242799-antwerpen-i-centrum/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [10] => WP_Post Object ( [ID] => 65287 [post_author] => 0 [post_date] => 2023-02-10 16:47:26 [post_date_gmt] => 2023-02-10 15:47:26 [post_content] => Located in the Brederode district, furnished apartment with 2 bedrooms, available for short term rental of 1-3 months.

The apartment consists of the living room with Smart TV and a fully equipped open kitchen with all appliances and tableware. In addition, there are 2 bedrooms with fitted wardrobes and a bathroom with shower. Linen is provided.

Other: the apartment is only available for a short rental period of 1-3 months. All utilities (water, gas, electricity, internet, TV) are included in the rent. Weekly cleaning is provided. Domicile is possible. A one-off cost of €150 is charged for the final cleaning. The rental price includes VAT.

The Brederode neighborhood is a multicultural neighborhood and owes its name to the Brederodestraat, an important shopping street in the heart of the neighborhood. It is located near various shops, restaurants, cafes, many schools, a pleasant park and various museums such as the KMSKA. The popular Het Zuid district is nearby.

All this is relatively easily accessible by bicycle or tram and lift near the Singel, the Amerikalei and the Anselmostraat. The motorway is 5 minutes away.

For more information, please contact the office on +32 3647 30 72. [post_title] => Antwerp I Brederode [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 5242808-antwerpen-i-centrum [to_ping] => [pinged] => [post_modified] => 2024-12-03 15:04:55 [post_modified_gmt] => 2024-12-03 14:04:55 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/5242808-antwerpen-i-centrum/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [11] => WP_Post Object ( [ID] => 65290 [post_author] => 0 [post_date] => 2023-02-10 16:45:30 [post_date_gmt] => 2023-02-10 15:45:30 [post_content] => Located in the Brederode district, furnished apartment with 2 bedrooms, available for short term rental of 1-3 months.

The apartment consists of the living room with Smart TV and a fully equipped open kitchen with all appliances and tableware. In addition, there are 2 bedrooms with fitted wardrobes and a bathroom with shower. Linen is provided.

Other: the apartment is only available for a short rental period of 1-3 months. All utilities (water, gas, electricity, internet, TV) are included in the rent. Weekly cleaning is provided. Domicile is possible. A one-off cost of €150 is charged for the final cleaning. The rental price includes VAT.

The Brederode neighborhood is a multicultural neighborhood and owes its name to the Brederodestraat, an important shopping street in the heart of the neighborhood. It is located near various shops, restaurants, cafes, many schools, a pleasant park and various museums such as the KMSKA. The popular Het Zuid district is nearby.

All this is relatively easily accessible by bicycle or tram and lift near the Singel, the Amerikalei and the Anselmostraat. The motorway is 5 minutes away.

For more information, please contact the office on +32 3647 30 72. [post_title] => Antwerp I Brederode [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 5242815-antwerpen-i-centrum [to_ping] => [pinged] => [post_modified] => 2024-12-03 14:46:54 [post_modified_gmt] => 2024-12-03 13:46:54 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/5242815-antwerpen-i-centrum/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [12] => WP_Post Object ( [ID] => 65293 [post_author] => 663 [post_date] => 2023-02-10 16:42:54 [post_date_gmt] => 2023-02-10 15:42:54 [post_content] => Located in the Brederode district, furnished apartment with 1 bedroom, available for short rental period of 1-3 months.

The apartment consists of the living room with Smart TV and a fully equipped open kitchen with all appliances and tableware. In addition, there is a bedroom and a bathroom with shower. There is a furnished roof terrace upstairs. Linen is provided.

Other: the apartment is only available for a short rental period of 1-3 months. All utilities (water, gas, electricity, internet, TV) are included in the rent. Weekly cleaning is provided. Domicile is possible. A one-off cost of €150 is charged for the final cleaning. The rental price includes VAT.

The Brederode neighborhood is a multicultural neighborhood and owes its name to the Brederodestraat, an important shopping street in the heart of the neighborhood. It is located near various shops, restaurants, cafes, many schools, a pleasant park and various museums such as the KMSKA. The popular Het Zuid district is nearby.

All this is relatively easily accessible by bicycle or tram and lift near the Singel, the Amerikalei and the Anselmostraat. The motorway is 5 minutes away.

For more information, please contact the office on +32 3647 30 72. [post_title] => Antwerp I Brederode [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 5242822-antwerpen-i-centrum [to_ping] => [pinged] => [post_modified] => 2024-12-03 14:11:51 [post_modified_gmt] => 2024-12-03 13:11:51 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/5242822-antwerpen-i-centrum/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [13] => WP_Post Object ( [ID] => 64014 [post_author] => 663 [post_date] => 2022-12-15 17:17:11 [post_date_gmt] => 2022-12-15 16:17:11 [post_content] => Quietly located in the prestigious area of the Zoute, villa with 4 bedrooms with a wide view of Royal Zoute Golf Club, with a living area of over ± 300 m².

Through the spacious entrance hall with wardrobe you reach the bright living room with fireplace and the fully equipped open kitchen. This provides access to the pantry with, among other things: extra fridge, wine fridge and washing machine and dryer. In addition, there is a multipurpose room that can serve as an office space, bedroom. On the first floor, the night hall leads to the master bedroom with gas fireplace, walk-in dressing room and private bathroom with double sink. Also on this floor are a second bedroom with fitted wardrobes, and its own bathroom with double sink and bathtub. Both bedrooms have a terrace overlooking the golf. On the second floor is the third bedroom, with an adjoining room that can serve as an extra bedroom and a shower room. At the back of the house is the garden with pond and landscaped terrace, close to the golf course.

Other: air conditioning in the bedrooms. High-quality finish including parquet floors. Carport with storage space available.

The municipality of Knokke is located on the Belgian coast and offers numerous luxury shops, restaurants, parks, schools and transport facilities.

For more information, please contact our office on +32 3 647 30 72. [post_title] => West-Flanders I Knokke [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 5153312-west-flanders-i-knokke [to_ping] => [pinged] => [post_modified] => 2024-12-03 14:10:23 [post_modified_gmt] => 2024-12-03 13:10:23 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/5153312-west-flanders-i-knokke/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [14] => WP_Post Object ( [ID] => 63459 [post_author] => 663 [post_date] => 2022-11-24 08:36:14 [post_date_gmt] => 2022-11-24 07:36:14 [post_content] => The mansion with a living area of ​​± 600 m² and a garden of ± 140 m² and terrace has recently been completely renovated while retaining authentic elements.

This mansion has an entrance hall with a cloakroom and toilet on the ground floor. Next to the entrance hall is an office space. Furthermore, on this floor, there are two spacious bedrooms with built-in wardrobes that open onto the garden and two bathrooms, one bathroom has a bath and the other a shower. The staircase leads to the first floor, which offers a kitchen with cooking island that opens onto the terrace, followed by the dining room that opens onto the living room. There is also a separate laundry room and toilet on this floor. The second floor consists of the master bedroom which has a bathroom with walk-in shower and offers space for a spacious dressing. The third floor has two bedrooms, one with a mezzanine, that share a bathroom with walk-in shower.

Other: The house offers the possibility of a combination of living / office and cohousing. The house has a complete basement, has one garage and a parking space in the driveway.

The neighborhood of Markgrave, with its monumental facades and large avenues, was aimed at the wealthy bourgeoisie of the 19th century. Near the city center, yet green thanks to two parks, the neighborhood is easily accessible by various access roads such as the Antwerp Ring or the A12.

For more information, please contact our office on +32 3 647 30 72. [post_title] => Antwerp I Markgrave [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 5108287-antwerp-i-markgrave [to_ping] => [pinged] => [post_modified] => 2024-12-03 14:10:19 [post_modified_gmt] => 2024-12-03 13:10:19 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/5108287-antwerp-i-markgrave/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [15] => WP_Post Object ( [ID] => 63151 [post_author] => 663 [post_date] => 2022-11-08 14:21:08 [post_date_gmt] => 2022-11-08 13:21:08 [post_content] =>

Located in the Theatre district of Antwerp, with a beautiful view on the Old Courthouse, authentic renovated apartment on the first floor of a surface of ± 220 m² and a terrace of ± 20 m².

The apartment is situated on the first floor and offers a spacious entry hall giving acces to the salon with a gas fireplace. This salon continues in the dining room and an open fully equipped kitchen. The spacious terrace is accessible both via the kitchen and via the dining room. It also offers two bedrooms, each with a bathroom, a third bedroom which could be used as a study and a spacious storage room with facilities for washing machine and dryer.

Other: The apartment has very high ceilings and a high-quality finish. The apartment is fully furnished with design furniture. The rent includes an underground parking space, as well as a large storage room in the basement. Possibility to rent a second parking space. The common costs are €145/month.

Perfectly located in relation to the Theaterplein, the Meir and the center. Public transports are in front of the door and the main roads are within a 5 minutes drive.

For more information please contact our office on +32 (0) 3 647 30 72.

[post_title] => Antwerp I Centre [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 5091251-antwerp-i-center [to_ping] => [pinged] => [post_modified] => 2024-12-03 14:10:15 [post_modified_gmt] => 2024-12-03 13:10:15 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/5091251-antwerp-i-center/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [16] => WP_Post Object ( [ID] => 61313 [post_author] => 0 [post_date] => 2022-08-08 11:58:39 [post_date_gmt] => 2022-08-08 09:58:39 [post_content] => Centrally located in the Harmonie district, renovated town house with a living area of ​​± 230 m² and a spacious garden of ± 80 m².

The town house has a spacious entrance that provides access to two connecting living rooms, with original parquet floors, and the kitchen. The first living room, furnished as a TV room, opens onto the second sitting room, equipped with a gas fireplace. Both give access to the fully installed kitchen including gas stove and built-in equipment, opening onto the sunny garden and landscaped terrace. The first floor includes the master bedroom with a spacious dressing room and the bathroom with double sink and both bath and walk-in shower. The second floor offers two spacious bedrooms. On the top floor is the fourth bedroom, equipped with air conditioning.

Other: Spacious basement with laundry room available. The house is equipped with an alarm system. Unique authentic elements, such as mosaic tiles and glassware, were preserved during the renovation. Very high ceilings which offer a great sense of space. Possiblity of renting the house furnished. 

The house is centrally located in the Harmoniewijk, close to various shops, parks, schools, public transport and roads to the highway.

For more information, please contact our office on +32 (0) 3 647 30 72. [post_title] => Antwerp I Harmonie [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 4864987-antwerp-i-harmonie [to_ping] => [pinged] => [post_modified] => 2024-12-03 14:42:04 [post_modified_gmt] => 2024-12-03 13:42:04 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/antwerp-i-harmonie-19/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) ) [post_count] => 17 [current_post] => -1 [before_loop] => 1 [in_the_loop] => [post] => WP_Post Object ( [ID] => 67264 [post_author] => 663 [post_date] => 2023-06-14 11:30:11 [post_date_gmt] => 2023-06-14 09:30:11 [post_content] => Located in the heart of Antwerp, between the Meir and the Opera square, a completely renovated building to an original design by architect S. Dielvorst, consisting of three two-bedroom apartments.

This property has a facade with a unique appearance. The authenticity of the building has been preserved by renewing the windows and interior doors of the apartments according to the original design. The apartment gives a very spacious feeling due to the continuous new open kitchens, dining room and living areas.The apartment includes two bedrooms, a bathroom and separate toilet.

Other: storage room included. Possibility of renting a parking space in the underground state of the art parking Opera at ± € 142 / month, subject to availability.

It this part of Antwerp it is pleasant to stay. The apartment is surrounded by luxurious shops, museums and restaurants. Public transport and schools in the vicinity. Near the central station.

For further information please contact Emily Claessens on +32 (0) 470 449 675. [post_title] => Antwerp I Center [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 5398289-antwerp-i-center [to_ping] => [pinged] => [post_modified] => 2024-12-03 14:10:43 [post_modified_gmt] => 2024-12-03 13:10:43 [post_content_filtered] => [post_parent] => 0 [guid] => https://www.sothebysrealty.be/estates/5398289-antwerp-i-center/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [comment_count] => 0 [current_comment] => -1 [found_posts] => 102 [max_num_pages] => 6 [max_num_comment_pages] => 0 [is_single] => [is_preview] => [is_page] => [is_archive] => 1 [is_date] => [is_year] => [is_month] => [is_day] => [is_time] => [is_author] => [is_category] => [is_tag] => [is_tax] => 1 [is_search] => [is_feed] => [is_comment_feed] => [is_trackback] => [is_home] => [is_privacy_policy] => [is_404] => [is_embed] => [is_paged] => 1 [is_admin] => [is_attachment] => [is_singular] => [is_robots] => [is_favicon] => [is_posts_page] => [is_post_type_archive] => 1 [query_vars_hash:WP_Query:private] => e23c9cafc6a0b8e680f735845abf3ed4 [query_vars_changed:WP_Query:private] => 1 [thumbnails_cached] => [allow_query_attachment_by_filename:protected] => [stopwords:WP_Query:private] => [compat_fields:WP_Query:private] => Array ( [0] => query_vars_hash [1] => query_vars_changed ) [compat_methods:WP_Query:private] => Array ( [0] => init_query_flags [1] => parse_tax_query ) )
Antwerp I Markgrave

Mansion

Rented

Price upon request

Antwerp 

Markgrave 

The mansion with a living area of ​​± 600 m² and a garden of ± 140 m² and terrace has recently been completely renovated while retaining authentic elements.This mansion has an entrance hall with a cloakroom and toilet on the ground floor. Next to the entrance hall is an office space. Furthermore, on this floor, there are two spacious bedrooms with built-in wardrobes that open onto the garden and two bathrooms, one bathroom has a bath and the other a shower. The staircase leads to the first floor, which offers a kitchen with cooking island that opens onto the terrace, followed by the dining room that opens onto the living room. There is also a separate laundry room and toilet on this floor. The second floor consists of the master bedroom which has a bathroom with walk-in shower and offers space for a spacious dressing. The third floor has two bedrooms, one with a mezzanine, that share a bathroom with walk-in shower.Other: The house offers the possibility of a combination of living / office and cohousing. The house has a complete basement, has one garage and a parking space in the driveway.The neighborhood of Markgrave, with its monumental facades and large avenues, was aimed at the wealthy bourgeoisie of the 19th century. Near the city center, yet green thanks to two parks, the neighborhood is easily accessible by various access roads such as the Antwerp Ring or the A12.For more information, please contact our office on +32 3 647 30 72.
Belgium Sothebys Int. Realty Ixelles I Square du Bois

Let's get to know each other

Tell us about your project, we’ll take care of the rest.