# WTTJ Python Hiring Intelligence

**Use case:** 

Collect recent public Python jobs with company and application details.

## Input

```json
{
  "queries": [
    "python"
  ],
  "locale": "en",
  "countryCodes": [
    "FR"
  ],
  "cities": [
    "Paris"
  ],
  "contractTypes": [],
  "remotePolicies": [],
  "languages": [],
  "searchTitleOnly": false,
  "postedWithinDays": 14,
  "includeDetails": true,
  "maxResultsPerQuery": 5,
  "maxPagesPerQuery": 5
}
```

## Output

```json
{
  "company_logo": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Job",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "contract_label": {
    "label": "Contract",
    "format": "text"
  },
  "remote_policy": {
    "label": "Remote",
    "format": "text"
  },
  "salary_minimum": {
    "label": "Salary min",
    "format": "number"
  },
  "salary_maximum": {
    "label": "Salary max",
    "format": "number"
  },
  "published_at": {
    "label": "Published",
    "format": "date"
  },
  "apply_url": {
    "label": "Apply",
    "format": "link"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

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