VOOZH about

URL: https://apify.com/scrapemesh/bluesky-lead-scraper/api

⇱ Bluesky Lead Scraper API Β· Apify


Pricing

from $3.99 / 1,000 results

Go to Apify Store

Bluesky Lead Scraper

πŸ” Bluesky Lead Scraper extracts high-quality leads from Bluesky profiles and posts β€” capturing contact signals, bio details, and engagement data. πŸ“ˆ Perfect for B2B prospecting, outreach, and audience research. πŸš€ Fast, targeted, and SEO-friendly.

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ ScrapeMesh

ScrapeMesh

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

You might also like

Bluesky Lead Scraper

scrapapi/bluesky-lead-scraper

Bluesky Lead Scraper

scraper-engine/bluesky-lead-scraper

Extract targeted leads from Bluesky using the Bluesky Lead Scraper. Collect usernames, bios, follower counts, websites, and profile links automatically. Ideal for influencer discovery, audience research, outreach campaigns, and social media prospecting.

πŸ‘ User avatar

Scraper Engine

2

Bluesky Profile Details Scraper

scrapers-hub/bluesky-profile-scraper

πŸ”Ž Bluesky Profile Scraper extracts key bio details from Bluesky profilesβ€”user info, stats, and profile textβ€”fast & reliable. πŸš€ Perfect for research, lead gen, and community insights. 🌐

Bluesky Profile Scraper

scraperoka/bluesky-profile-scraper

πŸš€ Bluesky Profile Scraper extracts bio, posts, followers & engagement insights from Bluesky profiles. πŸ“Š Perfect for lead gen, research, and competitive analysisβ€”turn public data into actionable intel fast. βœ… No coding required.

Scraperoka

2

Bluesky Lead Scraper

scrapier/bluesky-lead-scraper

πŸ”΅ Bluesky Lead Scraper finds and extracts targeted prospects from Bluesky by keywords, hashtags or handles β€” capturing profiles, names, bios, links, locations & follower metrics. πŸ“Š Export to CSV/JSON. πŸš€ Ideal for B2B lead gen, sales outreach & growth.

Bluesky Profile Posts Scraper

piotrv1001/bluesky-profile-posts-scraper

The Bluesky Profile Posts Scraper efficiently extracts posts from Bluesky profiles, capturing text content, images, videos, and engagement metrics. Ideal for social media analysis, trend tracking, and content monitoring.

73

1.0

Bluesky Lead Scraper

api-empire/bluesky-lead-scraper

πŸ”Ž Bluesky Lead Scraper pulls qualified leads from Bluesky profiles, hashtags & search results β€” names, handles, bios, links, followers & recent posts. πŸ“Š Export clean CSVs for CRM. πŸš€ Perfect for B2B prospecting, outreach & growth marketing.

Bluesky Lead Scraper

scrapio/bluesky-lead-scraper

The Bluesky Lead Scraper helps you discover prospects from Bluesky profiles and posts. Capture usernames, bios, websites, follower metrics, and profile links quickly. Perfect for marketers, agencies, and businesses building targeted outreach lists.

You can access the Bluesky Lead Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "keywords": [
< "marketing"
< ],
< "emailDomains": [
< "@gmail.com"
< ],
< "proxyConfiguration": {
< "useApifyProxy": false
< }
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/scrapemesh~bluesky-lead-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Bluesky Lead Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Bluesky Lead Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/scrapemesh~bluesky-lead-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/scrapemesh~bluesky-lead-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/scrapemesh~bluesky-lead-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Bluesky Lead Scraper API programmatically via the Apify API.

You can choose from:

Bluesky Lead Scraper API in Python

Bluesky Lead Scraper API in JavaScript

Bluesky Lead Scraper API through CLI

Bluesky Lead Scraper OpenAPI definition

You can start Bluesky Lead Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Bluesky Lead Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Bluesky Lead Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.