# Full Time Behance Jobs - Creative Design Roles

**Use case:** 

Extract Behance Jobs - Creative Design Roles data filtered by Full Time. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "jobType": "FULL_TIME",
  "remoteOnly": false,
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "imageUrl",
    "format": "image"
  },
  "title": {
    "label": "title",
    "format": "text"
  },
  "url": {
    "label": "url",
    "format": "link"
  },
  "id": {
    "label": "id",
    "format": "text"
  },
  "companyName": {
    "label": "companyName",
    "format": "text"
  },
  "jobType": {
    "label": "jobType",
    "format": "text"
  },
  "isRemote": {
    "label": "isRemote",
    "format": "text"
  },
  "location": {
    "label": "location",
    "format": "text"
  },
  "locations": {
    "label": "locations",
    "format": "text"
  },
  "salaryCurrency": {
    "label": "salaryCurrency",
    "format": "text"
  },
  "salaryTimeframe": {
    "label": "salaryTimeframe",
    "format": "text"
  },
  "budgetMin": {
    "label": "budgetMin",
    "format": "text"
  },
  "budgetMax": {
    "label": "budgetMax",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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