JLinkedinJobs::search
Method to search across LinkedIn's job postings.
Signature
public function search([string
$fields = null,
[string
$keywords = null,
[string
$company_name = null,
[string
$job_title = null,
[string
$country_code = null,
[integer
$postal_code = null,
[integer
$distance = null,
[string
$facets = null,
[array
$facet = null,
[integer
$start = 0,
[integer
$count = 0,
[string
$sort = null]]]]]]]]]]]] )
Parameters
-
$fields
- Request fields beyond the default ones.
-
$keywords
- Members who have all the keywords anywhere in their profile.
-
$company_name
- Jobs with a matching company name.
-
$job_title
- Matches jobs with the same job title.
-
$country_code
- Matches members with a location in a specific country. Values are defined in by ISO 3166 standard.
-
$postal_code
- Matches members centered around a Postal Code. Must be combined with the country-code parameter.
-
$distance
- Matches members within a distance from a central point. This is measured in miles.
-
$facets
- Facet buckets to return, e.g. location.
-
$facet
- Array of facet values to search over. Contains values for company, date-posted, location, job-function,
-
$start
- Starting location within the result set for paginated returns.
-
$count
- The number of results returned.
-
$sort
- Controls the search result order. There are four options: R (relationship), DA (date-posted-asc),
Returns
- array
- The decoded JSON response