Linkedin: Search Jobs
Linkedin via Parse · jobs
Full-text search over LinkedIn's public job board. Supports filtering by job type, experience level, workplace type, salary range, and posting recency. Paginates in increments of 25 via the start parameter. Returns job cards with full description text; each result includes the complete job posting description fetched inline, eliminating the need for a separate get_job_details call for description content. Search and retrieve job listings from LinkedIn's public job board with comprehensive filtering options including job type, experience level, workplace type, salary range, and time period. Fulfilled by Parse from www.linkedin.com.
- b2b-directory
- jobs
- parse
- platform-key
- social-media
- www-linkedin-com
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- jobs
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/63156746-cbe3-420a-84ff-704dee742857/search_jobs
- Interface artifact
- sha256:fa43bd65450e0f85be87e70b69d5f1ca1965d1329af8e65552a556b33e6a8f17
- Manifest digest
- sha256:3ddabdb9e5ee4462f2b4579c224726a7ba227b8f8c19f33a38d6fbbf4b8f3626
Request fields
- limit (integer): Maximum number of results to return
- start (integer): Pagination offset (increments of 25)
- salary (string): Minimum salary filter.: Allowed values: 1, 6, 4, 2, 3, 5, 7, 8, 9
- job_type (string): Employment type filter.: Allowed values: F, P, C, T, V, I
- keywords (string): Search keywords (job title, skills, etc.)
- location (string): Location to search in (city, state, country)
- time_period (string): Time posted filter.: Allowed values: r86400, r604800, r2592000
- workplace_type (string): Workplace type filter.: Allowed values: 1, 2, 3
- experience_level (string): Experience level filter.: Allowed values: 1, 2, 3, 4, 5, 6
Example queries
- {"limit":"5","start":"0","salary":"1","job_type":"F","keywords":"software engineer","location":"United States","time_period":"r86400","workplace_type":"1","experience_level":"1"}