Campsite.bio Profile Scraper | Extract leads cheap avatar

Campsite.bio Profile Scraper | Extract leads cheap

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Campsite.bio Profile Scraper | Extract leads cheap

Campsite.bio Profile Scraper | Extract leads cheap

Scrape campsite.bio profiles: bio, avatar, all links, social profiles, emails and custom domains.

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

3 days ago

Last modified

Share

Campsite.bio Profile Scraper

What does Campsite.bio Profile Scraper do?

Scrape any public Campsite.bio profile — the link-in-bio platform used by creators and brands — and extract the bio, profile avatar, all links, social profiles (Instagram, Twitter/X, Facebook), email addresses and custom domains in a clean, structured JSON dataset.

This Actor is built on Crawlee with CheerioCrawler, so it scrapes ~10x faster and cheaper than browser-based scrapers — no expensive headless Chrome needed. Run it via the Apify platform to get free API access, scheduling, monitoring, integrations (webhooks, Zapier, Make), and automatic proxy rotation.

Why use Campsite.bio Profile Scraper?

  • Lead generation — find contact emails and social handles of creators and brands who use Campsite.
  • Influencer outreach — quickly gather bio, links and social profiles for outreach lists.
  • Competitive research / agency work — profile every Campsite user in a niche and export to CSV/Excel.
  • Audience & funnel tracking — see what links a profile is pushing (newsletters, stores, services) and detect custom domains.

How to use Campsite.bio Profile Scraper

  1. Open the Actor on Apify Console.
  2. In the Input tab, enter the usernames you want to scrape (e.g. campsite.bio, 11winlimited).
  3. Optionally set a profile cap and proxy type (Residential recommended).
  4. Click Run.
  5. When the run finishes, open the Dataset tab to view, download (JSON / HTML / CSV / Excel), or pipe the data into your workflow via webhook.

Input

FieldTypeDescription
usernamesarray of stringsCampsite.bio usernames to scrape (each maps to https://campsite.bio/{username}). Required.
maxItemsintegerMaximum number of profiles to scrape (0 = unlimited). Default 100.
proxyproxyApify proxy configuration. Residential IPs recommended.

Output

Each dataset item is one profile, e.g.:

{
"username": "campsite.bio",
"url": "https://campsite.bio/campsite.bio",
"status": "ok",
"name": "Campsite.bio",
"bio": "Your social bio link outfitter. Go Pro and use your custom domain!",
"avatar": "https://cdn.campsite.bio/media/profile-images/d6187c78-8d64-4689-bee6-be673cd1b9de.png",
"location": null,
"plan": "pro_plus",
"enabled": true,
"created_at": "2019-03-30 01:20:40 UTC",
"updated_at": "2026-08-04 17:41:14 UTC",
"last_published": "2023-06-09 20:30:27 UTC",
"custom_domains": ["mydomain.com"],
"emails": [],
"social_profiles": [
{ "type": "facebook", "url": "https://www.facebook.com/campsite.bio/", "position": 0 },
{ "type": "twitter", "url": "https://twitter.com/CampsiteBio", "position": 1 },
{ "type": "instagram", "url": "https://www.instagram.com/campsite.bio", "position": 2 }
],
"links": [
{ "label": "New on Campsite", "url": null, "type": "title", "items": [] },
{ "label": "Collaborators on Campsite", "url": "https://campsite.bio/support/collaborators", "type": "link", "items": [] }
],
"has_more_links": false,
"page": 1
}

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Data table

FieldDescription
usernameCampsite username
nameDisplay name from the profile intro title
bioProfile intro/bio text
avatarProfile image URL
locationLocation shown on the profile
planAccount plan (free, pro, pro_plus, …)
emailsEmail addresses found in bio, link labels or mailto: links
social_profilesConnected social accounts (type + URL)
linksAll profile links (label, URL, type, nested items)
custom_domainsCustom domains / subdomains attached to the profile
created_at / updated_at / last_publishedProfile timestamps

Pricing / Cost estimation

This Actor uses a fast HTTP (Cheerio) crawler, so compute-unit usage is minimal — roughly a few cents per hundred profiles, and often within the free plan for small runs. Each profile costs one request plus optional proxy traffic. We recommend Apify Residential proxies for large-scale runs to avoid rate limiting. Free users are capped at 10 profiles per run.

Tips

  • Batch by username list — you can enter hundreds of usernames; the Actor processes them in parallel (concurrency 4).
  • Email discovery — emails are extracted from the bio, link labels and mailto: links. If a profile simply has no public email, the field will be empty.
  • Residential proxy — if you see rate limiting or partial blocks, switch proxy to the RESIDENTIAL group.

FAQ, disclaimers, and support

Is this allowed? Scraping publicly available data comes with responsibility — please respect Campsite.bio's Terms of Service, robots.txt and the privacy of profile owners. This Actor only fetches public profile data.

What if the site is down? Campsite.bio has had occasional downtime; items then return status: "not_found". Just retry the run later.

Feedback or custom scrapers? Open an issue in the Actor's Issues tab or reach out for a custom-built solution for your exact use case.