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.
querystringRequiredJob title or keyword, such as `data analyst`.
remote"On-site" | "Remote" | "Hybrid"OptionalWorkplace type filter.
companystringOptionalOptional company name filter.
countrystringOptionalTwo-letter country code, such as `US`.
job_type"Full-time" | "Part-time" | "Contract" | "Temporary" | "Internship" | "Volunteer"OptionalLinkedIn job type filter.
locationstringRequiredJob location, such as `New York` or `San Francisco`.
time_range"Any time" | "Past month" | "Past week" | "Past 24 hours"OptionalHow recently the job was posted.
experience_level"Internship" | "Entry level" | "Associate" | "Mid-Senior level" | "Director" | "Executive"OptionalLinkedIn 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.
countintegerRequiredresultsanyRequiredRaw TikHub payload. List endpoints usually nest rows under keys such as `itemList`.
retrieved_atstring (date-time)Requiredprovider_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]- $0.001Get a LinkedIn companyFetch a public LinkedIn company profile by URL or slug through TikHub.TikHub
linkedin.companyInstant - $0.001Get a LinkedIn profileFetch a public LinkedIn person profile by URL or slug through TikHub.TikHub
linkedin.profileInstant - $0.002 / postSearch LinkedIn postsSearch public LinkedIn posts by keyword using Apify. Price is per post (quoted from `limit`, max 1000).Apify
apify.linkedin-post-search - $0.001Search TikTok hashtagsSearch public TikTok hashtags by keyword through TikHub and return matching challenge IDs.TikHub
tiktok.search-hashtagsInstant - $0.001Search TikTok usersSearch public TikTok users by keyword through TikHub and return the provider's full result data.TikHub
tiktok.search-usersInstant