# Data scientist jobs around Paris, hybrid or remote

**Use case:** 

Data scientist jobs within 30 km of Paris on Welcome to the Jungle, full-time, hybrid or fully remote, with salary and company details.

## Input

```json
{
  "query": "data scientist",
  "search_in_title_only": false,
  "location": "Paris",
  "radius_km": 30,
  "contract_types": [
    "FULL_TIME"
  ],
  "remote": [
    "partial",
    "fulltime"
  ],
  "date_posted": "any",
  "sort": "relevance",
  "website_country": "fr",
  "max_results": 200,
  "split_by_contract": false,
  "include_company_info": true,
  "include_full_details": false,
  "flatten": false,
  "emit_input_status": true
}
```

## Output

```json
{
  "title": {
    "label": "Job",
    "format": "string"
  },
  "company.name": {
    "label": "Company",
    "format": "string"
  },
  "contract_type_label": {
    "label": "Contract",
    "format": "string"
  },
  "office.city": {
    "label": "City",
    "format": "string"
  },
  "remote": {
    "label": "Remote",
    "format": "string"
  },
  "salary.yearly_min": {
    "label": "Salary (€/yr)",
    "format": "number"
  },
  "published_at": {
    "label": "Published",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/scrapifier/welcome-to-the-jungle-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
