# Scrape 1,000 Remote Software Engineer Jobs from LinkedIn

**Use case:** 

Extract 1000 full-time Software Engineer job listings from LinkedIn. Get detailed data like job titles, descriptions, salaries, and company info.

## Input

```json
{
  "job_title": "Software Engineer",
  "location": "Worldwide",
  "jobs_entries": 1000,
  "employment_type": "Full-time",
  "work_arrangement": "Remote",
  "posted_within": "Past Month",
  "easy_apply": false,
  "start_jobs": 0
}
```

## Output

```json
{
  "company_logo_url": {
    "label": "Company Logo",
    "format": "image"
  },
  "company_name": {
    "label": "Company Name",
    "format": "text"
  },
  "job_title": {
    "label": "Job Title",
    "format": "text"
  },
  "job_url": {
    "label": "Job Url",
    "format": "link"
  },
  "apply_url": {
    "label": "Apply Url",
    "format": "link"
  },
  "company_url": {
    "label": "Company Url",
    "format": "link"
  },
  "location": {
    "label": "Job Location",
    "format": "text"
  },
  "time_posted": {
    "label": "Time Posted",
    "format": "text"
  },
  "num_applicants": {
    "label": "Applicants",
    "format": "text"
  },
  "job_description": {
    "label": "Job Description",
    "format": "text"
  },
  "job_id": {
    "label": "Job ID",
    "format": "text"
  },
  "seniority_level": {
    "label": "Seniority Level",
    "format": "text"
  },
  "job_function": {
    "label": "Job Function",
    "format": "text"
  },
  "industries": {
    "label": "Industry type",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "salary_range": {
    "label": "Salary Range",
    "format": "text"
  },
  "easy_apply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "job_description_raw_html": {
    "label": "Job Description Raw HTML",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [⚡️Rapid Linkedin Jobs Scraper](https://apify.com/worldunboxer/rapid-linkedin-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/worldunboxer/rapid-linkedin-scraper) to learn more, explore other use cases, and run it yourself.