What is the searchJobsBySearchText Method?

This method will retrieve a job from the Jobs App. Provide keyword search query and all matching results are returned. This is used to search and identify jobs to display in your application.

Method Definition

@WebMethod(action = "searchJobsBySearchText", operationName = "searchJobsBySearchText")
public HrJobSearchResultsHelper searchJobsBySearchText(String siteAuthenticationKey, String accessKey, String searchText, String industryId, String[] jobTypes, String getFeaturedJobsOnly, String maxCount, String offset, String sortBy)

Expected Response

stdClass Object
(
[return] => stdClass Object
(
[jobDetails] => stdClass Object
(
[docType] => jobdetails
[firmId] =>
[id] => 10308
[idName] => jobId
[categoryId] =>
[categoryName] =>
[dateCreated] => 05/02/2012 00:05
[datePublished] => 05/02/2012 00:05
[fillByDate] => 05/02/2012 00:05
[industryDisplayName] => Non Profit
[industryId] => 16
[industryName] => Non Profit
[isContractToHire] =>
[isEnabled] => Y
[isFeatured] => Y
[jobDescription] =>
Job Description – update
[jobId] => 10308
[jobNumber] => 7
[jobStatusCode] => NEW
[jobStatusId] => 18876
[jobStatusName] => New
[jobTitle] => Job Title - Update
[jobTypeCode] => PART_TIME
[jobTypeId] => 16655
[jobTypeName] => Part Time
[searchText] => 7 Job Title - Update
Job Description – update
Part Time New
)
[methodResponse] => stdClass Object
(
[responseCode] => 1000
[responseMessage] => Success
[responseStatus] =>
)
[numResults] => 1
[statusCode] => 1000
[statusMessage] => Success
)
)

Back to API reference.