# Welcome to the Jungle Talent Sourcing Workflow

**Use case:** 

Build hiring-company lead lists from Welcome to the Jungle for recruiting, sales prospecting, market maps, and employer research.

## Input

```json
{
  "query": "SaaS",
  "sectors": [
    "tech-1"
  ],
  "country": "FR",
  "minJobsCount": 5,
  "maxResults": 100
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "primarySector": {
    "label": "Industry",
    "format": "text"
  },
  "headquarters": {
    "label": "HQ Location",
    "format": "text"
  },
  "nbEmployees": {
    "label": "Employees",
    "format": "number"
  },
  "jobsCount": {
    "label": "Open Jobs",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "url": {
    "label": "WTTJ Profile",
    "format": "link"
  }
}
```

## About this Actor

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