Classic APIs
ClassicTalentApi
jobSearch

jobSearch

Searches talent hub job posts.

Parameters

NameTypeDescription
query?stringThe query to search for.
limit?numberThe maxium amount of items to return.
filter?JobSearchFilterFilter the returned job posts to match specific requirements.
cursor?numberThe paging cursor for the previous or next page.

Example

const { data: jobSearchData } = await ClassicTalentApi.jobSearch({ query: "simulator", limit: 1, cursor: 1 }); 

Example Data

{
  results: [
    {
      id: "2428901580346619",
      jobPosterId: "419693467",
      title: "Frontend Scripter for a simulator game",
      description: "Hi I'm looking for 1 scripter that can work on the frontend script in my new game i already have a talented scripter that wanna focus on the backend but if you are good at booth we can se what we can do. The game function in a way where you collect different instruments and pets to become one of the best musicians in the game, if you want more information about the game, just ask. Below you can see pictures of models but also UI that we have right now but of course these are just a beginning and we will upgrade these.",
      jobType: "FullTime",
      paymentTypes: ["RevenuePercent"],
      skillTypes: ["Scripting"],
      publishedUtc: 2024-04-10T19:37:08.749Z,
      expiresUtc: 2024-07-09T19:37:08.749Z,
      minAgeRequirement: 0,
      isVerifiedRequirement: true,
      isVerified: "true",
      paymentAmount: 25,
      paymentAmountType: "Total",
    },
  ],
  meta: {
    page: { totalPages: 184, totalResults: 184, current: 1, size: 1 },
  },
} 

Endpoint

GET /v1/search/jobs