Carrd Profile Scraper - Links, Socials, Emails & Commerce
Pricing
from $5.00 / 1,000 results
Carrd Profile Scraper - Links, Socials, Emails & Commerce
Extract complete Carrd.co one-page profiles: name, bio, avatar, outbound links, social profiles, emails (decoded from obfuscated mailto links), contact forms and commerce signals (Stripe, PayPal, Gumroad). For lead-gen, outreach and creator-economy data vendors.
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
15 days ago
Last modified
Categories
Share
Carrd Profile Scraper — Links, Socials, Emails & Commerce Signals
Extract complete Carrd.co one-page profiles — profile name, bio, avatar, every outbound link, classified social profiles, emails (including emails hidden inside Carrd's obfuscated mailto: links), embedded contact/signup forms, and commerce signals (Stripe, PayPal, Gumroad and other payment embeds). Built for lead-gen agencies, influencer outreach teams, creator-economy data vendors and email-finder SaaS.
Carrd is one of the most popular free one-page site builders (free subdomains at *.carrd.co, plus crd.co, drr.ac, ju.mp, uwu.ai and custom domains). Its pages are 100% server-rendered, so this actor extracts everything with a lightweight HTTP crawler — no browser, no CAPTCHAs, no heavy compute. You can run it on Apify's cloud with automatic proxy rotation, scheduling, API access and clean JSON/CSV/Excel output.
Why use Carrd Profile Scraper?
- Lead generation: every Carrd page is a lead. Get the owner's name, bio, email (Carrd obfuscates emails in
mailto:links — this actor decodes them), and social profiles in one record. - Influencer outreach: identify creators' platforms (Instagram, TikTok, X, YouTube, Twitch, Discord...) and contact channels.
- Commerce intelligence: detect whether a profile sells — Stripe checkout buttons/price IDs, PayPal buttons, Gumroad buy buttons, Lemon Squeezy, Ko-fi, Patreon, Buy Me a Coffee and more — useful for creator-economy data products.
- Email enrichment: decode Carrd's entity+URL-obfuscated mailto links, plus grab plain-text emails.
- Cheap at scale: CheerioCrawler (plain HTTP) is ~10x cheaper than browser scrapers on Apify compute units.
How to use
- Create a task in Apify Console (or use the API) and paste your list of Carrd site URLs into Start URLs.
- Optionally set
maxRequestsPerCrawl(how many profiles to scrape),maxConcurrencyand proxy options. - Run the actor. Each input URL produces one dataset record with all extracted fields.
- Download results as JSON, CSV, HTML or Excel, or pull them via the Apify API.
Free (unauthenticated) runs are capped at 10 profiles; authenticated runs scrape up to your configured limit.
Input
| Field | Type | Default | Description |
|---|---|---|---|
startUrls | array of URLs | required | Carrd sites to scrape (*.carrd.co, *.crd.co, custom domains...) |
maxRequestsPerCrawl | integer | 100 | Max profiles per run (free users capped at 10) |
maxConcurrency | integer | 5 | Parallel requests (keep modest to avoid rate limits) |
useApifyProxy | boolean | true | Route through Apify proxy (recommended) |
proxyGroup | select | AUTO | AUTO (datacenter) or residential BUYPROXIES94952 |
includeRawHtml | boolean | false | Attach full page HTML to each record |
Output
One record per URL. Example:
{"url": "https://johnsmith-demo.carrd.co/","profileName": "John Smith","siteTitle": "John Smith (DEMO)","bio": "Just a Carrd demo.","avatar": "https://johnsmith-demo.carrd.co/assets/images/card.jpg?v90248967512051","outboundLinks": [{ "href": "https://twitter.com/", "text": "Twitter" }],"socialProfiles": [{ "platform": "Twitter/X", "url": "https://twitter.com/", "handle": "johnsmith" }],"emails": ["hello@carrd.co"],"forms": [{"id": "form01","fields": [{ "name": "email", "type": "email", "placeholder": "Email", "required": true }],"hasEmailField": true}],"commerce": {"stripe": { "detected": false, "items": [] },"paypal": { "detected": false, "items": [] },"gumroad": { "detected": true, "items": ["https://user.gumroad.com/l/product"] },"other": { "detected": false, "items": [] },"hasCommerce": true},"isCarrd": true}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
Data table
| Field | Description |
|---|---|
url | The scraped page URL |
profileName | Owner/brand name (first H1, else og:title) |
siteTitle | <title> tag |
bio | og:description / meta description / longest paragraph |
avatar | Avatar or share image URL |
paragraphs | All paragraph texts on the page |
outboundLinks | All external links with anchor text |
socialProfiles | Classified social links: platform, URL, handle |
emails | Decoded emails from mailto links + text |
forms | Contact/signup form details (fields, email field, required flags) |
commerce | Stripe / PayPal / Gumroad / other payment signals |
isCarrd | Whether the page is confirmed Carrd-hosted |
scrapedAt | ISO timestamp of the run |
How much does it cost to scrape Carrd sites?
This actor is a plain HTTP crawler — no browser. Expect roughly 1 compute unit per 1,000–2,000 pages on Apify (cheaper than any browser-based scraper). Free-tier preview runs are capped at 10 profiles so you can try it at zero cost. Use maxConcurrency 3–5 to stay polite to the target and keep using the built-in Apify proxy.
Tips & advanced options
- Find more Carrd sites: combine with a Google search ("site:carrd.co") and feed the result URLs into
startUrls. - Residential proxy: if a specific target blocks the datacenter
AUTOproxy, switchproxyGrouptoBUYPROXIES94952. - Lead-scoring: filter the dataset on
commerce.hasCommerce === trueto prioritize profiles that already sell (likely to buy outreach/automation tools). - Form detection:
formsincludeshasEmailFieldandhasNameFieldso you can instantly spot pages that capture leads (newsletter signups, contact forms). - Avoid CAPTCHA triggers: keep
maxConcurrencylow and don't re-run the same URL list back-to-back thousands of times.
FAQ, disclaimers, and support
- Is scraping Carrd legal? Carrd's free subdomains are public web pages; extracting publicly available profile/link data is generally fine. Respect the sites' terms, do not harvest data for spam, and comply with applicable privacy laws (e.g. GDPR/CCPA) when storing personal data. This actor does not bypass any login or access controls.
- Custom domains: the actor works on any domain that renders a Carrd page (confirmed via the
cda-signaturemeta tag), not only*.carrd.co. - Known limitation: content loaded purely via embeds that need JS to render inside iframes (e.g. full Shoprocket storefronts) is detected by signal, not deep-scraped — if you need embedded-store product data, contact us for a custom extension.
- Support: open an issue on the Apify Actor's Issues tab, or reach out for custom solutions (bulk lists, CRM enrichment, Google Sheets sync, Zapier/n8n integration).