Back to Projects

OF Scraper RS

Overview

A fast Rust-based scraper for OnlyFans content.

Rust TUI CLI Multi-platform

OF Scraper RS is a lightweight, high-performance archive tool written in Rust. It provides fast downloads, low memory usage, and native binaries for Windows, macOS, and Linux.

The project is maintained and distributed through GitHub Releases.

Features

  • Written in Rust
  • Cross-platform binaries
  • Fast downloads
  • Low memory footprint
  • Portable ZIP releases

Downloads

Usage Instructions

Interactive TUI

./of-scraper-rs

Launches the interactive terminal UI

Scrape Content (CLI)

# Scrape all content from a user
          ./of-scraper-rs scrape creator_name

          # Scrape specific content types
          ./of-scraper-rs scrape creator_name -c posts
          ./of-scraper-rs scrape creator_name -c chats
          ./of-scraper-rs scrape creator_name -c stories
          ./of-scraper-rs scrape creator_name -c highlights
          ./of-scraper-rs scrape creator_name -c labels
          ./of-scraper-rs scrape creator_name -c purchases

          # Scrape everything explicitly
          ./of-scraper-rs scrape creator_name -c all

          # Download ALL purchased content across creators
          ./of-scraper-rs scrape ALL_PURCHASES

Like / Unlike Content

# Like all posts from a creator
          ./of-scraper-rs like creator_name

          # Like specific content types
          ./of-scraper-rs like creator_name -c posts
          ./of-scraper-rs like creator_name -c chats
          ./of-scraper-rs like creator_name -c stories
          ./of-scraper-rs like creator_name -c all

          # Unlike content
          ./of-scraper-rs like creator_name --unlike
          ./of-scraper-rs like creator_name -c posts --unlike

Download from Link

# Download a post or chat message directly

          # Post link
          ./of-scraper-rs link "https://onlyfans.com/123456789/creator"

          # Chat message link
          ./of-scraper-rs link "https://onlyfans.com/my/chats/chat/61414285/?firstId=294063971970"

Changelog

v0.1.3 - June 21, 2026

v0.1.2 - June 21, 2026

v0.1.1 - June 21, 2026

v0.1.0 - June 20, 2026