Back to all Bounties
Earn 4,500 ($45.00)
due 2 years ago
Completed
Scrape NBA data from basketball-reference.com
HumzaBhakhrani
Details
Applications
9
Discussion
This Bounty has been completed!
@HumzaBhakhrani's review of @internetexplorer
5.0
Communication 5/5, Quality 5/5, Timeliness 5/5Bounty Description
Problem Description
I would like to scrape data from basketball-reference.com and get the data as a CSV. The data is a series of tables. All the tables have the same markup so one scraping structure should work for all of them.
Acceptance Criteria
Below is a list of pages to scrape tables from. Each table should be its own CSV file where the filename is the title of the page + title of the table. (Example: NBA Salary Cap History / Salary Cap History => nba_salary_cap_history-salary_cap_history.csv).
- 2022-23 NBA Player Contracts
- NBA Contracts Summary
- NBA Salary Cap History
- 2022-23 NBA Season Summary
- 2021-22 NBA Season Summary
Technical Details
Prefer python, open to JS/TS for language. No preference on scraping library.
Link to Project
No project yet, will let you create replit and share.