MockHero

salary

HR

Generate realistic annual salary amounts appropriate for different roles and levels. For compensation analysis, HR dashboards, and payroll testing.

Example Outputs

5500085000120000250000

API Usage

Send a POST request to generate salary 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": "salary",
          "type": "salary"
        }
      ]
    }
  ]
}'

Common Use Cases

  • Compensation analysis
  • HR dashboard testing
  • Payroll system seeding
  • Job listing data

Quick Info

Field Type
salary
Category
HR
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate salary data instantly in the playground.

Generate Salary + 155 more types via API

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

Get Started Free