Boss Playbook API

Executive Salary Data API

Programmatic access to executive compensation data for 50 US metros and 10+ exec roles. Free tier available — no credit card required.

Free

$0/month

  • ✓ Basic salary lookup
  • ✓ 10 cities
  • ✓ 100 requests/hour
  • ✓ JSON responses
Get Free Access →

Pro

$49/month

  • ✓ Everything in Basic
  • ✓ Bulk export
  • ✓ 10,000 requests/hour
  • ✓ Priority support
Go Pro →

API Reference

Base URL: https://web-production-d6bdb.up.railway.app

GET /salary

Get salary data for a specific occupation and location.

GET /salary?occupation=general-manager&location=new-york-ny

Response:
{
  "occupation_slug": "general-manager",
  "occupation_label": "General Manager",
  "location_slug": "new-york-ny",
  "city": "New York",
  "wages": {
    "p10": 98000,
    "p25": 130000,
    "median": 175000,
    "p75": 225000,
    "p90": 285000
  }
}

GET /occupations

List all available occupations. Optional ?q= filter.

GET /locations

List all available locations. Optional ?state=CA filter.

GET /compare

Compare one occupation across multiple cities.

GET /compare?occupation=general-manager&locations=new-york-ny,san-francisco-ca,chicago-il

GET /pricing

Returns current pricing plans in JSON format.

Full interactive docs: web-production-d6bdb.up.railway.app/docs

Questions?

Email us at bigbossplaybook@gmail.com or sign up on RapidAPI.