MockHero

product_name

Business

Generate realistic product names across categories like electronics, clothing, food, home, and software. Products that look real in your e-commerce UI.

Example Outputs

Wireless Bluetooth HeadphonesOrganic Green TeaRunning Shoes ProCloud Backup Suite

Parameters

ParameterDescription
categoryProduct category (electronics, clothing, food, home, software)

API Usage

Send a POST request to generate product name 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": "product_name",
          "type": "product_name",
          "params": {
            "category": "electronics"
          }
        }
      ]
    }
  ]
}'

Common Use Cases

  • E-commerce seeding
  • Product catalog testing
  • Search results testing
  • Cart UI testing

Quick Info

Field Type
product_name
Category
Business
Parameters
1 parameter
Output Format
JSON, CSV, SQL

Try it now

Generate product name data instantly in the playground.

Generate Product Name + 155 more types via API

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

Get Started Free