# Bluesky Post Scraper - No Login Required

**Use case:** 

Search and extract posts, profiles, and feeds from Bluesky concurrently without login or API keys. Public AppView API scraper.

## Input

```json
{
  "queries": [
    "claude sonnet 5",
    "gpt 5.6 sol"
  ],
  "limit": 50,
  "concurrency": 5
}
```

## Output

```json
{
  "level": {
    "label": "Level",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Bluesky Scraper - Posts, Profiles and Feeds (No Login)](https://apify.com/floydyra/bluesky-post-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/floydyra/bluesky-post-scraper) to learn more, explore other use cases, and run it yourself.