# Empleos Remotos de Customer Success en Torre

**Use case:** 

Recopila ofertas de empleo remotas de customer success manager y su compensación desde la plataforma Torre.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "searchQuery": "customer success",
  "remoteOnly": true,
  "location": "",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "organizationName": {
    "label": "Company",
    "format": "text"
  },
  "organizationSize": {
    "label": "Company Size",
    "format": "number"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "recruiterName": {
    "label": "Recruiter",
    "format": "text"
  },
  "recruiterHeadline": {
    "label": "Recruiter Headline",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "compensationMin": {
    "label": "Comp Min",
    "format": "number"
  },
  "compensationMax": {
    "label": "Comp Max",
    "format": "number"
  },
  "compensationCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "additionalCompensation": {
    "label": "Additional Comp",
    "format": "object"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "languages": {
    "label": "Languages",
    "format": "array"
  },
  "posterReputation": {
    "label": "Poster Reputation",
    "format": "object"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Torre Jobs, Skills & Compensation Scraper](https://apify.com/scrapers_lat/torre-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/torre-scraper) to learn more, explore other use cases, and run it yourself.