# Bluesky Dataset by Keyword for Sentiment & NLP

**Use case:** 

Researchers collect thousands of keyword-matched Bluesky posts as a clean dataset for sentiment analysis, text labeling, and NLP model training.

## Input

```json
{
  "searchQuery": "climate policy",
  "authorHandles": [
    "bsky.app"
  ],
  "maxItems": 1000,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "authorHandle": {
    "label": "Author",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "repostCount": {
    "label": "Reposts",
    "format": "number"
  },
  "createdAt": {
    "label": "Created",
    "format": "text"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  }
}
```

## About this Actor

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