Exam Dates Web Scraper

Job ID: 39809661

Budget: ₹1,500 – ₹12,500 INR

I’m collecting exam schedules published on popular online course platforms and I need a small, maintainable scraper that can pull those dates automatically. The script should visit a list of platform URLs I’ll provide, locate any upcoming-exam sections (or the equivalent timetable pages), and return the course name, exam date, and a direct link to the page where the information was found.

Python is ideal, and I’m comfortable if you use Requests/BeautifulSoup for static pages or Selenium/Playwright when a site loads data dynamically. Please write clean, well-commented code and keep external dependencies to a minimum. I’ll be running this on a Linux machine, so a requirements.txt file or a brief setup note is all I need to get started.

Deliverables:
• Scraper script(s) with clear inline comments
• Sample JSON or CSV output containing a few real records from the target sites
• A short README explaining setup, usage, and how I can add new platforms later

No login-only data is required and all targets are publicly accessible. Accuracy and reliability matter more than raw speed, so feel free to build in polite delays or retry logic where appropriate.