# Welcome to the Jungle France Companies Scraper

**Use case:** 

Extract French hiring companies from Welcome to the Jungle with sectors, open-position counts, profile links, and company metadata.

## Input

```json
{
  "query": "fintech",
  "sectors": [
    "tech-1",
    "banking-insurance-finance"
  ],
  "country": "FR",
  "minJobsCount": 3,
  "maxResults": 50
}
```

## 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.