nowfound

Alternatives

Products that do what OnlyFans API – REST API with 260 endpoints for OF creator data does

Hi HN, I built OnlyFans API — 200+ endpoints covering creator profiles, messages, subscribers, vault media, and revenue data, direct integration with Meta Pixel (believe it or not, OF agencies used to run Meta Ads on FB blindly - now they use OnlyFansAPI to feed back Meta Pixel with click-accurate conversion data). A few years ago I kept seeing OnlyFans agencies doing everything in spreadsheets. They wanted CRMs, automated messaging tools, traffic dashboards. None of it was possible because OnlyFans exposes nothing to developers (not very Steve Ballmer of them). The architecture is…

  1. 1

    A search engine for OnlyFans accounts

    2020

  2. 2

    Create, manage & report ads on 6 platforms via one API

    Apr 2026

  3. 3IB

    Building integrations for TikTok, X, Facebook, Instagram, YouTube, and LinkedIn got frustrating with how different every platform is with auth setup, rate limits, and media requirements. So we built Post for Me: one REST API that handles scheduling and publishing posts for TikTok, Facebook, Instagram, X, YouTube, LinkedIn, Pinterest, Bluesky, and Threads. It's built for developers. You bring your own app credentials from the social platform, so you're in control of your data. There's no limitations on account connections, and pricing is based on usage (not some arbitrary limitations). We…

    2025 · postforme.dev

  4. 4

    Support the creators you love, directly on Twitter

    2020

  5. 5

    Identify your top superfans on YouTube

    2022

  6. 6

    Your identity as a live, queryable API endpoint

    Jun 2026

  7. 7

    APIs for LinkedIn Influencer Marketing & Maker Tools

    2024

  8. 8IM

    Hello! I just made my first web app with Sinatra. It is a REST API that helps people add two-step verification to their websites or apps. I am a complete noob in web development so please criticize me and let me know how shitty this whole thing is. :) http://two-step.herokuapp.com/

    2014

  9. 9

    Search OnlyFans accounts by location, on a map

    12d ago · onlylocate.co

  10. 10SO

    hello everyone, my first post! AA here, founder of ⌘ Langbase.com — we are a developer platform for building and scaling serverless AI memory agents. I know surveys can be boring, but this one’s different—it’s interactive! That's very much intentional. My team and I have been up for the last 21 hours putting together this report. This was a looot of work, so I hope y'all like it. Introducing … State of AI Agents 2024 report On Langbase, we processed 184 billion tokens and handled 786 million AI agent runs from 36K developers. From all that data plus insights from 3.4K builders who filled out…

    2024 · langbase.com

  11. 11OF
  12. 12IM

    Just wanted to share with you something I built. If you’re a creator or someone who financially supports creators, this will be of interest to you. Qufro.com is a site where creators can monetise their fan interactions. It works this way: A creator sets an amount for answering fan questions. A fan posts a question or a comment and is only charged if the creator responds. From the fan’s perspective, we’re solving the following problem: Not all fans want to commit to a monthly subscription (e.g., on Patreon) to support their favourite creators. With Patreon, ko-fi, etc., there is also no…

    2023 · qufro.com

  13. 13

    The public scoreboard for startups' user counts

    26d ago · howmanyusers.wtf

  14. 14MI

    Hi! Recently I've launched - mybfio.io - platform for software reviews with social network aspect. Prehistory Many great system are already in place that allow people to search and rate software products, including the site I am publishing this post on. However I have always felt that those systems are not specifically centered around product/software development lifecycle (releases, real users feedback over a product entire lifetime, so on) and often too broad or not designed specifically for that type of work, which is ok. Why? As an opensource author I would like to have constant…

    2021

  15. 15WA

    Hey, I'm Jens, founder of WunderGraph. Over the years of working with REST & GraphQL APIs, I found that some aspects of using it are way too complicated. Here's a list of problems I believe could be abstracted away: - Aggregating multiple GraphQL, REST, etc. APIs into a simple to use API (Backend for Frontend) without writing code - adding Authentication & Authorization to APIs you don't have full control over - adding efficient and easy to use Caching to GraphQL APIs without writing code - adding persisted queries for security and performance reasons without making my application code and…

    2020

  16. 1650

    I needed a couple of AOL Instant Messenger buddy icons for a project, and then that turned into a project and before you know it I was trying to scrape every single buddy icon off the internet. I have slightly over 500,000 of them live, browseable, and downloadable with a single click on my new totally non-commercial project site buddyiconarchive.com I think that I am perhaps 20% of the way to my goal of having a "complete" collection of all the buddy icons that ever appeared on the internet, a rough estimate based on the counts advertised by various period aggregators. I am looking to trade…

    8d ago · buddyiconarchive.com

  17. 17AI

    Hey HN! First post btw I want to share a product we are developing right now. It's a thing to gather your data from LinkedIn, GitHub, StackOverflow (and a couple more things in the future) and we obviously use LLMs under the hood :D So the idea of using it is that you don't need to share 69 links and docs and can use one link (or download PDF) now. When you connect all the stuff you will see your profile with a radar chart, which represents your "domains". The next thing will be a section with ai-generated-summary-bio + section with things you're open to. Then a section with work experience…

    2024 · hackerpulse.io

  18. 18DL

    DailyPings (https://dailypings.com) is a HN-inspired platform where makers share their daily progress. Key features: - Three posts per day limit to encourage quality updates - HN-style upvote system - No comments, just pure progress sharing - Email verification Tech stack: - Next.js 15 App Router - TypeScript - Prisma ORM - PostgreSQL - NextAuth.js - Tailwind CSS - Geist Mono font - Deployed on Coolify The idea came from wanting a distraction-free space for makers to share their daily progress, similar to how HN works for tech news. The three posts per day limit is intentional - it…

    2024 · dailypings.com

  19. 19

    Launch a Fully Branded Creator Subscription Platform

    17d ago · dodofanz.com

  20. 20IM

    Hi there! I've been working with data in one form or another, professionally, for about 5 years. I've been thinking about my own personal data and how it's used for at least twice that long. I've been sort of building something in my head for a while that solves my own problem and, in the beginning of this year, I found the opportunity to spend some time building it out. I'll leave the detailed explanation to the blog post but, in short, I built what amounts to an API crawler combined with a data processor to help you download your personal data from 3rd party services and work with it using…

    2024 · joshcanhelp.com

  21. 21HM

    I made this as a pair programming exercise with o1-preview. o1 did most of the heavy lifting, through high level prompts, but eventually I needed to diverge from it to get to completion. My initial prompt was: --- I'm making a web app: It's like 4chan, but each thread starts with a gps coordinate. People can only post text and images. I want to build it with flask and sqlalchemy. I want just the backend and data model that supports these threads, anonymous users, and users that can register a permanent username. Write as much of it as you can for me. --- This produced a fully scaffolded…

    2024 · mapchan.com

  22. 22AO

    We read HN mostly for the Rate my Startup posts and the announcements of cool new apps. We thought, "wouldn't it be nice if there was one place that announced those, and didn't focus on politics and funding like TechCrunch?" and so we made Apps Only - https://twitter.com/#!/appsonly. Apps Only covers only new apps, with an extreme focus on product. We only tweet something if we've used and loved it ourselves. Enjoy! PS. We is https://twitter.com/#!/appsonly/curators

    2011

  23. 23BA

    Hey HN, I'm Pau. We've been building Zernio for the past 9 months and we just crossed $1M in ARR (bootstrapped). Zernio is a unified API for social platforms. One API for Instagram, TikTok, YouTube, LinkedIn, X, and 9 others. Today we're adding WhatsApp. We've spent 3 weeks just getting a test message to send. Meta requires a developer app, a WhatsApp Business Account inside Business Manager, business verification (2-14 days), phone number OTP, webhook configuration with a two-step subscription, and token management for tokens that die every 60 days. Miss one step and messages vanish with no…

    Mar 2026 · zernio.com

  24. 24

    Search 500k+ OnlyFans creators by name, price or photo

    18d ago · onlyfanssearch.co

Ranked by how close each launch is in meaning, then by votes. Refine with a description →