ColdIQ
Dashboard
Browse APIs
Chat
Billing
ColdIQ

All there is to know about the latest prospecting techniques.

Growth

AgencyInboxesGrow your revenue

Ressources

Tech StackVideo ContentCase StudiesBlogWe're Hiring

GTM Tools

FREE GTM ToolsColdIQ Exclusive DealsAI Sales ToolsLinkedIn ToolsSales ToolsData SourcesAI Marketing ToolsAI AgentsContact us

Free Tools

Email FinderMobile FinderEmail Spam CheckerFind Similar Companies

Get in Touch

[email protected]@MichLiebenMichel Lieben@MichLieben
Clay Elite Studio Partner Badge 2025

Copyright 2026 © Cold IQ LLC.

Terms of ServicePrivacy Policy

All rights reserved.

APIs→Career Site Jobs
Ctrl + K
Switch provider
Ctrl + P
Switch endpoint
GEThttps://api.coldiq.com/v1/career-site-jobs/search
Career Site Jobs

Career Site Jobs

v1 · 3 endpoints

Career Site Jobs (3)

Returns your most recent career site job search jobs (newest first), including their status and credit usage. Use the re…

Authentication

No API key — create one in the dashboard

Parameters

import requests

url = "https://api.coldiq.com/v1/career-site-jobs/search"

headers = {
    "Authorization": "Bearer ",
    "Content-Type": "application/json"
}

response = requests.get(url, headers=headers)
print(response.json())