# Frontend Development DEV.BG Bulgarian IT Jobs

**Use case:** 

Extract DEV.BG Bulgarian IT Jobs data filtered by Frontend Development. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchQuery": "",
  "maxItems": 10,
  "category": "frontend-development"
}
```

## Output

```json
{
  "companyLogo": {
    "label": "🖼️ Logo",
    "format": "image"
  },
  "title": {
    "label": "💼 Title",
    "format": "text"
  },
  "company": {
    "label": "🏢 Company",
    "format": "text"
  },
  "location": {
    "label": "📍 Location",
    "format": "text"
  },
  "techStack": {
    "label": "🛠️ Tech Stack",
    "format": "array"
  },
  "postedDate": {
    "label": "📅 Posted",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "jobId": {
    "label": "🆔 Job ID",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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