# Scrape Welcome to the Jungle Paris tech jobs

**Use case:** 

Collect Paris-area tech jobs from Welcome to the Jungle. Export titles, companies, locations, and apply URLs for French hiring intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.welcometothejungle.com/en/jobs?aroundLatitude=48.8566&aroundLongitude=2.3522&aroundRadius=20000"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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