# Check AShemaleTube target resolution

**Use case:** 

Check public AShemaleTube URLs or IDs and export successful video rows while failed targets stay out of paid dataset output.

## Input

```json
{
  "targets": [
    "https://www.ashemaletube.com/videos/1103318/trans-57/",
    "1103318"
  ]
}
```

## Output

```json
{
  "videoId": {
    "label": "Video ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration seconds",
    "format": "integer"
  },
  "thumbnailUrl": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [AShemaleTube Downloader](https://apify.com/maximedupre/ashemaletube-downloader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/ashemaletube-downloader) to learn more, explore other use cases, and run it yourself.