I am looking for some guidance.
I already have a PHP script that parses dozens of XML files and returns all of the urls from 10 different websites.
What I want to do is the following:
Non-technical user clicks on a button and then a script will go through roughly 500 webpages to check whether or not a specific class exists within the HTML of those pages. If the class exists, then the script would return the url of each page.
Does an API exist for this or do I need to code it from scratch?
What do you recommend? PHP or JQuery?