# Scrape Welcome to the Jungle remote jobs

**Use case:** 

Export remote job listings from Welcome to the Jungle. Get titles, companies, contracts, and URLs for remote talent market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.welcometothejungle.com/en/jobs?refinementList%5Bremote%5D%5B%5D=fulltime"
    }
  ],
  "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.