WP_Query Object
(
    [query] => Array
        (
            [post_type] => properties
            [tax_query] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => locations
                            [field] => id
                            [terms] => Array
                                (
                                    [0] => 
                                )

                        )

                )

            [meta_query] => Array
                (
                    [relation] => AND
                    [0] => Array
                        (
                            [meta_key] => type_name
                            [value] => Array
                                (
                                    [0] => 
                                )

                        )

                    [1] => Array
                        (
                            [meta_key] => number_of_beds
                            [value] => Array
                                (
                                    [0] => 
                                    [1] => 
                                )

                            [type] => numeric
                            [compare] => BETWEEN
                        )

                )

        )

    [query_vars] => Array
        (
            [post_type] => properties
            [tax_query] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => locations
                            [field] => id
                            [terms] => Array
                                (
                                    [0] => 
                                )

                        )

                )

            [meta_query] => Array
                (
                    [relation] => AND
                    [0] => Array
                        (
                            [meta_key] => type_name
                            [value] => Array
                                (
                                    [0] => 
                                )

                        )

                    [1] => Array
                        (
                            [meta_key] => number_of_beds
                            [value] => Array
                                (
                                    [0] => 
                                    [1] => 
                                )

                            [type] => numeric
                            [compare] => BETWEEN
                        )

                )

            [error] => 
            [m] => 
            [p] => 0
            [post_parent] => 
            [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] => 
            [paged] => 0
            [meta_key] => level
            [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
                (
                )

            [post_status] => publish
            [orderby] => meta_value_num
            [order] => ASC
            [ignore_sticky_posts] => 
            [suppress_filters] => 
            [cache_results] => 1
            [update_post_term_cache] => 1
            [lazy_load_term_meta] => 1
            [update_post_meta_cache] => 1
            [posts_per_page] => 12
            [nopaging] => 
            [comments_per_page] => 50
            [no_found_rows] => 
        )

    [tax_query] => WP_Tax_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => locations
                            [terms] => Array
                                (
                                    [0] => 
                                )

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

                )

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

            [queried_terms] => Array
                (
                    [locations] => Array
                        (
                            [terms] => Array
                                (
                                    [0] => 
                                )

                            [field] => id
                        )

                )

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

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

                    [1] => Array
                        (
                            [0] => Array
                                (
                                    [meta_key] => type_name
                                    [value] => Array
                                        (
                                            [0] => 
                                        )

                                )

                            [1] => Array
                                (
                                    [meta_key] => number_of_beds
                                    [value] => Array
                                        (
                                            [0] => 
                                            [1] => 
                                        )

                                    [type] => numeric
                                    [compare] => BETWEEN
                                )

                            [relation] => AND
                        )

                    [relation] => AND
                )

            [relation] => AND
            [meta_table] => wp_postmeta
            [meta_id_column] => post_id
            [primary_table] => wp_posts
            [primary_id_column] => ID
            [table_aliases:protected] => Array
                (
                    [0] => wp_postmeta
                    [1] => mt1
                    [2] => mt2
                )

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

                    [mt1] => Array
                        (
                            [meta_key] => type_name
                            [value] => Array
                                (
                                    [0] => 
                                )

                            [compare] => IN
                            [compare_key] => =
                            [alias] => mt1
                            [cast] => CHAR
                        )

                    [mt2] => Array
                        (
                            [meta_key] => number_of_beds
                            [value] => Array
                                (
                                    [0] => 
                                    [1] => 
                                )

                            [type] => numeric
                            [compare] => BETWEEN
                            [compare_key] => =
                            [alias] => mt2
                            [cast] => SIGNED
                        )

                )

            [has_or_relation:protected] => 
        )

    [date_query] => 
    [queried_object] => 
    [queried_object_id] => 
    [request] => SELECT SQL_CALC_FOUND_ROWS  wp_posts.ID FROM wp_posts  INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )  INNER JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id )  INNER JOIN wp_postmeta AS mt2 ON ( wp_posts.ID = mt2.post_id ) WHERE 1=1  AND ( 
  0 = 1
) AND ( 
  wp_postmeta.meta_key = 'level' 
  AND 
  ( 
    mt1.meta_value IN ('') 
    AND 
    CAST(mt2.meta_value AS SIGNED) BETWEEN '' AND ''
  )
) AND wp_posts.post_type = 'properties' AND ((wp_posts.post_status = 'publish')) GROUP BY wp_posts.ID ORDER BY wp_postmeta.meta_value+0 ASC LIMIT 0, 12
    [posts] => Array
        (
        )

    [post_count] => 0
    [current_post] => -1
    [in_the_loop] => 
    [comment_count] => 0
    [current_comment] => -1
    [found_posts] => 0
    [max_num_pages] => 0
    [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] => 
    [is_admin] => 
    [is_attachment] => 
    [is_singular] => 
    [is_robots] => 
    [is_favicon] => 
    [is_posts_page] => 
    [is_post_type_archive] => 1
    [query_vars_hash:WP_Query:private] => ef978ce5109942bbbb5ff39883c75e1b
    [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
        )

)

Your South of France luxury property search results...

If you can't find what you are looking for, we have a large portfolio of private properties that could be just perfect for you. Please fill out the form below and one of our experienced luxury property consultants will be in contact with you, or call us on:
+44 (0) 1244 629 963

    0 rental properties available

    New Search

    Sorry, no posts matched your criteria.


    At Elegant Address South of France, we have a large portfolio of the finest apartments, villas and hotels. Working solely on the Cote d’Azur we don’t dilute our product knowledge. Want to be inspired? Take a look at the regions that we cover…

    Saint Jean Cap Ferrat
    Luxury villa rentals on Saint Jean Cap Ferrat

    This stunning “Peninsula of Billionaires” offers some of the most desirable addresses on the Cote d’Azur.


    Cap d’Antibes
    Luxury villa rentals on Cap d’Antibes

    Elegant Address South of France are proud to present a vast portfolio of luxury villas in Cap d’Antibes.


    Cannes
    Luxury villa rentals in Cannes

    This world famous city is bathed in light highlighting its magnificence the whole year round.


    Villefranche and Villages
    Luxury villa rentals in Villefranche and Villages

    Villefranche sur Mer is a stunning French and Niçoise fishing village full of character and allure in the heart of the Cote d’Azur.


    Saint Tropez
    Luxury villa rentals in Saint Tropez

    St. Tropez is an exclusive and sought after destination renowned for its glorious weather and sandy beaches.


    Mougins and Villages
    Luxury villa rentals in Mougins and Villages

    Mougins is a historical hilltop town full of culture and character catching glimpses of the Mediterranean Sea.