I need every match URL and its title pulled from any given DartConnect event page such as https://tv.dartconnect.com/event/pdceutcq25et14/matches. Because the site renders everything with JavaScript, the links never appear in the raw HTML so standard Excel web queries do not work. What I expect from you: • An Excel file containing two columns, “URL” and “Title”, for the sample event above. • A small, well-commented script plus a brief, plain-text read-me that lets me repeat the extraction on future event pages simply by pasting a new URL and running one command. • The script should wait for the page to finish rendering, capture every match entry, and avoid duplication. No manual clicking should be required. If you have scraped dynamic sites before, this should be straightforward. Please outline the approach you’ll take and the estimated turnaround time when you respond.