# Entry Level Marketing Jobs in New York

**Use case:** 

Find 100 entry-level marketing associate job listings in New York. Get details like company, location, post date, and job descriptions.

## Input

```json
{
  "searchQueries": [
    "marketing associate"
  ],
  "location": "New York, United States",
  "resultsPerQuery": 50,
  "withDescription": true,
  "maxItems": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "query": {
    "label": "Query"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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