# Archive Influencer Mentions on Twitter (Dark Mode)

**Use case:** 

Document and archive influential mentions of your brand or products from key industry figures. These screenshots provide valuable assets for PR, marketing repor

## Input

```json
{
  "post_urls": [
    "https://twitter.com/tech_influencer/status/1795940000000000000",
    "https://twitter.com/saas_guru/status/1795950000000000000",
    "https://twitter.com/marketing_wiz/status/1795960000000000000",
    "https://twitter.com/digital_expert/status/1795970000000000000"
  ],
  "theme": "dark"
}
```

## 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.