Bluesky Agency Lead Generator avatar

Bluesky Agency Lead Generator

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Bluesky Agency Lead Generator

Bluesky Agency Lead Generator

Generate agency leads from Bluesky by searching industry keywords and extracting public business profiles. Collect agency names, handles, bios, websites, profile URLs, follower counts, and more. Ideal for lead generation, sales prospecting, market research, and outreach campaigns.

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

4 days ago

Last modified

Share

Generate agency leads from Bluesky by searching industry keywords and extracting public business profile information. This Apify Actor helps you discover agencies for lead generation, sales prospecting, competitor research, and outreach campaigns.

Features

  • Search agencies by keyword
  • Extract agency 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
  • Language filtering
  • Export results to Apify Dataset

Use Cases

  • B2B lead generation
  • Agency prospecting
  • Sales outreach
  • Competitor research
  • Marketing research
  • Partnership discovery
  • Business intelligence
  • CRM enrichment

Input

See .actor/input_schema.json.

Example Input

{
"keywords": [
"marketing agency",
"SEO agency",
"web design agency",
"branding agency"
],
"maxResults": 100,
"language": "en",
"country": "",
"onlyVerified": false,
"sortBy": "followers"
}

Input Fields

FieldDescription
keywordsSearch keywords used to discover agencies
maxResultsMaximum number of agency profiles
languageLanguage code (e.g. en)
countryOptional country filter
onlyVerifiedReturn verified profiles only
sortBySort by followers, posts, or recent

Output

Each dataset item contains:

{
"agencyName": "Growth Marketing",
"displayName": "Growth Marketing",
"handle": "growthmarketing.bsky.social",
"profileUrl": "https://bsky.app/profile/growthmarketing.bsky.social",
"bio": "SEO • PPC • Web Design",
"website": "https://growthmarketing.com",
"followersCount": 8420,
"followsCount": 690,
"postsCount": 1265,
"avatar": "https://...",
"matchedKeyword": "marketing agency",
"verified": false
}

Dataset Fields

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

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.
  • Website information is included when available in the public profile.
  • Results depend on Bluesky search availability.
  • Please comply with Bluesky's Terms of Service when using the extracted data.

License

MIT