# Find remote design jobs on Jobicy

**Use case:** 

Export public remote design and multimedia listings from Jobicy for job boards or candidate alerts.

## Input

```json
{
  "keywords": [
    "design"
  ],
  "category": "",
  "geo": "",
  "jobTypes": [],
  "maxItems": 10,
  "includeDescription": false
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "industries": {
    "label": "Industries",
    "format": "array"
  },
  "jobTypes": {
    "label": "Job types",
    "format": "array"
  },
  "geo": {
    "label": "Region",
    "format": "string"
  },
  "level": {
    "label": "Level",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "string"
  },
  "excerpt": {
    "label": "Excerpt",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "companyLogo": {
    "label": "Company logo",
    "format": "string"
  },
  "jobSlug": {
    "label": "Job slug",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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