List jobs posted by any target company

# List jobs posted by Apple

Given a target company, our Job Search Endpoint will return an exhaustive list of all jobs posted by this company on LinkedIn

{
  "first_name": "John",
  "follower_count": null,
  "full_name": "John Marty",
  "headline": "Financial Freedom through Real Estate - LinkedIn Top
  VoIce",
  "name": "Marty",
  "occupation": "Co-founder at Freedom Fund Real Estate",
  "public_identifier": "johnmarty"
}
{
  "jobs": [
    {
      "company": "Apple",
      "company_url": 
      "https://www.linkedin.com/company/apple",
      "job_title": "Junior Software Development Engineer - 
      Apple Vision Pro",
    },
    {
      "company": "Apple",
      "company_url": 
      "https://www.linkedin.com/company/apple",
      "job_title": "Junior Software Development Engineer - 
      Apple Vision Pro"

    }
    ...
  ]
}

Get job details

# Getting job details of a specific job post

Get details of any job posted on LinkedIn.

{
  "first_name": "John",
  "follower_count": null,
  "full_name": "John Marty",
  "headline": "Financial Freedom through Real Estate - LinkedIn Top
  VoIce",
  "name": "Marty",
  "occupation": "Co-founder at Freedom Fund Real Estate",
  "public_identifier": "johnmarty"
}
{
  "linkedin_internal_id": "3642700570",
  "job_description": "***Summary \n*** \nApple is where 
  individual imaginations gather together, committing to the 
  values that lead to great work. Every new product we build, 
  service we create, or Apple Store experience we deliver is the 
  result of us making each other's ideas stronger...",
  "apply_url": "https://jobs.apple.com/en-
  us/details/200461793?
  board_id=176826&description_co_us_linkedin_nationwide_softwareser
  vices",
  "title": "Junior Software Development Engineer - Apple 
  Vision Pro",
  "location": {
    "country": "United State",
    "region": "California",
    "city": "Cupertino",
    "postal_code": null,
    "latitude": null,
    "longitude": null,
    "street": null
  },
  "company": {
    "name": "Apple",
    "url": "https://www.linkedin.com/company/apple",
    "logo": 
    "https://media.licdn.com/dms/image/C560BAQHdAaarsO-eyA/company-
    logo_100_100/0/1595530301220?
    e=2147483647&v=beta&t=a6naJp8ed_b3hJrmJo38yswM3vcI4zrIZFDw4FuM
    c"
  }
  ...
}