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
  • Pricing Filters
  • -cp, --current-price [argument]
  • -rp, --renewal-price [argument]
  • -pp, --promo-price [argument]
  • -gp, --regular-price [argument]
  • Account Flags
  • -lo, --last-seen-only
  • -ls, --last-seen-skip
  • -po, --promo-only
  • -ps, --promo-skip
  • -ao, --all-promo-only
  • -as, --all-promo-skip
  • Subscription Type
  • -fo, --free-trial-only
  • -fs, --free-trial-skip
  • -ts, --active-subscriptions
  • -es, --expired-subscription
  • -ro, --renew-on
  • -rf, --renew-off
  1. Command Reference
  2. Shared Options
  3. Shared Scrape and Metadata Check Mode Options

User List Filter Options

These options allow you to refine the list of user accounts displayed and processed by the program. You can combine multiple filters to create specific selections.

PreviousShared Scrape and Metadata Check Mode OptionsNextAdvanced User Filters

Last updated 1 year ago

Pricing Filters

Refer to the dedicated documentation for detailed information on price filtering and sorting

These options allow you to filter accounts based on their current price, renewal price, promotional price (if available), and regular price (if available).

-cp, --current-price [argument]

  • Possible choices:

    • paid: Filters for accounts with a paid current price.

    • free: Filters for accounts with a free current price.

-rp, --renewal-price [argument]

  • Possible choices:

    • paid: Filters for accounts with a paid renewal price.

    • free: Filters for accounts with a free renewal price.

-pp, --promo-price [argument]

  • Possible choices:

    • paid: Filters for accounts with a claimable promotional price.

    • free: Filters for accounts without a claimable promotional price.

-gp, --regular-price [argument]

  • Possible choices:

    • paid: Filters for accounts with a regular price (if applicable).

    • free: Filters for accounts without a regular price (if applicable).


Account Flags

These options filter accounts based on specific flags or properties.

-lo, --last-seen-only

  • Filters: Accounts where the "last seen" date/time is visible.

-ls, --last-seen-skip

  • Filters: Accounts where the "last seen" date/time is hidden.

-po, --promo-only

  • Filters: Accounts with any claimable promotional price.

-ps, --promo-skip

  • Filters: Accounts without any claimable promotional price.

-ao, --all-promo-only

  • Filters: Accounts with any claimable promotional price, regardless of current or renewal status.

-as, --all-promo-skip

  • Filters: Accounts without any claimable promotional price, regardless of current or renewal status.


Subscription Type

These options filter accounts based on their subscription status.

-fo, --free-trial-only

  • Filters: Accounts currently in a free trial (normally paid accounts).

-fs, --free-trial-skip

  • Filters: Accounts that are not currently in a free trial (normally paid accounts).

-ts, --active-subscriptions

  • Filters: Accounts with active, non-expired subscriptions.

-es, --expired-subscription

  • Filters: Accounts with expired subscriptions.

-ro, --renew-on

  • Filters: Accounts with the "renew" flag enabled.

-rf, --renew-off

  • Filters: Accounts with the "renew" flag disabled.

Price Filtering/Sort