# Repeat Retweet Checks

**Use case:** 

Repeat the same retweet checks over time with a saved task for Apify schedules, API calls, and webhooks.

## Input

```json
{
  "tweetUrls": [
    "https://x.com/apify/status/2021770553154285890",
    "https://x.com/apify/status/1980327283073413202",
    "https://x.com/apify/status/2002831398650925430"
  ],
  "usernames": [
    "apify",
    "fra_dha",
    "Harry78652900",
    "xixi_gout",
    "Vanda161864444"
  ],
  "maxChecks": 15
}
```

## Output

```json
{
  "tweetUrl": {
    "label": "Tweet URL",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "hasRetweeted": {
    "label": "Retweeted",
    "format": "boolean"
  },
  "retweeterProfileUrl": {
    "label": "Retweeter profile",
    "format": "string"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitter Retweet Checker](https://apify.com/maximedupre/twitter-retweet-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/twitter-retweet-checker) to learn more, explore other use cases, and run it yourself.