VOOZH about

URL: https://apify.com/parseforge/sleeper-nfl-fantasy-scraper

โ‡ฑ Sleeper NFL Fantasy Trending Players Scraper ยท Apify


๐Ÿ‘ Sleeper NFL Fantasy Trending Players Scraper avatar

Sleeper NFL Fantasy Trending Players Scraper

Pricing

from $7.50 / 1,000 results

Go to Apify Store

Sleeper NFL Fantasy Trending Players Scraper

Surface NFL fantasy players currently being added or dropped on Sleeper. Pick the trending direction and a lookback window in hours to spot waiver wire movers. Useful for fantasy football managers, content creators, and tools that flag breakout pickups before the rest catch on.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

25 days ago

Last modified

Share

๐Ÿ‘ ParseForge Banner

๐Ÿˆ Sleeper NFL Fantasy Public API Scraper

๐Ÿš€ Export Sleeper trending NFL adds and drops with positions, injury status, and depth chart, straight from the public Sleeper API.

๐Ÿ•’ Last updated: 2026-06-05 ยท ๐Ÿ“Š 14 fields per record ยท Every active NFL player ยท Trending adds and drops ยท Positions, injuries, depth charts

The Sleeper NFL Fantasy Public API Scraper turns the api.sleeper.app public endpoint into a clean dataset. It calls the public API with whichever filters you supply, then flattens each record into one row.

Coverage spans every active nfl player ยท trending adds and drops ยท positions, injuries, depth charts. Each row carries the most useful identifiers, names, scores, and timestamps the upstream feed exposes.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
๐Ÿˆ Fantasy NFL managersPull the trending wire daily
๐Ÿ“Š DFS playersTrack injury and depth chart shifts
๐Ÿ“ฐ Fantasy writersSurface waiver-wire stories fast
๐ŸŽฐ Props researchersMine snap shares and depth
๐Ÿค– ML engineersTrain waiver-wire models
๐Ÿ‘ฉโ€๐Ÿ’ป DevelopersMirror Sleeper trending into apps

๐Ÿ“‹ What the Sleeper NFL Fantasy Public API Scraper does

  • Calls /players/nfl/trending/add or /players/nfl/trending/drop with hours and limit filters.
  • Joins trending counts with the full Sleeper /players/nfl player database.
  • Exposes fantasy positions, team, injury status, depth chart order, age, height, weight, and college.
  • Casts numeric counts cleanly.
  • Surfaces upstream errors as a clean error record.

๐Ÿ’ก Why it matters. Sleeper is the largest free NFL fantasy platform. Its trending endpoints expose what every fantasy GM is doing in real time.

๐ŸŽฌ Full Demo

๐Ÿšง Coming soon.

โš™๏ธ Input

FieldTypeRequiredDescription
directionstringNoSee examples below.
maxItemsintegerNoFree users 10, paid up to 1,000,000. Prefill is 10.

Example 1, Top trending adds.

{"direction":"add","hours":24,"maxItems":25}

Example 2, Trending drops.

{"direction":"drop","hours":24,"maxItems":25}

โš ๏ธ Good to Know. The Sleeper API is public and unauthenticated. The /players/nfl payload is large, so the first run may take a few seconds.

๐Ÿ“Š Output

FieldTypeDescription
๐Ÿ†” playerIdstringSleeper player id.
๐Ÿท๏ธ fullNamestringPlayer full name.
๐ŸŽฏ positionstringPrimary position.
๐Ÿˆ teamstringNFL team code.
๐Ÿฉบ injuryStatusstringInjury status when present.
๐ŸŽ‚ agenumberPlayer age.
๐Ÿ“ heightstringPlayer height.
โš–๏ธ weightstringPlayer weight.
๐ŸŽ“ collegestringCollege when present.
๐Ÿ“ˆ trendingCountnumberAdds or drops count over the window.
๐Ÿ” directionstringadd or drop.
๐Ÿท๏ธ fantasyPositionsarrayFantasy-eligible positions.
๐Ÿ•’ scrapedAtstringWhen fetched.
โŒ errorstringSet when upstream returned an error.

Sample record.

{
"playerId":"",
"fullName":"",
"position":"",
"team":"",
"injuryStatus":"",
"age":0,
"height":"",
"weight":"",
"college":"",
"trendingCount":0,
"direction":"",
"fantasyPositions":[],
"scrapedAt":"2026-06-05T12:00:00.000Z",
"error":null
}

โœจ Why choose this Actor

| ๐Ÿ†“ | Public Sleeper endpoint, no scraping tricks needed. | | ๐Ÿงน | Flattens nested upstream payloads into one row per record. | | ๐Ÿ”ข | Casts numeric fields cleanly for spreadsheet imports. | | ๐Ÿ›Ÿ | Surfaces upstream errors as clean rows. | | ๐Ÿ”Œ | Filters exposed for the most common slicing needs. | | ๐Ÿ’พ | Push to dataset for spreadsheet, warehouse, or webhook export. |

๐Ÿ“ˆ How it compares to alternatives

ApproachSetupPaginationFlatteningExport formats
Raw curl5 minmanualnonemanual
DIY Python script30 minyespartialcode
This Actor5 secondsyesyes7 formats

๐Ÿš€ How to use

  1. Click Try for free.
  2. Pick your filters from the schema above.
  3. Click Start. Your dataset is ready in seconds.

