M

marketingmanagerjobs.com

Daily-refreshed job board for marketing manager roles — growth, product marketing, demand gen, brand, SEO, and marketing leadership — with real salary data and live market signal. WebMCP tools let an agent search jobs and read its market research.

3read
https://marketingmanagerjobs.com/

live · Productivity & Work · JSON · API for agents

Tools 3 tools

get_site_contextread

Return public Marketing Manager Jobs site context: stats, taxonomy, routes, recent jobs, and citation guidance.

View tool JSON
{
  "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_marketing_jobsread

Search public active marketing manager-level jobs. Optional filters: q, role, location, level, remote, salary, skill, limit.

View tool JSON
{
  "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": "/"
}
get_research_trackersread

Return public research tracker data, including latest metrics, monthly trends, latest snapshot JSON, page URLs, and CSV export URLs.

View tool JSON
{
  "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": "/"
}