# Bluesky Posts by Startup & VC Founders

**Use case:** 

Collect posts from Bluesky accounts of startup and VC founders, including replies and threads. Access detailed historical social media data.

## Input

```json
{
  "actors": [
    "garrytan.bsky.social",
    "sequoia.bsky.social"
  ],
  "lists": [],
  "postUrls": [],
  "feedFilter": "posts_with_replies",
  "afterDate": null,
  "beforeDate": null,
  "maxPostsPerActor": 1500,
  "expandThreads": true,
  "threadDepth": 4,
  "includeProfiles": true,
  "maxItems": 0,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "authorHandle": {
    "label": "Handle",
    "format": "text"
  },
  "authorDisplayName": {
    "label": "Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "createdAt": {
    "label": "Posted",
    "format": "date"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "repostCount": {
    "label": "Reposts",
    "format": "number"
  },
  "replyCount": {
    "label": "Replies",
    "format": "number"
  },
  "quoteCount": {
    "label": "Quotes",
    "format": "number"
  },
  "authorFollowers": {
    "label": "Followers",
    "format": "number"
  },
  "hasMedia": {
    "label": "Media",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Bluesky Historical Archive Scraper - Old Posts by Date & Author](https://apify.com/logiover/bluesky-historical-archive-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/bluesky-historical-archive-scraper) to learn more, explore other use cases, and run it yourself.