[← Back to tools]
linkedin.jobs

Search LinkedIn jobs: pay per use, no API key

Use TikHub from Claude, Claude Code, Cursor, ChatGPT, and other agents through one Cralo balance.

Search public LinkedIn job listings by location and keyword through TikHub.

Price and execution

Price
$0.001
Pricing model
Fixed price per successful call
Execution class
fast

Limits

No additional limits are published for this tool.

Parameters

Fields linkedin.jobs accepts as JSON input.

  • querystringRequired

    Job title or keyword, such as `data analyst`.

  • remote"On-site" | "Remote" | "Hybrid"Optional

    Workplace type filter.

  • companystringOptional

    Optional company name filter.

  • countrystringOptional

    Two-letter country code, such as `US`.

  • job_type"Full-time" | "Part-time" | "Contract" | "Temporary" | "Internship" | "Volunteer"Optional

    LinkedIn job type filter.

  • locationstringRequired

    Job location, such as `New York` or `San Francisco`.

  • time_range"Any time" | "Past month" | "Past week" | "Past 24 hours"Optional

    How recently the job was posted.

  • experience_level"Internship" | "Entry level" | "Associate" | "Mid-Senior level" | "Director" | "Executive"Optional

    LinkedIn experience-level filter.

Raw input JSON Schema
{
  "type": "object",
  "required": [
    "location",
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "maxLength": 200,
      "minLength": 1,
      "description": "Job title or keyword, such as `data analyst`."
    },
    "remote": {
      "enum": [
        "On-site",
        "Remote",
        "Hybrid"
      ],
      "type": "string",
      "description": "Workplace type filter."
    },
    "company": {
      "type": "string",
      "maxLength": 200,
      "minLength": 1,
      "description": "Optional company name filter."
    },
    "country": {
      "type": "string",
      "pattern": "^[A-Za-z]{2}
quot;, "description": "Two-letter country code, such as `US`." }, "job_type": { "enum": [ "Full-time", "Part-time", "Contract", "Temporary", "Internship", "Volunteer" ], "type": "string", "description": "LinkedIn job type filter." }, "location": { "type": "string", "maxLength": 200, "minLength": 1, "description": "Job location, such as `New York` or `San Francisco`." }, "time_range": { "enum": [ "Any time", "Past month", "Past week", "Past 24 hours" ], "type": "string", "description": "How recently the job was posted." }, "experience_level": { "enum": [ "Internship", "Entry level", "Associate", "Mid-Senior level", "Director", "Executive" ], "type": "string", "description": "LinkedIn experience-level filter." } }, "additionalProperties": false }

Returns

Fields a successful linkedin.jobs call returns.

  • countintegerRequired
  • resultsanyRequired

    Raw TikHub payload. List endpoints usually nest rows under keys such as `itemList`.

  • retrieved_atstring (date-time)Required
  • provider_request_idstring | nullRequired
Raw output JSON Schema
{
  "type": "object",
  "required": [
    "results",
    "count",
    "provider_request_id",
    "retrieved_at"
  ],
  "properties": {
    "count": {
      "type": "integer",
      "minimum": 0
    },
    "results": {
      "description": "Raw TikHub payload. List endpoints usually nest rows under keys such as `itemList`."
    },
    "retrieved_at": {
      "type": "string",
      "format": "date-time"
    },
    "provider_request_id": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "additionalProperties": false
}

Run this tool

Copy this instruction to your agent to set up Cralo and call this tool with the example input.

Set up Cralo by following https://cralo.ai/SKILL.md, then call the linkedin.jobs tool with this input: {"location":"New York","query":"data analyst"}

Safety notes

Side Effect
read_only
Public Sources Only
Yes
Authenticated Content
No

How this compares to using TikHub directly

You do not need a separate TikHub account or subscription for this call. Cralo uses one prepaid balance across all tools and shows the per-call price before you run the command.

Related tools

[Browse all tools]