Re: Affiliate tools
The commission checked wouldn't be too hard either, because again its just page scraping the affiliate sites. Some networks now have API's though which means its a lot easier to access report data.
One thing with this kind though is the trust issue, obviously affiliates need to enter account details into the software so it can access the reports, and so really need to be able to trust its not being recorded somewhere and misused.
One thing you could do with the price / stock checker is to build an easy to use interface for adding new merchants / products. With my version, it uses regular expresssions to access the correct data from the correct location on the page. Its fine for me as I know how to create regular expressions, but for a coding beginner regular expressions can be a nightmare to get working and understand.
If you built an interface that allows the user to somehow mark where the code to scrape is on the page, and then it build the regular expressions dynamically, that would open up the whole system a lot and make it a lot easier for non techies to use.
|