Campsite.bio Scraper | Creator Leads & Profiles avatar

Campsite.bio Scraper | Creator Leads & Profiles

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Campsite.bio Scraper | Creator Leads & Profiles

Campsite.bio Scraper | Creator Leads & Profiles

Extract creator profiles from Campsite.bio — bios, links, social accounts and contact data. Build influencer outreach lists and analyze link strategies for creator economy research.

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

7 days ago

Last modified

Share

Campsite.bio Profile Scraper

Extract creator profile data from Campsite.bio for lead generation and influencer outreach. This Campsite.bio scraper pulls public profile information in seconds, giving you structured data for creator outreach campaigns and market research.

What This Actor Does

The Campsite.bio Profile Scraper retrieves public creator data from campsite.bio profiles, including links, bios, social media handles, and contact information. Built for agencies, marketers, and researcher teams who need scalable creator data extraction.

Use Cases

  • Creator Lead Generation — Build prospect lists of creators for sponsorship and partnership outreach campaigns
  • Influencer Outreach — Gather profile data to identify and contact creators across niches
  • Creator Economy Research — Analyze creator demographics, link strategies, and content patterns
  • Contact Discovery — Extract publicly available email addresses and social handles from creator profiles
  • Link Strategy Analysis — Study how creators structure their link-in-bio pages for competitive intelligence
  • Agency Prospecting — Build and maintain databases of potential creator partners for talent agencies

How It Works

  1. Provide an array of Campsite.bio usernames
  2. The Actor fetches each profile page and extracts structured data
  3. Results are saved to a dataset with fields like name, bio, links, social handles, and contact info
  4. Export as JSON, CSV, or connect directly to your CRM or outreach tool

Input

FieldTypeRequiredDefaultNotes
usernamesarray[string]YesList of Campsite.bio usernames to scrape (e.g., ["creator1", "creator2"])
maxItemsintegerNo100Maximum number of profiles to scrape per run
proxyobjectNo{ "useApifyProxy": true }Proxy configuration for request routing

Output

The Actor outputs a dataset with one item per profile containing:

  • username — The Campsite.bio username
  • name — Display name from the profile
  • bio — Profile bio text
  • avatarUrl — Profile image URL
  • links — Array of link objects (title, url) from the link-in-bio page
  • socialLinks — Extracted social media handles (Twitter, Instagram, TikTok, etc.)
  • email — Publicly listed contact email (if available)
  • location — Profile location (if listed)
  • createdAt — Account creation date (if available)
  • verified — Verification badge status

Example Input

{
"usernames": ["alexdesigns", "jencreates", "mariomedia"],
"maxItems": 50,
"proxy": {
"useApifyProxy": true
}
}

Example Output

[
{
"username": "alexdesigns",
"name": "Alex Rivera",
"bio": "Digital creator & designer. Sharing free resources and tutorials.",
"avatarUrl": "https://campsite.bio/avatars/alexdesigns.jpg",
"links": [
{ "title": "Portfolio", "url": "https://alexdesigns.com" },
{ "title": "YouTube Channel", "url": "https://youtube.com/@alexdesigns" },
{ "title": "Free Figma Kit", "url": "https://figma.com/community/..." }
],
"socialLinks": {
"twitter": "alexdesigns",
"instagram": "alex.designs",
"tiktok": "@alexdesigns"
},
"email": "alex@alexdesigns.com",
"location": "Austin, TX",
"createdAt": "2022-06-15",
"verified": false
}
]

Integrations

  • Google Sheets — Export profiles directly to spreadsheets for team collaboration
  • HubSpot / Salesforce — Push creator leads into your CRM pipeline
  • Airtable — Build dynamic creator databases with filtering and views
  • Zapier / Make — Automate follow-up sequences and outreach workflows
  • Slack — Get notifications when new profiles are scraped
  • Custom APIs — Use the Apify API to integrate into any backend system

FAQ

How many profiles can I scrape at once?

There is no hard limit on the number of usernames per run. The maxItems parameter caps results at 100 by default, but you can increase it. Processing time scales with the number of profiles.

Does this work with private Campsite.bio profiles?

No. This Actor only retrieves publicly available profile data. Private or restricted profiles will be skipped.

Can I schedule recurring scrapes?

Yes. Create a task and use Apify's scheduler to run this Actor on a daily, weekly, or custom interval.

What happens if a username doesn't exist?

Non-existent or invalid usernames are skipped. The Actor logs the error and continues with the remaining profiles in the list.

SEO Keywords

campsite bio scraper, campsite.bio scraper, link in bio scraper, creator profile data, influencer lead generation, campsite bio api, creator outreach tool, social media profiles scraper, bio link scraper, creator contact discovery, influencer data extraction, campsite profile scraper, creator economy data, link aggregation scraper, creator metadata extraction, bio link analytics, campsite.bio data, creator prospecting tool, influencer scraper, link in bio data

For AI Agents

This Actor can be called programmatically via the Apify API or the Apify SDK. Use the call-actor tool with the actor ID qIB0lGbluLhhFcOx2 and pass the input JSON object. The Actor returns a dataset that can be paginated and consumed by downstream agents or pipelines.

Apify API example:

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

This Actor scrapes only publicly available profile data from Campsite.bio. It does not access private accounts, bypass authentication, or collect personally identifiable information beyond what creators have chosen to make public. Users are responsible for ensuring their use of scraped data complies with applicable laws, terms of service, and platform policies. Always respect creator privacy and obtain consent before using collected data for commercial outreach.