# Marketing Manager Job Listings at Tech Startups

**Use case:** 

Retrieve a dataset of Marketing Manager jobs from tech startups. Export details to CSV or JSON without needing a login.

## Input

```json
{
  "searchTitle": "Marketing Manager",
  "regions": [
    ""
  ],
  "remote": [],
  "experience": [],
  "companySizes": [],
  "categories": [],
  "daysSinceUpdated": "",
  "maxJobs": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "remoteType": {
    "label": "Remote",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "experienceLevel": {
    "label": "Experience",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "postedLabel": {
    "label": "Posted",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Built In Tech Jobs Scraper — Startup Jobs, No Login](https://apify.com/logiover/built-in-tech-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/built-in-tech-jobs-scraper) to learn more, explore other use cases, and run it yourself.