# Bluesky Gaming Community Discovery Scraper

**Use case:** 

Discover Bluesky gaming communities and export public curated creator profiles.

## Input

```json
{
  "queries": [
    "indie games",
    "game dev"
  ],
  "maxItems": 100,
  "expandMembers": true,
  "maxMembersPerPack": 50
}
```

## Output

```json
{
  "query": {
    "label": "Search query"
  },
  "packName": {
    "label": "Starter Pack"
  },
  "packDescription": {
    "label": "Description"
  },
  "creator": {
    "label": "Creator"
  },
  "listUri": {
    "label": "List AT URI"
  },
  "listMemberCount": {
    "label": "List members",
    "format": "number"
  },
  "feeds": {
    "label": "Feeds"
  },
  "joinedAllTimeCount": {
    "label": "All-time joins",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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