Plinky icon
Skylink, by Plinky

Find links in Bluesky feeds 🎁

1
Choose a feed to search
Try the Gift Links 🎁 feed below or paste another Bluesky feed link or AT-URI.
2
Search for a something
Search for a domain, a specific URL, or a search term.
3
Filter further
Add some date constraints or limits for more precision.

API Usage

Use the JSON API for automated searches.

GET /api?search=theatlantic.com
  • search or q - Search value (required)
  • feed - Bluesky feed link or AT-URI (optional, defaults to Gift Links feed)
  • mode - Search mode: domain, url, url-contains (Match text searches URLs + post text) (optional)
  • start-date - Start date in YYYY-MM-DD format
  • end-date - End date in YYYY-MM-DD format
  • date - Search specific date (sets both start and end date)
  • pages - Maximum pages to fetch
curl "YOUR_WORKER_URL/api?search=nytimes.com&feed=https://bsky.app/profile/davidsacerdote.bsky.social/feed/aaaixbb5liqbu&pages=5"


# Now go build something fun