You're viewing a demo portfolio

Join the waitlist
PRSM

linkedin_jobs_search_list

Active

Tool of Social Fetch

declared in 0.19.0

Search LinkedIn jobs by keyword and filters.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "keyword",
    "location"
  ],
  "properties": {
    "limit": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "number"
        }
      ],
      "description": "Maximum job listings to return (default 10)."
    },
    "remote": {
      "enum": [
        "on-site",
        "remote",
        "hybrid"
      ],
      "type": "string",
      "description": "Optional work arrangement filter."
    },
    "company": {
      "type": "string",
      "maxLength": 256,
      "description": "Optional company name filter."
    },
    "country": {
      "type": "string",
      "description": "Optional ISO 3166-1 country code."
    },
    "jobType": {
      "enum": [
        "full-time",
        "part-time",
        "contract",
        "temporary",
        "volunteer"
      ],
      "type": "string",
      "description": "Optional job type filter."
    },
    "keyword": {
      "type": "string",
      "maxLength": 512,
      "minLength": 1,
      "description": "Search keyword for LinkedIn job listings."
    },
    "location": {
      "type": "string",
      "maxLength": 256,
      "minLength": 1,
      "description": "Location label for the search."
    },
    "timeRange": {
      "enum": [
        "any",
        "past-month",
        "past-week",
        "past-24-hours"
      ],
      "type": "string",
      "description": "Optional time range filter for when jobs were posted."
    },
    "locationRadius": {
      "enum": [
        "exact-location",
        "5-miles",
        "10-miles",
        "25-miles",
        "50-miles"
      ],
      "type": "string",
      "description": "Optional location radius filter."
    },
    "experienceLevel": {
      "enum": [
        "internship",
        "entry-level",
        "associate",
        "mid-senior-level",
        "director",
        "executive"
      ],
      "type": "string",
      "description": "Optional experience level filter."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Social Fetch

https://github.com/social-freak-ltd/socialfetch-mcp

1/7 registries
View full server →