retailproduct-reviewssentimentmultilingualecommercetext-classification

Multilingual Amazon Product Reviews — 2.5M Labeled

Category
Retail
Records
2,520,000 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~355.91 MB
Downloads
0

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

NameTypeDescription
idVARCHAR
textVARCHAR
labelINTEGER
label_textVARCHAR

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

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 needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/c32c39b6-0823-4ab0-9f7a-ead0ca68bd87/download-url