Ko-fi Profile Scraper logo

Ko-fi Profile Scraper

Extract publicly available data from Ko-fi profiles, including creator details, supporter insights, and revenue estimates. Perfect for market research, competitor analysis, and influencer tracking.

sauldom102
$0.003

☕️ Welcome to Ko-fi Scraper

💫 About ko-fi.com

Ko-fi is a platform that enables creators, artists, and content makers to receive financial support from their fans and community through one-time donations or monthly subscriptions. The platform is known for its simple "buy me a coffee" concept, where supporters can contribute small amounts (typically starting at $3, the price of a coffee) to support their favorite creators. Ko-fi stands out for its creator-friendly approach with no platform fees on basic donations and provides features like commission sales, memberships, and digital product shops.

ℹ About This Actor

Ko-fi Scraper is a tool that allows you to scrape basic data from Ko-fi profiles.

🚀 Usage Tips

  • Use just the username part from Ko-fi URLs (e.g., for "https://ko-fi.com/pixebo" use "pixebo").
  • Set getTopSupporters to false if you only need basic profile data.
  • The scraper automatically handles rate limiting and respects Ko-fi's robots.txt.

⚠️ Things to consider

  • Only publicly available data is accessible.
  • Some profile information may be hidden by creators.
  • Revenue estimates are approximate.

📝 Input example

1{
2	"usernames": ["mochibuddies"],
3	"getTopSupporters": true
4}

🎯 Output example

1{
2	"username": "mochibuddies",
3	"avatarUrl": "https://cdn.ko-fi.com/cdn/useruploads/54e103c3-6480-4b88-87ef-8a7a1e6c969e.jpg",
4	"bannerUrl": "https://storage.ko-fi.com/cdn/useruploads/jpg_7296c66c-c6b0-4f53-8a61-ed19c2028ab7cover.jpg?v=5b20fa9a-981e-4046-8903-42bff6453175",
5	"about": "Planning to open a shop front in future!\r
We will be saving money for the renovation, monthly rental and furnitures. Any amount of tips would be a big help! 🙏🏻"
,
6 "pageIntro": "Welcome to Mochi Buddies! (✿◠‿◠)\r
\r
----------------------------------------------------------\r
*Shipping of kofi shop items except stickers rewards on every Wednesday.\r
----------------------------------------------------------\r
Kofi membership shipping dates.\r
*Shipping dates for Kofi sticker club (eg Jan rewards will be shipped in Feb)\r
Current Dispatch Schedule for Sticker Club Stickers Rewards.\r
\r
April Rewards: 17 May\r
May Rewards: 14 June\r
June Rewards: 30 July (Delayed as I will be at oversea conventions)\r
July Rewards: 16 August\r
\r
Check out my membership tiers for more subscriptions options where you can receive monthly theme sticker packs automatically ~ 😋 !\r
\r
All prices stated are inclusive of delivery. International tiers comes with tracking number for your mails.\r
\r
Remember to sign up and login when making a pledge so you can unlock the benefits!\r
\r
Please consider to support what I do by treating mochibuddies a flower~\r
\r
These goes into paying rent! Even if you can't support right now, by supporting my social media would be very much appreciated too!"
,
7 "followerCount": null, 8 "supporterCount": 635, 9 "mainWebsiteUrl": "https://www.mochibuddies.com/", 10 "socialLinks": [ 11 "https://instagram.com/mochibuddies", 12 "https://facebook.com/mochibuddies", 13 "https://twitter.com/mochibuddies", 14 "https://www.tiktok.com/@mochibuddies" 15 ], 16 "categories": [ 17 { 18 "name": "Drawing & Painting", 19 "url": "https://ko-fi.com/explore?category=Drawing+%26+Painting" 20 }, 21 { 22 "name": "Design", 23 "url": "https://ko-fi.com/explore?category=Design" 24 }, 25 { 26 "name": "Social", 27 "url": "https://ko-fi.com/explore?category=Social" 28 }, 29 { 30 "name": "Art", 31 "url": "https://ko-fi.com/explore?category=Art" 32 } 33 ], 34 "kofiCounter": 4453, 35 "estimatedKofiRevenue": 22265, 36 "memberships": [ 37 { 38 "id": "a10524b9-06fc-4aac-bba3-1153f4e84b6b", 39 "name": "mochi companion", 40 "pricePerMonth": 3, 41 "description": "Enjoying my creations? You can join this tier to help me continue to make my art journey possible! :D

All membership prices in USD."
,
42 "spotsAvailable": null, 43 "activeMemberCount": 4, 44 "monthlyEstimatedRevenue": 12, 45 "previewImages": [], 46 "benefits": [ 47 "Exclusive Content", 48 "Digital Wallpapers" 49 ] 50 }, 51 ... 52 ], 53 "minimumKofiAmount": 5, 54 "currency": "USD", 55 "goal": { 56 "title": "✨ Future mochibuddies Retail Shop ✨", 57 "percentage": 25, 58 "description": "Planning to open a shop front in future!\r
We will be saving money for the renovation, monthly rental and furnitures. Any amount of tips would be a big help! 🙏🏻"
59 }, 60 "topSupporters": [ 61 { 62 "username": "Cheryl", 63 "url": "https://ko-fi.com/undefined", 64 "avatar": "https://storage.ko-fi.com/cdn/useruploads/a4f97f0a-9711-45b3-be47-2f0945d6806c_tiny.png" 65 }, 66 { 67 "username": "YingYin", 68 "url": "https://ko-fi.com/undefined", 69 "avatar": "https://cdn.ko-fi.com/cdn/useruploads/tiny_a00247c5-8fe2-4760-a28b-72ddcd746b3e.jpg" 70 }, 71 ... 72 ] 73}

💬 Support

If you have any questions or run into issues, please create a new issue in the repository.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!