# Scrape IT internships in Latvia

**Use case:** 

Extract IT internships from Prakse.lv across Latvia. Structured Latvian internship data. Pay per result.

## Input

```json
{
  "jobType": "internship",
  "maxResults": 5,
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": [],
  "searchQuery": "programmētājs"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "deadline": {
    "label": "Deadline",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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