# Scrape InfoJobs Spain Sales Jobs Fast

**Use case:** 

Scrape InfoJobs Spain Sales Jobs Fast to collect public job listings, employers, locations, and hiring signals.

## Input

```json
{
  "query": "sales representative",
  "maxItems": 100,
  "sortBy": "relevance",
  "sinceDate": "",
  "province": "",
  "city": "Valencia",
  "radius": 0,
  "teleworking": [],
  "contractTypes": [],
  "workDays": [],
  "categories": [],
  "studies": [],
  "experienceMin": [],
  "salaryMin": 0,
  "salaryPeriod": "year"
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "idVacancy": {
    "label": "Vacancy ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "location3": {
    "label": "Location",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "object"
  },
  "teleworking": {
    "label": "Remote",
    "format": "object"
  },
  "workMethod": {
    "label": "Work mode",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "object"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "workDay": {
    "label": "Workday",
    "format": "object"
  },
  "salaryDescription": {
    "label": "Salary",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "experienceMin": {
    "label": "Experience",
    "format": "object"
  },
  "experienceRange": {
    "label": "Experience",
    "format": "text"
  },
  "study": {
    "label": "Study",
    "format": "object"
  },
  "published": {
    "label": "Published",
    "format": "date"
  },
  "publishedDate": {
    "label": "Published",
    "format": "date"
  },
  "applications": {
    "label": "Applications",
    "format": "text"
  },
  "urgent": {
    "label": "Urgent",
    "format": "boolean"
  },
  "urgentHiring": {
    "label": "Urgent",
    "format": "text"
  },
  "link": {
    "label": "Job URL",
    "format": "link"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "author": {
    "label": "Company",
    "format": "object"
  },
  "requirementMin": {
    "label": "Requirements",
    "format": "text"
  }
}
```

## About this Actor

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