# Dribbble Jobs Full Export

**Use case:** 

Full Export of Dribbble Jobs. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500
}
```

## Output

```json
{
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employmentType": {
    "label": "EmploymentType",
    "format": "text"
  },
  "postedAt": {
    "label": "PostedAt",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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