基于 Kuomba API 构建应用

在你自己的应用中直接调用职位数据、生成简历、求职信、跟进邮件等更多内容。

即将推出

Everything you need to build

A complete toolkit for developers building job search tools, career platforms, or recruitment automation.

Job Postings

Query millions of real-time job postings with powerful filters. Search by role, location, company, salary, and more.

Resume & Cover Letter Generation

Generate tailored, ATS-optimized resumes and compelling cover letters programmatically for any job posting.

Follow-up Emails

Automatically draft professional follow-up and cold-outreach emails personalized to each application.

Webhooks

Subscribe to real-time job posting streams. Receive instant notifications when new matching jobs are posted.

Python Library

Get started in minutes with our official Python SDK. Simple, well-documented, and built for developers.

Secure & Reliable

Enterprise-grade security with API key authentication, rate limiting, and 99.9% uptime SLA.

example.py
1import kuomba
2
3client = kuomba.Client(api_key="your_api_key")
4
5# Search job postings
6jobs = client.jobs.search(
7 query="software engineer",
8 location="San Francisco",
9 limit=50
10)
11
12# Generate a tailored resume
13resume = client.documents.generate_resume(
14 job_id=jobs[0].id,
15 profile=my_profile
16)
17
18# Subscribe to job postings via webhook
19client.webhooks.subscribe(
20 url="https://yourapp.com/webhook",
21 filters={"role": "data scientist", "remote": True}
22)

Simple Pricing

Pay only for what you use. No subscriptions, no hidden fees.

Job Postings

1kjob postings
$50$0.05/posting
100kjob postings
$1,250$0.0125/posting
1Mjob postings
$8,000$0.008/posting

Prices are per-batch. Larger batches unlock lower per-posting rates. Credits never expire.

Resume, Cover Letter & Email Generation

250kgeneration tokens
$50$0.0002/token
1Mgeneration tokens
$180$0.00018/token
10Mgeneration tokens
$1,500$0.00015/token

Generation tokens are consumed per AI-generated document. One resume or cover letter typically uses 500–2,000 tokens.

我们使用 Cookie 来确保你在本网站获得最佳体验。如需了解我们如何使用 Cookie,请查阅我们的 Cookie 政策。