Global Employment & Labor Market Statistics by Country (1970–2024)
About this data
Comprehensive dataset covering employment and labor market indicators for 215 countries from 1970 to 2024. Sourced from the World Bank Open Data API (ILO modeled estimates and national statistics). Includes 33 columns: unemployment rates (total, male, female, youth), labor force participation rates by gender, employment by sector (agriculture, industry, services), self-employment and vulnerable employment shares, GDP per capita, GDP growth, inflation, population, and labor productivity metrics. Ideal for analyzing global labor market trends, gender gaps in employment, structural economic transitions, and the relationship between economic development and employment patterns across regions and income groups.
Schema
| Name | Type | Description |
|---|---|---|
| country_code | string | |
| country_name | string | |
| region | string | |
| income_level | string | |
| capital_city | string | |
| latitude | string | |
| longitude | string | |
| year | string | |
| unemployment_rate_pct | string | |
| unemployment_rate_male_pct | string | |
| unemployment_rate_female_pct | string | |
| youth_unemployment_rate_pct | string | |
| labor_force_participation_rate_pct | string | |
| labor_force_participation_male_pct | string | |
| labor_force_participation_female_pct | string | |
| employment_agriculture_pct | string | |
| employment_industry_pct | string | |
| employment_services_pct | string | |
| labor_force_total | string | |
| employment_to_population_ratio_pct | string | |
| gdp_per_capita_usd | string | |
| population | string | |
| labor_force_female_pct | string | |
| vulnerable_employment_pct | string | |
| long_term_unemployment_pct | string | |
| gdp_per_person_employed_constant_usd | string | |
| self_employed_pct | string | |
| wage_and_salaried_workers_pct | string | |
| youth_unemployment_male_pct | string | |
| youth_unemployment_female_pct | string | |
| children_in_employment_pct | string | |
| gdp_growth_annual_pct | string | |
| inflation_consumer_prices_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 Employment & Labor Mark" })
// Found: e9a92188-1f5e-4e1f-b158-87e163b8d84f
get_download_url({ dataset_id: "e9a92188-1f5e-4e1f-b158-87e163b8d84f" }) // free — no API key needed# Free dataset — no API key required: curl https://api.databazaar.io/datasets/e9a92188-1f5e-4e1f-b158-87e163b8d84f/download-url