MockHero

review

Content

Generate short, realistic product reviews. Natural-sounding feedback that looks real in your e-commerce or marketplace UI.

Example Outputs

Great product, exactly what I needed.Good quality but shipping was slow.Exceeded my expectations, highly recommend!

API Usage

Send a POST request to generate review data:

curl -X POST https://mockhero.dev/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "tables": [
    {
      "name": "example",
      "count": 5,
      "fields": [
        {
          "name": "review",
          "type": "review"
        }
      ]
    }
  ]
}'

Common Use Cases

  • Product review seeding
  • Marketplace testing
  • Review display testing
  • Sentiment analysis testing

Quick Info

Field Type
review
Category
Content
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate review data instantly in the playground.

Generate Review + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free