# Scrape tech events on Facebook

**Use case:** 

Extract technology event listings from Facebook Events by keyword. Structured event data with titles, dates and locations. Pay per result.

## Input

```json
{
  "mode": "search",
  "searchQueries": [
    "tech conference"
  ],
  "cityUrls": [],
  "pageUrls": [],
  "eventUrls": [],
  "maxResults": 5,
  "fetchDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Event",
    "format": "text"
  },
  "day_time_sentence": {
    "label": "When",
    "format": "text"
  },
  "location_name": {
    "label": "Location",
    "format": "text"
  },
  "going_count": {
    "label": "Going",
    "format": "number"
  },
  "interested_count": {
    "label": "Interested",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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