# Find concerts and festivals in Austin this weekend

**Use case:** 

Find every concert and festival in Austin this weekend from Google Events. Returns event title, date, venue, address, and ticket links in one run.

## Input

```json
{
  "q": "concerts and festivals in Austin",
  "location": "Austin, Texas, United States",
  "advanced": "date:weekend",
  "max_pages": 1
}
```

## Output

```json
{
  "page_number": {
    "label": "Page Number",
    "format": "integer"
  },
  "search_timestamp": {
    "label": "Search Timestamp",
    "format": "string"
  },
  "search_parameters": {
    "label": "Search Parameters",
    "format": "object"
  },
  "search_metadata": {
    "label": "Search Metadata",
    "format": "object"
  },
  "events": {
    "label": "Events",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Events | Scrape Google Events for AI Agents](https://apify.com/johnvc/google-events-api---access-google-events-data) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-events-api---access-google-events-data) to learn more, explore other use cases, and run it yourself.