Posts

Get Bluesky user posts. Use user_id for faster response times.

1 creditper request
GET
/v1/bluesky/user/posts
curl "https://api.scrapecreators.com/v1/bluesky/user/posts" \
  -H "x-api-key: "
{
  "success": true,
  "feed": [
    {
      "uri": "at://did:plc:x7d6j54pm22ufehkes6jo4jf/app.bsky.feed.post/3lqdfq7fkvm2g",
      "cid": "bafyreibams5wyqdpg2cmmks7lhf5ccxu7hbu24sfatgc53jmb2nun5k5dm",
      "author": {
        "did": "did:plc:x7d6j54pm22ufehkes6jo4jf",
        "handle": "espn.com",
        "displayName": "ESPN",
        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:x7d6j54pm22ufehkes6jo4jf/bafkreie4oxawqqsfzvk47ysr3unsnmviedzpylxmwxnpa534to2bzas4ie@jpeg",
        "labels": [],
        "createdAt": "2024-11-25T21:49:49.345Z",
        "verification": {
          "verifications": [
            {
              "issuer": "did:plc:z72i7hdynmk6r22z27h6tvur",
              "uri": "at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.graph.verification/3lndppjqgb72f",
              "isValid": true,
              "createdAt": "2025-04-21T10:44:20.398Z"
            }
          ],
          "verifiedStatus": "valid",
          "trustedVerifierStatus": "none"
        }
      },
      "record": {
        "$type": "app.bsky.feed.post",
        "createdAt": "2025-05-29T19:01:20.743Z",
        "embed": {
          "$type": "app.bsky.embed.external",
          "card": {
            "description": "The Oilers apparently will have defenseman Mattias Ekholm back in their lineup for Game 5 of the Western Conference finals against the Stars.",
            "thumb": {
              "$type": "blob",
              "ref": {
                "$link": "bafkreihhffgngv4thcnw7sh7o43qnwwyjvfemdlccwalu76r3vnhlbssle"
              },
              "mimeType": "image/jpeg",
              "size": 158648
            },
            "title": "Oilers' Ekholm set for return in Game 5 vs. Stars",
            "uri": "http://spr.ly/63320N4OEy"
          },
          "external": {
            "description": "The Oilers apparently will have defenseman Mattias Ekholm back in their lineup for Game 5 of the Western Conference finals against the Stars.",
            "thumb": {
              "$type": "blob",
              "ref": {
                "$link": "bafkreihhffgngv4thcnw7sh7o43qnwwyjvfemdlccwalu76r3vnhlbssle"
              },
              "mimeType": "image/jpeg",
              "size": 158648
            },
            "title": "Oilers' Ekholm set for return in Game 5 vs. Stars",
            "uri": "http://spr.ly/63320N4OEy"
          }
        },
        "facets": [],
        "text": "Oilers' defenseman Mattias Ekholm is set to return to action Thursday for Game 5 of the Western Conference finals against the Stars.

Ekholm has been out of the Oilers' lineup since April 11 with an undisclosed injury."
      },
      "embed": {},
      "replyCount": 1,
      "repostCount": 0,
      "likeCount": 24,
      "quoteCount": 1,
      "indexedAt": "2025-05-29T19:01:21.645Z",
      "labels": []
    }
  ],
  "cursor": "2025-05-22T17:02:02.847Z"
}

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

handle
string

Bluesky handle

Example:
espn.com
user_id
string

Bluesky 'did'. (For some reason Bluesky calls their user ids, 'did' for whatever reason)

Example:
did:plc:x7d6j54pm22ufehkes6jo4jf