# Scrape LesJeudis French IT job listings

**Use case:** 

Extract French IT jobs from LesJeudis.com. Export titles, companies, locations, and apply URLs for tech recruiting research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://lesjeudis.com/jobs"
    }
  ],
  "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 [LesJeudis IT Jobs Scraper](https://apify.com/rainminer/lesjeudis-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/lesjeudis-com-scraper) to learn more, explore other use cases, and run it yourself.