OF-Scraper
  • Welcome
  • Requirements
  • Install
    • Pre-Install Guides
      • Linux
      • Windows
      • Mac
    • PIPX Install
    • PIP Install
    • Binary Releases
    • Docker
    • Release Info
    • Managing Multiple Python Versions
  • Getting Started and Settings
    • Config Options
      • Config Location
      • General Options
      • File Output Options
        • Placeholders
        • Responsetype Placeholders
      • Download Options
        • Download Toggles
        • Media Filtering Options
        • Advanced Download Options
      • Setting metadata path
      • Binaries Options
      • CDM Options
      • Performance Options
        • Values to Pick
      • Script Options
      • Advanced config options
        • Changing Const Values
        • Mediatype overwrites
    • Depreciated Options
    • Auth
    • Controlling Output/Logs
    • Migrating from Digitalcriminal's script
  • Using the Scraper
    • Using Prompts
      • Old Menu
      • Page 2
    • Username selection or Fuzzy Search
    • Basic Automation with command-line
      • Basic Actions
        • Liking/Unliking Post
        • Downloading Content
          • Downloading Text Files
          • Downloading Purchases From Deleted Models
        • Multiple Actions
      • Model Filtering/Sorting
        • Price Filtering/Sort
      • Advanced Args
      • Scripting tips
      • Enable label scan
    • Recipes
      • Adding Proxy
      • Redownload Deleted Downloads
  • Content Check Modes
    • Table Columns
    • Table Management
      • Pre 3.10.7 filtering
  • Scraping Individual Posts or Media
  • Metadata
    • Schema
    • Creating Metadata
    • Metadata location
  • CDM Setup
    • CDM issues
  • FAQ/Common Issues
    • Page 1
  • Command Reference
    • Shared Options
      • General Program Options
        • Program Options
        • Logging Options
        • Filename Modification Options
        • Media Filters Options
        • Download Options
        • Advanced Program Options
      • Shared Scrape and Metadata Check Mode Options
        • User List Filter Options
          • Advanced User Filters
        • User Selection Options
        • Model Sorting & Processing Options
        • Content Options
        • Automation Options
        • Advanced Search & Processing Options
    • Main Scraper Options
    • Metadata Check Mode Options
    • Content Check Modes Options
    • Manual Mode Options
  • Request Change to Doc
  • Testing
Powered by GitBook
On this page
  • Filter/Sort List By Price
  • Selecting Specific models from command-line
  • Filtering username list
  • Version >2.1
  • Restrict by account type
  • Restrict by subscription status
  • Restrict by renewal status
  • Combining filters
  • Exclude specific models
  • Filter by regular price
  • Advanced filtering
  • Sorting username list
  • sort by account expiring date
  • sort by account subscribed date
  • sort by promotional prices
  • desc option
  • Retrieving specific list
  • Blocking list of Names
  1. Using the Scraper
  2. Basic Automation with command-line

Model Filtering/Sorting

PreviousMultiple ActionsNextPrice Filtering/Sort

Last updated 11 months ago


Filter/Sort List By Price


Selecting Specific models from command-line

You can provide a comma-separated list indicating the models you wish to scrape

 ofscraper --username name1,name

Selecting all users

 ofscraper --username ALL

'ALL' is influenced by filters, and it is case-sensitive.


Filtering username list

The following settings can be dynamically modified if using prompts.

Furthermore, this adjustment doesn't alter the retrieval of usernames; it solely impacts the subset of usernames that are displayed

If you wish to retrieve specific usernames, set up a collection on OnlyFans, then utilize the '--userlist' or '--blacklist' arguments accordingly

Version >2.1

Now, '--username' takes precedence over any filters. Consequently, only the selected '--usernames' will be utilized, with the exception of 'ALL', which can still be filtered.

Restrict by account type

This will limit the program to exclusively interact with and display free accounts

 ofscraper --current-price free --username ALL

Restrict by subscription status

This demonstrates scraping messages from subscriptions that have expired

ofscraper --active-subscription --posts messages --username ALL --action download

Restrict by renewal status

You can utilize this option to exclusively scrape active accounts, considering the renewal status of their subscriptions.

ofscraper  --renewal-off --username ALL


Combining filters

Filters are commonly employed to scrape accounts that are scheduled for expiration.

ofscraper  --current-price paid --active-subscription --renewal-off --username ALL

Alternatively, you might choose to scrape only free accounts with active subscriptions

ofscraper  --current-price free --active-subscription --username ALL

Exclude specific models

Please note that this takes precedence over '--username', including '--username ALL'

ofscraper --excluded-username username

Filter by regular price

ofscraper  --regular-price paid 


Advanced filtering


Sorting username list

The default setting is to sort alphabetically by name in ascending order

Sorting effects the order of scraping, and not just the order that they appear in the prompt menu

sort by account expiring date

ofscraper --sort expiring

sort by account subscribed date

ofscraper --sort subscribed

sort by account name

ofscraper --sort name

sort by promotional prices

ofscraper --sort promo-price

desc option

By default, the sorting is in ascending order.

Utilizing this changes the sorting to descending order.

ofscraper --sort price --desc


Retrieving specific list

This option enables switching from the primary list of OnlyFans accounts to a previously designated collection of accounts.

ofscraper --userlist "tiktok"

You have the ability to merge multiple lists

ofscraper --userlist "tiktok" --userlist "tiktok2"


Blocking list of Names

Collections offer the functionality to block a list of names

ofscraper --blacklist "tiktok" 

Please note that this takes precedence over the '--userlist' option and also 'ALL' parameter

Price Filtering/Sort
Using Prompts
Price Filtering/Sort
User List Filter Options
Price Filtering/Sort