# Bluesky Platform Updates — Feature Releases

**Use case:** 

Track official Bluesky platform updates and feature announcements. Post text, likes, reposts, and replies.

## Input

```json
{
  "profile_handle": "bsky.app",
  "max_results": 25
}
```

## Output

```json
{
  "author": {
    "label": "Author",
    "format": "text"
  },
  "post_url": {
    "label": "Post URL",
    "format": "link"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "repost_count": {
    "label": "Reposts",
    "format": "number"
  },
  "like_count": {
    "label": "Likes",
    "format": "number"
  },
  "reply_count": {
    "label": "Replies",
    "format": "number"
  },
  "created_at": {
    "label": "Created At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Bluesky Scraper](https://apify.com/ef12/bluesky-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ef12/bluesky-scraper) to learn more, explore other use cases, and run it yourself.