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
| Function | What it does |
|---|---|
search | Searches 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[];
}Related
dfs_ownership_projections | DFS Ownership & Salary Projections — the capability this provider backs. |