Salary Estimate

Description: Shows salary information for different job roles and locations.

API Response Structure:

{
  "salary": {
    "jobTitle": "Software Engineer",
    "location": "San Francisco, CA",
    "range": {
      "low": "$90,000",
      "average": "$120,000",
      "high": "$150,000"
    },
    "experience": {
      "entry": "$85,000",
      "mid": "$120,000",
      "senior": "$160,000"
    }
  },
  "marketData": {
    "demand": "High",
    "growthRate": "10% per year",
    "sampleSize": "5,000 reported salaries"
  },
  "benefits": [
    "Health Insurance",
    "401(k)",
    "Stock Options"
  ],
  "type": "instantAnswers",
  "configType": "salaryEstimate"
}

Fields:

  • salary (object): Salary information

    • jobTitle (string): Position name

    • location (string): Geographic location

    • range (object): Salary range

    • experience (object): Experience-based salaries

  • marketData (object): Market information

  • benefits (array): Common benefits

  • type (string): Always "instantAnswers"

  • configType (string): Always "salaryEstimate"