# Campsite.bio Profile Scraper | Extract leads cheap (`ahmed_jasarevic/campsite-bio-scraper`) Actor

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

- **URL**: https://apify.com/ahmed\_jasarevic/campsite-bio-scraper.md
- **Developed by:** [Ahmed Jasarevic](https://apify.com/ahmed_jasarevic) (community)
- **Categories:** Lead generation, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Campsite.bio Profile Scraper

### What does Campsite.bio Profile Scraper do?

**Scrape any public [Campsite.bio](https://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](https://crawlee.dev/) 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

| Field | Type | Description |
|-------|------|-------------|
| `usernames` | array of strings | Campsite.bio usernames to scrape (each maps to `https://campsite.bio/{username}`). **Required.** |
| `maxItems` | integer | Maximum number of profiles to scrape (0 = unlimited). Default `100`. |
| `proxy` | proxy | Apify proxy configuration. Residential IPs recommended. |

### Output

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

```json
{
  "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

| Field | Description |
|-------|-------------|
| `username` | Campsite username |
| `name` | Display name from the profile intro title |
| `bio` | Profile intro/bio text |
| `avatar` | Profile image URL |
| `location` | Location shown on the profile |
| `plan` | Account plan (`free`, `pro`, `pro_plus`, …) |
| `emails` | Email addresses found in bio, link labels or `mailto:` links |
| `social_profiles` | Connected social accounts (type + URL) |
| `links` | All profile links (label, URL, type, nested items) |
| `custom_domains` | Custom domains / subdomains attached to the profile |
| `created_at` / `updated_at` / `last_published` | Profile 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.

# Actor input Schema

## `usernames` (type: `array`):

List of campsite.bio usernames to scrape (e.g. "campsite.bio", "11winlimited"). Each is fetched from https://campsite.bio/{username}

## `maxItems` (type: `integer`):

Maximum number of profiles to scrape (0 = unlimited).

## `proxy` (type: `object`):

Apify Proxy with Residential IPs is recommended to avoid blocking.

## Actor input object example

```json
{
  "usernames": [
    "campsite.bio"
  ],
  "maxItems": 100,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "usernames": [
        "campsite.bio"
    ],
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("ahmed_jasarevic/campsite-bio-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "usernames": ["campsite.bio"],
    "proxy": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("ahmed_jasarevic/campsite-bio-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "usernames": [
    "campsite.bio"
  ],
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call ahmed_jasarevic/campsite-bio-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,ahmed_jasarevic/campsite-bio-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/qIB0lGbluLhhFcOx2/builds/B9gvb2cvuBRr4IVAQ/openapi.json
