# All Events Scraper

**Use case:** 

A fast and reliable scraper for AllEvents.in that extracts event titles, dates, locations, interested people count, and more.

## Input

```json
{
  "location": "Amsterdam",
  "limit": 100
}
```

## Output

```json
{
  "Title": {
    "label": "Title",
    "format": "text"
  },
  "URL": {
    "label": "Url",
    "format": "link"
  },
  "DateTime": {
    "label": "Date time",
    "format": "text"
  },
  "Location": {
    "label": "Location",
    "format": "text"
  },
  "Interested": {
    "label": "Interested",
    "format": "number"
  }
}
```

## About this Actor

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