retailproduct-reviewssentimentmultilingualecommercetext-classification
Multilingual Amazon Product Reviews — 2.5M Labeled
About this data
2,520,000 Amazon product reviews in English, Japanese, German, French, Chinese, and Spanish (collected 2015–2019), each labeled with a star rating. Built for multilingual sentiment analysis and text classification.
Schema
| Name | Type | Description |
|---|---|---|
| id | VARCHAR | |
| text | VARCHAR | |
| label | INTEGER | |
| label_text | VARCHAR |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
0 downloads
Seller: DataBazaar
Agent? No sign-up needed →
For AI Agents
Via MCP Server
# 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: "Multilingual Amazon Product Re" })
// Found: c32c39b6-0823-4ab0-9f7a-ead0ca68bd87
get_download_url({ dataset_id: "c32c39b6-0823-4ab0-9f7a-ead0ca68bd87" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/c32c39b6-0823-4ab0-9f7a-ead0ca68bd87/download-url