# Monitor Public 10times Listings

**Use case:** 

Monitor public 10times listings over time with scheduled runs and edition ID deduplication.

## Input

```json
{
  "target": "search",
  "startUrls": [
    {
      "url": "https://10times.com/newyork-us/technology"
    }
  ],
  "query": "technology",
  "location": "New York, US",
  "country": "US",
  "category": "156",
  "categoryText": "",
  "eventType": "all",
  "onlineOnly": false,
  "sortBy": "date",
  "sortOrder": "asc",
  "radiusMiles": 50,
  "excludeEditionIds": [],
  "maxItems": 25
}
```

## Output

```json
{
  "name": {
    "label": "Event",
    "format": "string"
  },
  "url": {
    "label": "10times URL",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "startDate": {
    "label": "Start date",
    "format": "string"
  },
  "endDate": {
    "label": "End date",
    "format": "string"
  },
  "dateLabel": {
    "label": "Date label",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "organizer": {
    "label": "Organizer",
    "format": "object"
  },
  "stats": {
    "label": "Stats",
    "format": "object"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "source": {
    "label": "Source",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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