salary
HRGenerate realistic annual salary amounts appropriate for different roles and levels. For compensation analysis, HR dashboards, and payroll testing.
Example Outputs
5500085000120000250000API 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
Related Types
Generate Salary + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.