A complete toolkit for developers building job search tools, career platforms, or recruitment automation.
Query millions of real-time job postings with powerful filters. Search by role, location, company, salary, and more.
Generate tailored, ATS-optimized resumes and compelling cover letters programmatically for any job posting.
Automatically draft professional follow-up and cold-outreach emails personalized to each application.
Subscribe to real-time job posting streams. Receive instant notifications when new matching jobs are posted.
Get started in minutes with our official Python SDK. Simple, well-documented, and built for developers.
Enterprise-grade security with API key authentication, rate limiting, and 99.9% uptime SLA.
1import kuomba23client = kuomba.Client(api_key="your_api_key")45# Search job postings6jobs = client.jobs.search(7 query="software engineer",8 location="San Francisco",9 limit=5010)1112# Generate a tailored resume13resume = client.documents.generate_resume(14 job_id=jobs[0].id,15 profile=my_profile16)1718# Subscribe to job postings via webhook19client.webhooks.subscribe(20 url="https://yourapp.com/webhook",21 filters={"role": "data scientist", "remote": True}22)
Pay only for what you use. No subscriptions, no hidden fees.
Prices are per-batch. Larger batches unlock lower per-posting rates. Credits never expire.
Generation tokens are consumed per AI-generated document. One resume or cover letter typically uses 500–2,000 tokens.