Nfl Data Collector
Pricing
Pay per event
Go to Apify Store
Nfl Data Collector
NFL Data Collector system with complete integration for Apify Actor and MCP server all the stats you will ever need
Pricing
Pay per event
Rating
0.0
(0)
Developer

christopher athans crow
Maintained by Community
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
3 days ago
Last modified
Categories
Share
Comprehensive NFL data collection actor for athletes, games, live scores, and fantasy football statistics from ESPN APIs.
Features
- Athlete Data: Collect player information, stats, positions, teams
- Game Data: Past, current, and upcoming NFL games with scores
- Live Scores: Real-time game tracking and updates
- Fantasy Football: Fantasy stats with multiple data views
- Multiple Exports: JSON and CSV output formats
- AI Agent Ready: Compatible with Claude and Gemini via MCP
Input Parameters
- Data Types: Select which data to collect (athletes, events, fantasy, live)
- Limits: Control how much data to collect for each type
- Season: Specify NFL season year
- Fantasy Views: Choose fantasy data views
- Export Formats: JSON and/or CSV
Output
The actor outputs structured NFL data to the dataset with:
- Athletes with positions, teams, and stats
- Events with scores, status, and details
- Fantasy player data with decoded statistics
- Metadata about the collection
Use Cases
- Sports analytics and predictions
- Fantasy football platforms
- Live game tracking
- Data science research
- AI agent data access
Example Usage
const input = {dataTypes: ['athletes', 'events', 'fantasy'],athletesLimit: 1000,eventsLimit: 500,fantasyLimit: 2000,season: 2024,exportFormats: ['json', 'csv']};
Documentation
For detailed documentation, visit the GitHub repository or check the integration guide for AI agent usage.
License
MIT License - See repository for details