# NBA Bluesky Starter Pack

**Use case:** 

Find public Bluesky Starter Packs about the NBA. Get pack details and public member profiles in one dataset.

## Input

```json
{
  "target": "topics",
  "topics": [
    "NBA"
  ],
  "includeMembers": true,
  "maxPacks": 10,
  "maxMembers": 100
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "creator.handle": {
    "label": "Creator handle",
    "format": "string"
  },
  "creator.displayName": {
    "label": "Creator display name",
    "format": "string"
  },
  "uri": {
    "label": "AT URI",
    "format": "string"
  },
  "listUri": {
    "label": "List AT URI",
    "format": "string"
  },
  "joinedWeekCount": {
    "label": "Joined this week",
    "format": "integer"
  },
  "joinedAllTimeCount": {
    "label": "Joined all time",
    "format": "integer"
  },
  "createdAt": {
    "label": "Created at",
    "format": "string"
  },
  "indexedAt": {
    "label": "Indexed at",
    "format": "string"
  },
  "feeds": {
    "label": "Feeds",
    "format": "array"
  },
  "members": {
    "label": "Members",
    "format": "array"
  }
}
```

## About this Actor

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