# Scrape jobs in Brazil on Gupy.io

**Use case:** 

Extract job listings from Gupy.io, a Brazilian recruitment platform. Structured Brazilian job data. Pay per result.

## Input

```json
{
  "subdomains": [
    "vempra"
  ],
  "startUrls": [
    {
      "url": "https://vempra.gupy.io"
    }
  ],
  "fetchDetails": true,
  "maxJobsPerCompany": 0,
  "requestDelay": 200,
  "maxResults": 5
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companySubdomain": {
    "label": "Company subdomain"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "stateCode": {
    "label": "State",
    "format": "text"
  },
  "countryCode": {
    "label": "Country code"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "isDisabilityJob": {
    "label": "PCD",
    "format": "boolean"
  },
  "jobStepsCount": {
    "label": "Pipeline steps",
    "format": "number"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "expiresAt": {
    "label": "Expires at"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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