# Freelance product design jobs on Dribbble

**Use case:** 

Scrape freelance and contract product design job listings from Dribbble's job board. Perfect for freelance designers looking for new clients and projects.

## Input

```json
{
  "keyword": "",
  "specialties": [
    "product-design"
  ],
  "location": "",
  "openToRemote": true,
  "fullTime": false,
  "freelanceOrContract": true,
  "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.