Campsite.bio Scraper | Creator Leads & Profiles
Pricing
from $5.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
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
- Provide an array of Campsite.bio usernames
- The Actor fetches each profile page and extracts structured data
- Results are saved to a dataset with fields like name, bio, links, social handles, and contact info
- Export as JSON, CSV, or connect directly to your CRM or outreach tool
Input
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
usernames | array[string] | Yes | — | List of Campsite.bio usernames to scrape (e.g., ["creator1", "creator2"]) |
maxItems | integer | No | 100 | Maximum number of profiles to scrape per run |
proxy | object | No | { "useApifyProxy": true } | Proxy configuration for request routing |
Output
The Actor outputs a dataset with one item per profile containing:
username— The Campsite.bio usernamename— Display name from the profilebio— Profile bio textavatarUrl— Profile image URLlinks— Array of link objects (title, url) from the link-in-bio pagesocialLinks— 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
Related Actors
- Ko-fi Profile Scraper — Extract creator data from Ko-fi profiles
- Linktree Profile Scraper — Scrape Linktree link-in-bio pages
- AllMyLinks Profile Scraper — Extract Links from AllMyLinks
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}'
Legal Disclaimer
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.