The scraper currently uses a hardcoded URL, meaning it always fetches data from one fixed webpage.
This approach limits flexibility and requires manual code changes if the source URL changes.
Making the URL dynamic or parameterized would improve scalability and maintainability.