Bluesky VC & Investor Finder avatar

Bluesky VC & Investor Finder

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Bluesky VC & Investor Finder

Bluesky VC & Investor Finder

Discover AI influencers on Bluesky using keywords or topics. Extract public profile details including display name, handle, bio, profile URL, follower count, following, posts, and avatar. Perfect for influencer research, outreach, marketing, lead generation, 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

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Bluesky AI Influencer Finder

Find AI influencers on Bluesky using keywords and topics. This Apify Actor searches Bluesky for AI-related profiles and extracts public profile information, making it easy to discover creators, researchers, founders, developers, and thought leaders.

Features

  • Search AI influencers by keyword
  • Extract display name
  • Extract Bluesky handle
  • Extract bio/description
  • Extract profile URL
  • Extract avatar URL
  • Extract follower count
  • Extract following count
  • Extract posts count
  • Filter by minimum followers
  • Language filtering
  • Export results to Apify Dataset

Use Cases

  • AI influencer discovery
  • Creator research
  • Influencer marketing
  • Brand outreach
  • Lead generation
  • Competitor analysis
  • Community building
  • Market research

Input

See .actor/input_schema.json.

Example

{
"searchTerms": [
"AI",
"Artificial Intelligence",
"Machine Learning",
"ChatGPT",
"OpenAI"
],
"maxResults": 100,
"minFollowers": 500,
"language": "en",
"sortBy": "followers"
}

Input Fields

FieldDescription
searchTermsKeywords used to discover AI influencers
maxResultsMaximum number of profiles returned
minFollowersMinimum followers required
languageLanguage filter (example: en)
sortBySort by followers, posts, or recent

Output

Each dataset item looks like this:

{
"displayName": "John Doe",
"handle": "john.bsky.social",
"profileUrl": "https://bsky.app/profile/john.bsky.social",
"bio": "AI Researcher | Builder | Speaker",
"followersCount": 15840,
"followsCount": 620,
"postsCount": 1342,
"matchedSearchTerms": [
"AI",
"ChatGPT"
],
"avatar": "https://..."
}

Output Fields

  • displayName
  • handle
  • profileUrl
  • bio
  • followersCount
  • followsCount
  • postsCount
  • matchedSearchTerms
  • avatar

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 login is required.
  • Results depend on Bluesky search availability.
  • Please respect Bluesky's Terms of Service.

License

MIT