API v1.0 — Now Live

Job descriptions,
structured instantly.

Parse, score, enrich, and classify job descriptions with a single API call. Built for ATS vendors, job boards, and HR platforms.

POST /v1/parse X-API-Key: jd_growth_xxxxxxxxxxxx { "text": "Senior Python Engineer, platform team. 5+ years Python, FastAPI, PostgreSQL, AWS. $140k–$180k. Fully remote." }
{ "data": { "title": "Senior Python Engineer", "seniority": "senior", "tech_stack": ["Python","FastAPI","PostgreSQL","AWS"], "salary_min": 140000, "salary_max": 180000, "remote_policy": "remote", "visa_sponsorship": false }, "meta": { "cached": false, "calls_remaining": 999 } }
import requests res = requests.post( "https://yourapi.com/v1/parse", headers={"X-API-Key": "jd_growth_xxxx"}, json={"text": job_description_text} ) data = res.json()["data"] print(data["title"]) # "Senior Python Engineer" print(data["salary_min"]) # 140000

<2s
Avg response time
16
Fields extracted
7d
Cache TTL
99.9%
Uptime SLA

Endpoints

Everything your pipeline needs.

Four focused endpoints. Clean JSON. Cache-aware, quota-tracked, schema-validated.

POST
/v1/parse
Extract 16 structured fields — title, seniority, skills, salary, remote policy, visa sponsorship, and more.
titlesalarytech_stack+13 more
POST
/v1/score
Score a resume against a JD (0–100). Returns skill breakdown, missing skills, and a plain-language recommendation.
overall_scoreskills_matchmissing_skills
POST
/v1/enrich
Rewrite job descriptions to remove jargon, use inclusive language, and separate must-haves from nice-to-haves.
professionalconcisedetailed
POST
/v1/classify
Tag any JD with department, seniority, industry, function, and searchable labels. Ideal for routing at scale.
departmentfunctiontags[]

Pricing

Simple, transparent plans.

All plans include every endpoint, response caching, and usage tracking. Upgrade anytime.

Starter
$29/mo
200 API calls / month
  • All 4 endpoints
  • 7-day response cache
  • Email support
  • Usage dashboard
Pro
$299/mo
5,000 API calls / month
  • All 4 endpoints
  • 7-day response cache
  • Slack support
  • Usage dashboard
  • Batch endpoint
  • SLA guarantee