# Scrape InfoJobs Brazil Data Analyst Jobs

**Use case:** 

Scrape InfoJobs Brazil Data Analyst Jobs to export hiring data, companies, locations, salaries, and job URLs for recruiting research.

## Input

```json
{
  "query": "data analyst",
  "maxItems": 100,
  "sortBy": "relevance",
  "states": [
    "sao-paulo"
  ],
  "categories": [],
  "contractTypes": [],
  "managerialLevels": [],
  "publicationDate": "",
  "salaryMins": [],
  "workMethods": [],
  "workingHours": []
}
```

## Output

```json
{
  "idVacancy": {
    "label": "Vacancy ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location3": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "workMethod": {
    "label": "Work mode",
    "format": "text"
  },
  "experienceRange": {
    "label": "Experience",
    "format": "text"
  },
  "study1Min": {
    "label": "Study",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "date"
  },
  "insertDate": {
    "label": "Inserted",
    "format": "date"
  },
  "homeOffice": {
    "label": "Home office",
    "format": "boolean"
  },
  "urgentHiring": {
    "label": "Urgent",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Infojobs Brazil Scraper ($0.9 per 1000 results)](https://apify.com/igolaizola/infojobs-brazil-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/infojobs-brazil-scraper) to learn more, explore other use cases, and run it yourself.