DFS Ownership & Salary Projections
Projected ownership percentages and salary caps for daily fantasy sports slates
Also known as: fantasy sports projections, dfs salary data, ownership projections
Call it
bowmark.dfs_ownership_projections.search(query: string, options?: CallOptions): Promise<dfs_ownership_projectionsResult>Functions
| Function | What it does |
|---|---|
search | Search for DFS ownership percentages and salary data across sports and slates |
Types
interface DFSProjection {
player: string;
salary: number;
ownership: number;
sport?: string;
position?: string;
team?: string;
}
interface dfs_ownership_projectionsResult {
projections: DFSProjection[];
warnings: string[];
}
type CallOptions = {
timeoutMs?: number // per-provider budget in ms, default 30000, clamped to 1000-55000.
// A provider slower than this is DROPPED from the results and
// NAMED in warnings — never silently absent
}Examples
return await bowmark.dfs_ownership_projections.search("NFL week 1 projections");Providers behind it
| Provider | |
|---|---|
dfs_rotogrinderssearch | RotoGrinders |