# Travel & Tourism Trade Show Leads in Las Vegas

**Use case:** 

Get event leads for travel and tourism trade shows in Las Vegas. Includes event names, dates, locations, and ratings from 10times.

## Input

```json
{
  "categoryUrl": "https://10times.com/top100/travel-tourism",
  "category": "Travel & Tourism",
  "city": "Las Vegas",
  "country": "United States",
  "keywords": "travel tourism trade show Las Vegas 10times",
  "discoveryMode": "search",
  "includeSearchResults": true,
  "includeDirectFetch": false,
  "maxResults": 5,
  "maxSearchResults": 5,
  "maxSearchQueries": 2,
  "manualEvents": [],
  "requestTimeoutSecs": 25,
  "failOnNoResults": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "eventName": {
    "label": "Event",
    "format": "string"
  },
  "eventUrl": {
    "label": "URL",
    "format": "link"
  },
  "eventType": {
    "label": "Event type",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "startDate": {
    "label": "Start",
    "format": "date"
  },
  "endDate": {
    "label": "End",
    "format": "date"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "leadValueScore": {
    "label": "Lead score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "sourceProvider": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

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