Comeet website screenshot

Comeet

Comeet (now Spark Hire Recruit, after Spark Hire's acquisition of Comeet) is a collaborative talent acquisition platform that helps companies post jobs, source and screen candidates, schedule interviews, and coordinate hiring teams. Comeet exposes a public Careers API (used to embed published positions on a custom careers website), a Recruiting API (used by integration partners to manage candidates and pipeline events), and a Hires API (used to push new-hire data into HRIS/onboarding systems).

3 APIs 0 Features
ATSCandidatesCareersInterviewsJobsRecruitingTalent Acquisition

APIs

Comeet Careers API

Public, tokenized REST API that returns the list of published positions for a Comeet customer (and details for a single position). Used to power custom-branded careers websites,...

Comeet Recruiting API

The Recruiting API is a partner-scoped REST API for building on top of Spark Hire Recruit (Comeet). It supports listing companies, positions, candidates, and pipeline events, an...

Comeet Hires API

The Hires API captures new-hire data from Comeet and pushes employee profile information into downstream HRIS, onboarding, and provisioning systems. It is typically used to trig...

Collections

Pricing Plans

Comeet Plans Pricing

3 plans

PLANS

Rate Limits

Comeet Rate Limits

1 limits

RATE LIMITS

FinOps

Comeet Finops

FINOPS

Semantic Vocabularies

Comeet Context

0 classes · 3 properties

JSON-LD

API Governance Rules

Comeet API Rules

8 rules · 3 errors 4 warnings 1 info

SPECTRAL

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
Portal
Portal
🔗
HelpCenter
HelpCenter
🔗
ParentCompany
ParentCompany
📜
PrivacyPolicy
PrivacyPolicy
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
Spectral
Spectral
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Comeet Careers API
  version: '2.0'
request:
  auth:
    type: apikey
    key: token
    value: '{{token}}'
    placement: query
items:
- info:
    name: Positions
    type: folder
  items:
  - info:
      name: List positions
      type: http
    http:
      method: GET
      url: https://www.comeet.co/careers-api/2.0/company/:company_uid/positions
      params:
      - name: company_uid
        value: ''
        type: path
        description: The company UID assigned by Comeet.
      - name: token
        value: ''
        type: query
        description: Public company token used to authorize the read.
      - name: details
        value: ''
        type: query
        description: When true, include full position descriptions and requirements.
    docs: Retrieve the list of published positions for a company. The response is empty when the company has no positions
      published.
  - info:
      name: Retrieve a position
      type: http
    http:
      method: GET
      url: https://www.comeet.co/careers-api/2.0/company/:company_uid/positions/:position_uid
      params:
      - name: company_uid
        value: ''
        type: path
      - name: position_uid
        value: ''
        type: path
      - name: token
        value: ''
        type: query
    docs: Retrieve a single published position by its UID.
bundled: true