# Screenshot Competitor Twitter Announcements (Light Mode)

**Use case:** 

Monitor and capture critical announcements from competitors' Twitter accounts for competitive intelligence. Easily archive and analyze strategic moves, product 

## Input

```json
{
  "post_urls": [
    "https://twitter.com/competitorA/status/1795910000000000000",
    "https://twitter.com/competitorB/status/1795920000000000000",
    "https://twitter.com/competitorC/status/1795930000000000000"
  ],
  "theme": "light"
}
```

## Output

```json
{
  "post_url": {
    "label": "Post URL",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "screenshot_key": {
    "label": "Screenshot Key",
    "format": "text"
  },
  "download_url": {
    "label": "Download",
    "format": "link"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitter Screenshot Generator](https://apify.com/crawlerbros/twitter-screenshot-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/twitter-screenshot-generator) to learn more, explore other use cases, and run it yourself.