# Twitch Drops Expiration Alert Extractor

**Use case:** 

Extract up to 1,000 Twitch Drops campaigns for scheduled launch detection and expiration alerts.

## Input

```json
{
  "mode": "all",
  "game": "",
  "query": "",
  "maxItems": 1000,
  "enrichDetails": true
}
```

## Output

```json
{
  "campaignId": {
    "label": "Campaign ID"
  },
  "campaignTitle": {
    "label": "Campaign"
  },
  "game": {
    "label": "Game"
  },
  "status": {
    "label": "Status"
  },
  "startAt": {
    "label": "Starts"
  },
  "endAt": {
    "label": "Ends"
  },
  "timeRemainingSeconds": {
    "label": "Seconds remaining"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "twitchUrl": {
    "label": "Twitch",
    "format": "link"
  },
  "detailsUrl": {
    "label": "Details",
    "format": "link"
  },
  "gameImageUrl": {
    "label": "Game image",
    "format": "image"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitch Drops Campaign Tracker Scraper](https://apify.com/automation-lab/twitch-drops-campaign-tracker-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/twitch-drops-campaign-tracker-scraper) to learn more, explore other use cases, and run it yourself.