{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Free-text search across title, company, and description."
},
"role": {
"type": "string",
"description": "Role slug, such as marketing-manager, growth-marketing-manager, seo-manager, or product-marketing-manager."
},
"location": {
"type": "string",
"description": "Location slug, such as remote, united-states, europe, or san-francisco."
},
"level": {
"type": "string",
"description": "Level slug: internship, entry-level, mid-level, senior, or leadership."
},
"remote": {
"type": "boolean",
"description": "True to return remote jobs only."
},
"salary": {
"type": "boolean",
"description": "True to return salary-transparent jobs only."
},
"skill": {
"type": "string",
"description": "Skill slug, such as hubspot, sql, lifecycle-marketing, or product-marketing."
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 100,
"description": "Maximum jobs to return."
}
}
}{
"type": "object",
"properties": {
"report": {
"type": "string",
"enum": [
"ai-in-marketing",
"salary-transparency",
"tools-in-listings",
"remote-index",
"skills-demand",
"companies-hiring",
"career-paths",
"manager-readiness",
"application-questions"
],
"description": "Optional research tracker key. Omit to return all trackers."
}
}
}{
"type": "object",
"properties": {
"email": {
"type": "string",
"format": "email",
"description": "Your email address."
},
"role": {
"type": "string",
"description": "Optional role focus slug, e.g. marketing-manager."
},
"remote_only": {
"type": "boolean",
"description": "Remote jobs only."
},
"location_eligibility": {
"type": "string",
"enum": [
"any",
"europe",
"us"
],
"description": "Remote eligibility."
}
},
"required": [
"email"
]
}{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
}
}
}{
"type": "object",
"required": [
"email"
],
"properties": {
"role": {
"type": "string"
},
"email": {
"type": "string"
},
"remote_only": {
"type": "boolean"
},
"location_eligibility": {
"type": "string"
}
}
}{
"type": "object",
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string"
}
}
}{
"type": "object",
"properties": {
"q": {
"type": "string"
},
"role": {
"type": "string"
},
"level": {
"type": "string"
},
"location": {
"type": "string"
}
}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"role": {
"type": "string"
}
}
}{
"type": "object",
"required": [
"item_id"
],
"properties": {
"item_id": {
"type": "string"
}
}
}