Bowmark AIdocs

RotoGrinders

Search RotoGrinders for DFS projections, ownership percentages, and salary caps

Domain: rotogrinders.com

Also known as: RotoGrinders Search

Prefer the capability

bowmark.dfs_ownership_projections covers this provider and routes around it when it is having a bad day. Reach for this page when you need rotogrinders.com specifically.

Call it directly

bowmark.providers.dfs_rotogrinderssearch.search(args: SearchArgs): Promise<SearchResults>

Functions

FunctionWhat it does
searchSearches RotoGrinders for DFS projections, ownership percentages, and salary caps across sports (NFL, NBA, MLB, etc.)

Types

interface SearchArgs {
  query: string;
}

interface DFSProjectionRow {
  player: string;
  salary: number;
  ownership: number;
  sport?: string;
  position?: string;
  team?: string;
}

interface SearchResults {
  projections: DFSProjectionRow[];
  warnings: string[];
}
dfs_ownership_projectionsDFS Ownership & Salary Projections — the capability this provider backs.