๐Ÿ’ผ Business use cases

๐Ÿ“Š Analytics. Mirror Sleeper into a warehouse for dashboards.

๐Ÿข Internal tooling. Mirror the data into private apps without writing client code.

๐Ÿ“ฐ Journalism. Verify and bulk-fetch records for stories.

๐Ÿค– Machine learning. Build training sets from a known canonical source.

๐Ÿ”Œ Automating Sleeper NFL Fantasy Public API Scraper

  • Make / Zapier: schedule a daily run.
  • Cron schedule: native Apify scheduler.
  • Webhooks: POST on completion.
  • Warehouse pipe: native integrations move datasets straight into BigQuery, Snowflake, or Postgres.

๐ŸŒŸ Beyond business use cases

๐ŸŽ“ Education. Teach API integration with a clean dataset.

๐Ÿงช Personal research. Track the data you care about.

๐Ÿค Non-profit and open data. Power public dashboards.

๐Ÿงฐ Tinkering and prototyping. Spin up a feed for side projects in seconds.

๐Ÿค– Ask an AI assistant about this scraper

Drop this README into ChatGPT, Claude, or any AI assistant and ask it to design a pipeline. The input fields, schema, and examples above contain everything an LLM needs.

โ“ Frequently Asked Questions

โ“ Do I need an API key? No. The endpoint is public.

โ“ Pagination? Yes, handled automatically where the upstream supports it.

โ“ Rate limits? The upstream sets the rate limit. The actor surfaces upstream errors cleanly.

โ“ Schema stability? Core fields are stable. Optional fields are passed through when present.

โ“ Real-time? Yes, every run hits the live endpoint.

โ“ Spreadsheet export? Yes, via the Apify dataset UI.

โ“ Scheduling? Yes, via the Apify scheduler.

โ“ Public data only? Yes.

โ“ Free trial? Yes, $5 free credit on signup covers many runs.

โ“ Webhook integration? Yes, native Apify webhooks fire on run completion.

๐Ÿ”Œ Integrate with any app

Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint. Trigger runs from a calendar event, a form submission, a cron job, or pipe results straight into BigQuery, Snowflake, or a Postgres warehouse.

๐Ÿ”— Recommended Actors

ActorWhat it does
ParseForge Alpha Vantage Public ScraperPublic stock, FX, and crypto market data.
ParseForge OurAirports ScraperGlobal airport database.
ParseForge Civitai Models ScraperPublic Civitai model catalogue.
ParseForge Hugging Face Spaces ScraperPublic Hugging Face Spaces metadata.

๐Ÿ’ก Pro Tip. browse the complete ParseForge collection for 900+ production-grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.


Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.

You might also like

Sleeper Fantasy NFL Trending Players Scraper

parseforge/sleeper-fantasy-nfl-scraper

Track which NFL players the Sleeper fantasy community is adding and dropping right now. Each trending player comes with full name, position, team, status, injury tag, age, years of experience, and the add or drop count. Great for waiver wire calls and start or sit research.

NFL API - Football Statistics

alizarin_refrigerator-owner/nfl-api---football-statistics

Fetch comprehensive NFL football data including teams, players, standings, schedules, game statistics, fantasy projections, and betting odds. 32 NFL Teams, Team Rosters, Team Statistics, Player Statistics, Game Statistic, Schedule, League Leaders, Fantasy Projections & Betting Odds

Pro Football Reference Scraper | NFL Stats and History

parseforge/pro-football-reference-scraper

Pull NFL player, team, and game data from Pro Football Reference including box scores, season stats, advanced metrics, standings, draft history, and historical records. Built for football analytics, fantasy NFL tools, betting models, and deep sports research at scale.

Fantasy Premier League Top Players Scraper

moving_beacon-owner1/fantasy-premier-league-top-players-scraper

Fetch top Fantasy Premier League players ranked by total points, including team, position, price, ownership percentage, form, transfers, and complete performance stats in structured dataset output.

2

NFL Data Scraper

crawlerbros/nfl-data-scraper

Scrape NFL statistics and data, teams, players, game schedules, and standings for the National Football League via TheSportsDB. Free public API, no registration required.

NFL Data Scraper

crawlergang/nfl-data-scraper

Scrape NFL statistics and data, teams, players, game schedules, and standings for the National Football League via TheSportsDB. Free public API, no registration required.

1

5.0

NFL LIVE DATA

macheta/nfl-api-scraper

The ultimate NFL data API. Get real-time live scores, upcoming fixtures, league standings, and detailed player stats. Built for speed and reliability. Ideal for fantasy sports, betting apps, and analytics. Precise data directly from the source. Export to JSON/CSV instantly.

Fantasy Premier League (FPL) Scraper

crawlerbros/fpl-fantasy-premier-league-scraper

Scrape Fantasy Premier League data - players with stats, teams, fixtures, gameweeks, and element types. All data comes from the official FPL public API with no authentication required.

ESPN NFL Scoreboard Scraper

parseforge/espn-nfl-scoreboard-scraper

Pull NFL game data straight from the ESPN scoreboard endpoint. Filter by season year, week number, or a specific date in YYYYMMDD form. Handy for weekly recap dashboards, fantasy football trackers, and modelling matchup outcomes across the regular season and playoffs.