# Bluesky Profile & Posts - Public Author Feed Data Export

**Use case:** 

Data Export of Bluesky Profile & Posts - Public Author Feed. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "handles": [
    "bsky.app"
  ],
  "postsPerHandle": 10
}
```

## Output

```json
{
  "handle": {
    "label": "🦋 Handle",
    "format": "text"
  },
  "did": {
    "label": "🆔 DID",
    "format": "text"
  },
  "displayName": {
    "label": "👤 Name",
    "format": "text"
  },
  "avatar": {
    "label": "🖼 Avatar",
    "format": "image"
  },
  "banner": {
    "label": "🖼 Banner",
    "format": "image"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "followersCount": {
    "label": "👥 Followers",
    "format": "number"
  },
  "followsCount": {
    "label": "👥 Following",
    "format": "number"
  },
  "postsCount": {
    "label": "📊 Posts",
    "format": "number"
  },
  "indexedAt": {
    "label": "🕒 Indexed",
    "format": "date"
  },
  "recentPostsCount": {
    "label": "📊 Recent",
    "format": "number"
  },
  "recentPosts": {
    "label": "📰 Posts",
    "format": "text"
  },
  "profileUrl": {
    "label": "🔗 Profile",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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