# Bluesky Climate Creator List Extractor

**Use case:** 

Extract public Bluesky climate Starter Packs and curated creator profiles.

## Input

```json
{
  "queries": [
    "climate"
  ],
  "maxItems": 15,
  "expandMembers": true,
  "maxMembersPerPack": 20
}
```

## 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.