Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building a Scalable Web Scraping API for Large-Scale Data Collection Using FastAPI and Python
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Setup Server
- 3 - Create a new Linode
- 4 - Configure Linode for deployment
- 5 - Write API code
- 6 - Use FastAPI
- 7 - Create roots & end points
- 8 - Build Web scraping code
- 9 - Write Web scraping logic
- 10 - Test the API locally
- 11 - Test with Uvicorn
- 12 - Move the code to the Linode
- 13 - Create a virtual environment using Python
- 14 - Make API publicly available
- 15 - Configure FastAPI to run automatically
- 16 - View the general & error logs
- 17 - Test the API using Postman
- 18 - Conclusion