# 10times event scraper for market intelligence

**Use case:** 

Monitor 10times B2B event categories and searches for market intelligence, lead generation, sponsorship research, and competitor tracking.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://10times.com/usa/healthcare"
    }
  ],
  "searchQuery": "pharma trade show",
  "maxResults": 50,
  "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.