# Swiss BAG STI Surveillance Scraper

**Use case:** 

Scrape Swiss sexually transmitted infection data from the BAG dashboard with disease, year, case value, incidence per 100k, and trend. Export to CSV.

## Input

```json
{
  "topic": "sti",
  "yearFrom": 2020,
  "yearTo": 2025,
  "maxItems": 50
}
```

## Output

```json
{
  "disease": {
    "label": "Disease",
    "format": "text"
  },
  "topic": {
    "label": "Topic",
    "format": "text"
  },
  "keyFigure": {
    "label": "Key Figure",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "incidencePer100k": {
    "label": "Incidence /100k",
    "format": "number"
  },
  "pctChange": {
    "label": "YoY % Change",
    "format": "number"
  },
  "trend": {
    "label": "Trend",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "sourceDate": {
    "label": "Source Date",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Swiss BAG Infectious Diseases Scraper](https://apify.com/parseforge/swiss-bag-infectious-diseases-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/swiss-bag-infectious-diseases-scraper) to learn more, explore other use cases, and run it yourself.