# South Australia Events and Festivals Data

**Use case:** 

Extracts details of events and festivals from southaustralia.com. Get a comprehensive list of what’s happening in South Australia.

## Input

```json
{
  "startUrls": [
    "https://southaustralia.com/whats-on"
  ],
  "maxEvents": 200
}
```

## Output

```json
{
  "title": {
    "label": "Event Title",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "startDateTime": {
    "label": "Start Date",
    "format": "string"
  },
  "endDateTime": {
    "label": "End Date",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "addressLocality": {
    "label": "City",
    "format": "string"
  },
  "postalCode": {
    "label": "Postcode",
    "format": "string"
  },
  "url": {
    "label": "Event URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [South Australia Events Scraper](https://apify.com/adlv-sa/sa-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/adlv-sa/sa-events-scraper) to learn more, explore other use cases, and run it yourself.