# Remote UX design and research jobs on Dribbble

**Use case:** 

Scrape remote UX design and user research job listings from Dribbble. Get job titles, company info, locations, salary data, and apply links.

## Input

```json
{
  "keyword": "",
  "specialties": [
    "ux-design-research"
  ],
  "location": "",
  "openToRemote": true,
  "fullTime": true,
  "freelanceOrContract": false,
  "maxPages": 5,
  "maxResults": 50
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "datePosted": {
    "label": "Date Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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