Read this in: Español · Deutsch · Français · Nederlands · Svenska
Open datasets from Marbella Wire, an independent price tracker for Marbella, Spain. Every figure here is published on marbellawire.com first; this repo is the machine-readable copy, regenerated from the same data files that render the pages.
| Dataset | What it is | Rows | Canonical page |
|---|---|---|---|
| sunbed-index | High-season price of two sunbeds plus minimum spend at Marbella beach venues, season 2026 | 8 priced + 4 unpublished | https://marbellawire.com/prices/sunbeds/ |
| chiringuitos | Census of Marbella chiringuitos (beach restaurants) with menu-sourced prices, season 2026 | 43 venues | https://marbellawire.com/prices/chiringuitos/ |
| beach-clubs | Beach club sunbed, bed and minimum-spend prices, season 2026 | 14 clubs | https://marbellawire.com/prices/beach-clubs/ |
Each folder holds the data as JSON and CSV plus a PROVENANCE.md stating how it was collected, when it was last verified, and what was deliberately left out, a COLUMNS.md data dictionary, and (for the censuses) a DATA.md with one anchored section per venue so you can deep-link a single row. All prices are euros; every CSV row carries its unit, source page and licence so a row quoted on its own stays traceable.
import pandas as pd
df = pd.read_csv('https://raw.githubusercontent.com/shiftdylson1/marbella-price-data/main/beach-clubs/beach-clubs.csv')-- DuckDB
SELECT name, sunbed_price FROM 'https://raw.githubusercontent.com/shiftdylson1/marbella-price-data/main/beach-clubs/beach-clubs.csv' ORDER BY 2 DESC;# Or skip the repo and hit the always-current live endpoint
curl https://marbellawire.com/data/sunbed-index.csvOr open the guided tour in your browser, no install:
(notebooks/explore.ipynb loads the three CSVs
with pandas and charts the beach club prices.)
The live index is also served as an image that updates with the data:
<a href="https://marbellawire.com/prices/sunbeds/"><img src="https://marbellawire.com/data/sunbed-index.svg" alt="Marbella Wire Sunbed Index" width="600" height="315"></a>See CITATION.cff (GitHub's "Cite this repository" button uses it), or in prose: "Marbella Wire, https://marbellawire.com/prices/sunbeds/". Archived on Zenodo; the version-independent DOI is 10.5281/zenodo.22094846.
Wrong price, closed venue, dead link? Open a correction issue with a source URL from the venue itself — see CONTRIBUTING.md.
CC BY 4.0 (see LICENSE). Free to use, share and adapt with credit to Marbella Wire and a link to the dataset's canonical page (table above). The grant covers the figures in this repo only; the site's editorial text and its credited photographs are not included here and are not CC-licensed.
Prices come from venues' own published menus, rate cards and booking systems, never from third-party aggregators; each row links its source. One number in the source is one number here: nothing is estimated or interpolated. Per-dataset detail is in each PROVENANCE.md.
Regenerated manually, roughly once a season, from the Marbella Wire data pipeline. The live pages update first; if a figure here disagrees with marbellawire.com, the site is current and this repo is awaiting its seasonal refresh.