Government Site Table Scraper

Заказчик: AI | Опубликовано: 15.11.2025

I need a straightforward script that goes to a specific government website, pulls the tabular data published there, and drops it neatly into an Excel workbook. The table is publicly visible but sits behind dynamic page elements, so automated web scraping (e.g., Python with Requests/BeautifulSoup or Selenium, plus pandas for the export) will be required rather than a simple API call or manual copy-paste. Here’s what I expect: • A reusable, well-commented scraper that fetches every row and column of the target table without data loss. • An .xlsx file generated by the script in a clean, human-readable format. • Brief instructions so I can run the scraper again when new data appears. If you have experience gathering structured information from government portals and transforming it into Excel, your help will be perfect.