# Jobicy Developer Jobs Export

**Use case:** 

Collect public Jobicy developer category listings including title, company, region, job type, salary, and apply links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://jobicy.com/?s=marketing"
    }
  ],
  "keywords": [
    "marketing"
  ],
  "categories": [
    "dev"
  ],
  "maxItems": 100,
  "includeDescription": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remoteRegion": {
    "label": "Remote region",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "jobType": {
    "label": "Job type",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "validThrough": {
    "label": "Valid through",
    "format": "date"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "companyLogoUrl": {
    "label": "Company logo",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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