Chaturbate Profile Scraper avatar

Chaturbate Profile Scraper

Pricing

$30.00/month + usage

Go to Apify Store
Chaturbate Profile Scraper

Chaturbate Profile Scraper

Bulk Chaturbate profile scraper - extract social media links (Instagram, Twitter, OnlyFans, Fansly, Snapchat, Telegram), follower counts, demographics, and bio from any list of profiles. Filter by Instagram requirement and minimum Instagram followers.

Pricing

$30.00/month + usage

Rating

0.0

(0)

Developer

Paweł

Paweł

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Apify Actor for scraping profile data from Chaturbate.com — extract complete social media links, Instagram follower counts, demographics, and bio information from any list of profiles.

Features

  • Profile Data: Username, real name, age, gender, location, birth date, body type, languages, interests
  • Social Media Links: Instagram, Twitter/X, Snapchat, OnlyFans, Fansly, Telegram, and more
  • Instagram Followers: Automatically fetches follower count from Instagram profiles
  • Smart URL Cleaning: Automatically unwraps Chaturbate redirect URLs and fixes double-prefixed social links
  • Filtering: Filter by minimum Instagram followers or require Instagram link
  • Proxy Support: Works with residential proxies for reliable scraping at scale

Input Parameters

ParameterTypeDefaultDescription
profileUrlsarray[]List of Chaturbate profile URLs to scrape
requireInstagrambooleanfalseOnly save profiles that have an Instagram link
minFollowersinteger0Only save profiles with at least this many Instagram followers
maxConcurrencyinteger5Max parallel pages (1-20)
maxRequestRetriesinteger3Max retries per failed request
proxyConfigurationobjectProxy settings (residential recommended)

Example Input

{
"profileUrls": [{ "url": "https://chaturbate.com/nerenuu_/" }, { "url": "https://chaturbate.com/another_user/" }],
"requireInstagram": true,
"minFollowers": 1000,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Output

Each output record contains complete profile data with cleaned social media links.

Example Output

{
"username": "nerenuu_",
"profileUrl": "https://chaturbate.com/nerenuu_/",
"realName": "Nessa",
"age": 18,
"gender": "A Woman",
"location": "where is the weed",
"birthDate": "March 1, 2008",
"followers": 99409,
"languages": "English",
"bodyType": "skinny",
"smokeDrink": null,
"interestedIn": null,
"aboutMe": "only here can you see me",
"instagramFollowers": 63,
"socialLinks": {
"instagram": "https://www.instagram.com/nerenuu_",
"twitter": null,
"snapchat": null,
"onlyfans": null,
"fansly": "https://fans.ly/_nerenu",
"other": ["https://t.me/Nerenuu"]
},
"scrapedAt": "2026-03-18T15:52:46.903Z"
}

Output Fields Reference

FieldTypeDescription
usernamestringChaturbate username
profileUrlstringDirect link to the profile
realNamestringPerformer's real name
ageintegerPerformer's age
genderstringGender (e.g., "A Woman", "A Man", "A Couple")
locationstringListed location
birthDatestringBirth date
followersintegerChaturbate follower count
languagesstringLanguages spoken
bodyTypestringBody type
smokeDrinkstringSmoke/drink preferences
interestedInstringInterests
aboutMestringBio/about me section
instagramFollowersintegerInstagram follower count (fetched directly from Instagram)
socialLinksobjectSocial media links (Instagram, Twitter, Snapchat, OnlyFans, Fansly, other)
scrapedAtstringTimestamp when data was scraped (ISO 8601)

Dataset Views

The Apify Console provides three pre-configured table views:

  1. Overview — Username, real name, age, gender, followers, location, profile URL
  2. Social Links — Username, followers, all social media links
  3. Full Details — All fields including bio, body type, languages, interests

Need something extra?

If you need an additional filter, a new output field, or any other customization — don't hesitate to reach out via private message. I'm happy to help!