Global Crop Production & Agricultural Yields (2000-2024)
About this data
Comprehensive dataset covering 25 years of global crop production data across 81 countries and 26 major crops. Includes area harvested, production volumes, yield rates, commodity prices, climate indicators (rainfall, temperature), agricultural inputs (fertilizer use, irrigation coverage), and organic farming adoption rates. Data is normalized across countries and crops, with realistic year-over-year trends reflecting technological improvements, climate patterns, and market cycles. Covers cereals (wheat, rice, maize, barley, sorghum, millet), oilseeds (soybeans, sunflower, rapeseed, groundnuts, palm oil), root crops (potatoes, cassava), fruits (grapes, oranges), vegetables (tomatoes, onions), beverage crops (coffee, cocoa, tea), fiber/industrial crops (cotton, rubber, tobacco), and pulses (lentils, chickpeas). Ideal for agricultural economics research, food security analysis, climate impact studies, commodity price modeling, supply chain optimization, and machine learning applications in precision agriculture.
Schema
| Name | Type | Description |
|---|---|---|
| year | string | |
| country | string | |
| iso3_code | string | |
| region | string | |
| continent | string | |
| crop_name | string | |
| crop_category | string | |
| area_harvested_ha | string | |
| production_tonnes | string | |
| yield_kg_per_ha | string | |
| avg_price_usd_per_tonne | string | |
| annual_rainfall_mm | string | |
| avg_temperature_c | string | |
| fertilizer_use_kg_per_ha | string | |
| irrigation_pct | string | |
| organic_farming_pct | string |
Sample Data
Preview a sample of the data before downloading.
For AI Agents
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Global Crop Production & Agric" })
// Found: a3bf1b17-5cd2-4145-ae37-685f803ba7df
get_download_url({ dataset_id: "a3bf1b17-5cd2-4145-ae37-685f803ba7df" }) // free — no API key needed# Free dataset — no API key required: curl https://api.databazaar.io/datasets/a3bf1b17-5cd2-4145-ae37-685f803ba7df/download-url