Given two URLs, where the second URL (URL2) was reached after performing some action on the first URL (URL1).
I wish to scan URL1 for possible call to action links/buttons which can lead to second URL. [I know the complete URL along with query parameters of both URLs]
What method/toolkit would you suggest as the best approach for this.