# Scrape Technology posts from Bluesky

**Use case:** 

Pull technology posts, profiles and threads from Bluesky without a login.

## Input

```json
{
  "handles": [
    "bsky.app"
  ],
  "postUrls": [],
  "searchQueries": [
    "technology"
  ],
  "maxItemsPerSource": 100,
  "includeReplies": false,
  "includeProfile": true,
  "searchSort": "latest",
  "concurrency": 5,
  "proxyConfig": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "authorHandle": {
    "label": "Handle"
  },
  "authorDisplayName": {
    "label": "Name"
  },
  "url": {
    "label": "URL"
  },
  "likeCount": {
    "label": "Likes"
  },
  "repostCount": {
    "label": "Reposts"
  },
  "replyCount": {
    "label": "Replies"
  },
  "quoteCount": {
    "label": "Quotes"
  },
  "text": {
    "label": "Text"
  },
  "thumbnail": {
    "label": "Thumbnail"
  },
  "createdAt": {
    "label": "Created"
  },
  "isRepost": {
    "label": "Repost"
  }
}
```

## About this Actor

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