# Find Contract Data Analyst Jobs in United States

**Use case:** 

Discover contract data analyst positions across the United States to support freelancers and consulting agencies seeking new projects. This enables efficient le

## Input

```json
{
  "keywords": "data analyst",
  "location": "United States",
  "maxItems": 300,
  "scrapeJobDetails": true,
  "timePosted": "r2592000",
  "experienceLevel": "",
  "jobType": "C",
  "workType": "",
  "easyApply": false,
  "industry": "",
  "function": "",
  "salaryMin": 0,
  "under10Applicants": false,
  "inYourNetwork": false,
  "language": ""
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "applicantCount": {
    "label": "Applicants",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "seniorityLevel": {
    "label": "Seniority",
    "format": "text"
  },
  "postedDateText": {
    "label": "Posted",
    "format": "text"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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