# Gupy software engineer jobs scraper

**Use case:** 

Search public Gupy software engineer jobs and export titles, companies, locations, descriptions, dates, and application links.

## Input

```json
{
  "keyword": "software engineer",
  "sortBy": "relevance",
  "maxItems": 10,
  "includeHtmlDescription": false
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "integer"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace model",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "applicationDeadline": {
    "label": "Application deadline",
    "format": "string"
  },
  "applicationUrl": {
    "label": "Application URL",
    "format": "string"
  }
}
```

## About this Actor

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