socialcrawl/
← All platforms

bluesky

Profiles, author feeds and post search across the AT Protocol network.

GET /v1/bluesky/profile 1 credit cached 15m
Parameters
handle required e.g. torvalds
curl "http://datatrend.nl/v1/bluesky/profile?handle=torvalds" \
  -H "x-api-key: YOUR_KEY"
GET /v1/bluesky/feed 1 credit cached 5m
Parameters
handle required e.g. torvalds
curl "http://datatrend.nl/v1/bluesky/feed?handle=torvalds" \
  -H "x-api-key: YOUR_KEY"
GET /v1/bluesky/search 1 credit cached 5m
Parameters
query required e.g. open source
curl "http://datatrend.nl/v1/bluesky/search?query=open+source" \
  -H "x-api-key: YOUR_KEY"
GET /v1/bluesky/user/posts 1 credit cached 5m
Parameters
handle optional e.g. torvalds
user_id optional e.g. value
curl "http://datatrend.nl/v1/bluesky/user/posts" \
  -H "x-api-key: YOUR_KEY"
GET /v1/bluesky/post 1 credit cached 10m
Parameters
url required e.g. https://www.youtube.com/watch?v=dQw4w9WgXcQ
curl "http://datatrend.nl/v1/bluesky/post?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdQw4w9WgXcQ" \
  -H "x-api-key: YOUR_KEY"