Bluesky SaaS Prospect Finder avatar

Bluesky SaaS Prospect Finder

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Bluesky SaaS Prospect Finder

Bluesky SaaS Prospect Finder

Find high-quality SaaS prospects on Bluesky with targeted keyword and profile searches. Extract usernames, display names, bios, follower counts, websites, locations, and profile URLs. Perfect for lead generation, sales outreach, market research, and competitor analysis.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

Biddut Hossain

Biddut Hossain

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

Find SaaS companies, startup founders, and B2B software prospects on Bluesky using targeted keywords. This Apify Actor searches public Bluesky posts and profiles, extracts business information, and exports qualified SaaS prospects to an Apify Dataset.

Features

  • Search SaaS-related keywords
  • Discover startup founders and companies
  • Extract display name
  • Extract Bluesky handle
  • Extract profile URL
  • Extract bio/description
  • Extract website (when available)
  • Extract avatar URL
  • Extract follower count
  • Extract following count
  • Extract posts count
  • Filter by minimum followers
  • Export results to Apify Dataset

Use Cases

  • SaaS lead generation
  • Startup prospecting
  • Founder discovery
  • B2B sales outreach
  • Competitor research
  • Market research
  • CRM enrichment
  • Partnership opportunities

Input

See .actor/input_schema.json.

Example Input

{
"keywords": [
"SaaS",
"AI SaaS",
"B2B software",
"startup",
"founder"
],
"maxResults": 100,
"language": "en",
"minFollowers": 100
}

Input Fields

FieldDescription
keywordsKeywords used to discover SaaS companies and founders
maxResultsMaximum number of profiles to return
languageLanguage code (e.g. en)
minFollowersMinimum followers required

Output

Each dataset item looks like:

{
"displayName": "Acme AI",
"handle": "acme.bsky.social",
"profileUrl": "https://bsky.app/profile/acme.bsky.social",
"bio": "Building AI software for sales teams.",
"website": "https://acme.ai",
"followersCount": 4250,
"followsCount": 320,
"postsCount": 845,
"avatar": "https://...",
"matchedKeyword": "AI SaaS"
}

Dataset Fields

  • displayName
  • handle
  • profileUrl
  • bio
  • website
  • followersCount
  • followsCount
  • postsCount
  • avatar
  • matchedKeyword

Local Development

Install dependencies:

$pip install -r requirements.txt

Run the Actor:

$apify run

Deploy to Apify

apify login
apify push

Notes

  • Only publicly available Bluesky profile information is collected.
  • No Bluesky account or login is required.
  • Website URLs are extracted when available in public profiles.
  • Results depend on Bluesky search availability.
  • Please comply with Bluesky's Terms of Service when using the extracted data.

License

MIT