# Save @levi_hildebrand's Posts Before They Vanish

**Use case:** 

Levi Hildebrand deleted an eco brand callout? Keep the original caption and video details before it disappears forever.

## Input

```json
{
  "url": "https://www.youtube.com/@levi_hildebrand",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "archiveId": {
    "label": "archiveId",
    "format": "string"
  },
  "platform": {
    "label": "platform",
    "format": "string"
  },
  "authorHandle": {
    "label": "authorHandle",
    "format": "string"
  },
  "lastSeenAt": {
    "label": "lastSeenAt",
    "format": "string"
  },
  "deletedAt": {
    "label": "deletedAt",
    "format": "string"
  },
  "daysLive": {
    "label": "daysLive",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Deleted Post Viewer - See What They Took Down](https://apify.com/reapx/deleted-content-archive) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/deleted-content-archive) to learn more, explore other use cases, and run it yourself.