# Remote Marketing Jobs in the United States

**Use case:** 

Scrape remote marketing jobs in the US from LinkedIn. Get job titles, companies, locations, posting dates and application links.

## Input

```json
{
  "maxItems": 30,
  "withDetails": true,
  "keywords": "marketing manager",
  "location": "United States",
  "timePosted": "r604800",
  "workplaceType": "2",
  "experienceLevel": "",
  "sortBy": "DD",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "jobFunction": {
    "label": "Job Function",
    "format": "text"
  },
  "industries": {
    "label": "Industries",
    "format": "text"
  },
  "applicants": {
    "label": "Applicants",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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