Solo.to Scraper | Creator Profiles | Email Extract avatar

Solo.to Scraper | Creator Profiles | Email Extract

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Solo.to Scraper | Creator Profiles | Email Extract

Solo.to Scraper | Creator Profiles | Email Extract

Scrape Solo.to creator profiles with email extraction for influencer outreach and creator lead generation

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Ahmed Jasarevic

Ahmed Jasarevic

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Solo.to Profile Scraper

Extract creator profile data, links, and metadata from any Solo.to profile at scale. Turn bio links into actionable lead intelligence for outreach, research, and creator economy analysis.

What It Does

The Solo.to Profile Scraper extracts publicly available data from Solo.to profiles — including display names, bios, profile images, social links, and link configurations. Feed it a list of usernames or URLs and get structured, ready-to-use dataset output.

No API key required. Works with public profile data only.

Use Cases

  • Creator Lead Generation — Build prospect lists of creators with their contact links and social presence
  • Influencer Outreach — Discover influencer profiles, bios, and link strategies for partnership campaigns
  • Contact Discovery — Aggregate email, social, and booking links from creator profiles
  • Niche Research — Analyze creator link strategies and content positioning within specific niches
  • Bulk Profile Scraping — Enrich CRM data with Solo.to profile information at scale
  • Link Strategy Analysis — Study how top creators structure their bio link pages
  • Creator Economy Research — Map the creator landscape with profile metadata and link patterns
  • Agency Prospecting — Identify and qualify creator prospects for talent agencies and management firms

Input

ParameterTypeRequiredDefaultDescription
usernamesarrayYesSolo.to usernames to scrape (e.g., ["username1", "username2"])
startUrlsarrayNoDirect Solo.to profile URLs to scrape
maxItemsintNo100Maximum number of profiles to scrape
maxConcurrencyintNo3Maximum concurrent requests
proxyConfigurationobjectNoProxy settings for rotation

Input Example

{
"usernames": ["creator1", "creator2", "creator3"],
"maxItems": 100,
"maxConcurrency": 5,
"proxyConfiguration": {
"useApifyProxy": true
}
}

Output

Each dataset item contains extracted profile data:

{
"username": "creator1",
"url": "https://solo.to/creator1",
"displayName": "Creator One",
"bio": "Digital creator & photographer",
"profileImage": "https://...",
"links": [
{ "title": "Instagram", "url": "https://instagram.com/creator1" },
{ "title": "YouTube", "url": "https://youtube.com/@creator1" },
{ "title": "Merch Store", "url": "https://shop.creator1.com" }
],
"socialLinks": { "instagram": "...", "twitter": "...", "youtube": "..." },
"scrapedAt": "2026-08-30T12:00:00.000Z"
}

Example Usage

With Apify API

curl -X POST "https://api.apify.com/v2/acts/eI2dp2LnpSSpYoFOS/runs" \
-H "Content-Type: application/json" \
-d '{
"usernames": ["creator1", "creator2"],
"maxItems": 50
}'

With Apify Client (JavaScript)

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });
const run = await client.actor('eI2dp2LnpSSpYoFOS').call({
usernames: ['creator1', 'creator2'],
maxItems: 50,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

With Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("eI2dp2LnpSSpYoFOS").call(
input={
"usernames": ["creator1", "creator2"],
"maxItems": 50,
}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

Integrations

This actor pairs well with:

  • CRM Enrichment — Push scraped profiles into HubSpot, Salesforce, or Airtable
  • Google Sheets — Export dataset to sheets for team collaboration
  • Zapier / Make — Trigger downstream workflows on new scrape results
  • Slack Notifications — Alert your team when high-value creator profiles are found
  • Email Outreach Tools — Feed contact data into Instantly, Lemlist, or Smartlead

AI Agents & Automation

This actor is optimized for AI agent workflows:

  • Structured JSON output for direct LLM consumption
  • Deterministic input schema for programmatic invocation
  • Batch-friendly — process hundreds of profiles in a single run
  • Proxy support for reliable, uninterrupted scraping

Ideal for building autonomous lead generation agents, creator research pipelines, and market intelligence systems.

FAQ

Does this work without an API key? Yes. Solo.to profiles are publicly accessible. No Solo.to API key is required.

Can I scrape private profiles? No. This actor only extracts data from publicly visible Solo.to profiles.

What's the pricing? $0.005 per profile scraped. You only pay for successful extractions.

How fast is it? Speed depends on concurrency settings and proxy configuration. With maxConcurrency: 10, expect ~100 profiles per minute.

Can I use custom proxies? Yes. Configure proxyConfiguration with Apify Proxy or your own proxy endpoints.

What data is extracted? Display name, bio, profile image, all configured links (social and custom), and link metadata.

SEO Keywords

Solo.to scraper, link in bio scraper, creator profile data, Solo.to API alternative, influencer lead generation, creator outreach, social media profiles, bio link scraper, Solo.to profile extractor, creator contact discovery, link aggregation, creator metadata, bio link analytics, influencer data extraction, digital business card scraper

This actor extracts only publicly available data from Solo.to profiles. Users are responsible for compliance with applicable laws and platform Terms of Service. Do not use extracted data for spam, harassment, or any unlawful purpose. The developer assumes no liability for misuse of this tool.

For AI Agents & LLM Apps

This Actor is callable via the Apify MCP server and Apify API.

Purpose: Solo.to Scraper [$0.01💰] | Creator Profiles | Email Extract

Minimal working input:

{
"startUrls": "..."
}

Output fields: url, title, description, metadata (varies by Actor)

Behaviors:

  • Returns structured data in JSON format
  • Supports proxy rotation for reliable extraction
  • Output saved to Apify dataset

Billing: Pay-per-result pricing applies.