# Full-time UI and visual design jobs in New York

**Use case:** 

Scrape full-time UI and visual design job listings in New York from Dribbble. Ideal for visual designers targeting NYC design studios.

## Input

```json
{
  "keyword": "",
  "specialties": [
    "ui-visual-design"
  ],
  "location": "New York",
  "openToRemote": false,
  "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.