# Morocco Job Listings Extractor from Rekrute

**Use case:** 

Extract job listings from Rekrute.com, gathering titles, company details, locations, and full job descriptions for targeted opportunities.

## Input

```json
{
  "startUrl": "https://www.rekrute.com/offres-emploi-afrique.html",
  "keyword": "software engineer",
  "location": "Casablanca",
  "dateFilter": "any date",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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