# 10times London technology events extractor

**Use case:** 

Scrape the 10times London technology events category page and export event dates, locations, tags, audience metrics, and source URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://10times.com/london-uk/technology"
    }
  ],
  "searchQuery": "tech conferences",
  "maxResults": 30,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "name": {
    "label": "Event name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "startDate": {
    "label": "Start date",
    "format": "text"
  },
  "endDate": {
    "label": "End date",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "venue": {
    "label": "Venue",
    "format": "text"
  },
  "edition": {
    "label": "Edition",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "attendees": {
    "label": "Attendees",
    "format": "number"
  },
  "exhibitors": {
    "label": "Exhibitors",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [10times Trade Shows & Events Scraper](https://apify.com/automation-lab/10times-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/10times-events-scraper) to learn more, explore other use cases, and run it yourself.