# San Francisco UX Designer Job Listings

**Use case:** 

Retrieve up to 100 UX Designer job postings from The Muse in San Francisco. Data available in CSV, JSON, or Excel format.

## Input

```json
{
  "searchKeyword": "UX Designer",
  "categories": [],
  "levels": [],
  "location": "San Francisco, CA",
  "maxJobs": 100,
  "maxPages": 100000
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "levels": {
    "label": "Seniority Levels",
    "format": "array"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "jobType": {
    "label": "Job Type",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [The Muse Jobs Scraper — themuse.com Jobs, No API Key](https://apify.com/logiover/the-muse-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/the-muse-jobs-scraper) to learn more, explore other use cases, and run it yourself.