Land Deal Data

356
0
Updated:
Files:1
Size:385 kB
Formats:csv
License:CC-BY-NC

A dataset containing information about land deals, including target country, region, investors, crops, and deal size in hectares.

API Access

Access dataset files directly from scripts, code, or AI agents.

Browse dataset files
Dataset Files

Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.

/core/land-matrix/
https://datahub.io/core/land-matrix/_r/-/README.md
https://datahub.io/core/land-matrix/_r/-/data/database.csv
https://datahub.io/core/land-matrix/_r/-/datapackage.json
https://datahub.io/core/land-matrix/_r/-/process.py
https://datahub.io/core/land-matrix/_r/-/temp/README.md
https://datahub.io/core/land-matrix/_r/-/temp/deals.csv
https://datahub.io/core/land-matrix/_r/-/temp/investors.csv
Key Files

Start with these files — they give you everything you need to understand and access the dataset.

datapackage.jsonmetadata & schema
https://datahub.io/core/land-matrix/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/core/land-matrix/_r/-/README.md
Typical Usage
  1. 1. Fetch datapackage.json to inspect schema and resources
  2. 2. Download data resources listed in datapackage.json
  3. 3. Read README.md for full context

Data Files

Explore with AI

land-deals

Download

Download CSV

About

Last updated
1 May 2026
Total rows
...
Format
CSV
File size
385 kB
Source
Data compiled by the user

About this dataset

badge

The Land Matrix dataset is a comprehensive global database of large-scale land acquisitions and leases. It provides detailed records documenting land deals since 2000, focusing on transactions that involve the conversion of land from local community use or important ecosystem service provision to commercial production.

Data

The data is sourced from the Land Matrix database (specifically their API) which in turn compiles information from a variety of sources including research papers, government records, company websites, and media reports.

The dataset includes several key components:

  • Deals data - Information about land acquisitions including location, size, and purpose
  • Investors data - Details about the entities involved in land deals
  • Combined database - Merged information providing a comprehensive view of global land acquisitions

The Land Matrix focuses on deals that:

  • Target low and middle-income countries
  • Have been initiated since the year 2000
  • Cover an area of 200 hectares or more
  • Entail a transfer of rights to use, control or own land through sale, lease or concession

Preparation

Process is recorded and automated in python scripts:

scripts/process.py     # Downloads and extracts deals.csv and investors.csv
scripts/combine_data.py # Combines the data into a single database.csv file

Dependencies are listed in scripts/requirements.txt and can be installed with:

pip install -r scripts/requirements.txt

Automation

Up-to-date (auto-updates every week) Land Matrix dataset can be found on the datahub.io: https://datahub.io/core/land-matrix

This repository contains an automated pipeline that regularly fetches and processes data from the Land Matrix API through GitHub Actions, ensuring that analyses are based on the most current information available.

License

The Land Matrix data is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0).