live · Productivity & Work · JSON · API for agents
Return public Marketing Manager Jobs site context: stats, taxonomy, routes, recent jobs, and citation guidance.
{
"name": "get_site_context",
"kind": "read",
"impl": "imperative",
"description": "Return public Marketing Manager Jobs site context: stats, taxonomy, routes, recent jobs, and citation guidance.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}Search public active marketing manager-level jobs. Optional filters: q, role, location, level, remote, salary, skill, limit.
{
"name": "search_marketing_jobs",
"kind": "read",
"impl": "imperative",
"description": "Search public active marketing manager-level jobs. Optional filters: q, role, location, level, remote, salary, skill, limit.",
"inputSchema": {
"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."
}
}
},
"page": "/"
}Return public research tracker data, including latest metrics, monthly trends, latest snapshot JSON, page URLs, and CSV export URLs.
{
"name": "get_research_trackers",
"kind": "read",
"impl": "imperative",
"description": "Return public research tracker data, including latest metrics, monthly trends, latest snapshot JSON, page URLs, and CSV export URLs.",
"inputSchema": {
"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."
}
}
},
"page": "/"
}