# Preview Current Bluesky Posts for a Keyword

**Use case:** 

Preview public Bluesky posts for a keyword or phrase as JSON. Set onlyNew=true on a saved Task for monitoring. Not affiliated with Bluesky.

## Input

```json
{
  "keywords": [
    "bluesky"
  ],
  "handles": [],
  "hashtags": [],
  "excludeTerms": [],
  "langs": [
    "en"
  ],
  "onlyNew": false,
  "maxPostsPerRun": 10,
  "webhookUrl": "***",
  "sort": "latest",
  "resetState": false
}
```

## Output

```json
{
  "createdAt": {
    "label": "Posted",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "object"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "matchedTerms": {
    "label": "Matched",
    "format": "array"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "url": {
    "label": "Link",
    "format": "string"
  },
  "likeCount": {
    "label": "Likes",
    "format": "integer"
  },
  "repostCount": {
    "label": "Reposts",
    "format": "integer"
  },
  "replyCount": {
    "label": "Replies",
    "format": "integer"
  },
  "isNew": {
    "label": "New",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Bluesky Keyword & Mention Alerts — Only New Posts](https://apify.com/uplifted_novice_vbl/bluesky-keyword-mention-alerts) with a specific input configuration. Visit the [Actor detail page](https://apify.com/uplifted_novice_vbl/bluesky-keyword-mention-alerts) to learn more, explore other use cases, and run it yourself.