# Scrape internship jobs in France

**Use case:** 

Scrape internship (stage) listings from HelloWork.fr across France. Structured French job data for students. Pay per result.

## Input

```json
{
  "searchQuery": "marketing",
  "location": "",
  "contractType": "Stage",
  "daysOld": 0,
  "skipReposts": false,
  "startUrls": [],
  "fetchDetails": false,
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "isRepost": {
    "label": "Repost",
    "format": "boolean"
  }
}
```

## About this Actor

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