How to simulate a browser?

1

More specifically, I'm going to stream music with MP3Skull , which has no API. So far, what I was able to do was to use an HTML Parser and go div by div looking for the common id of all songs. However, the number of results is limited. In an ordinary browser, just click on "Show more results" (or something), but using only the information I have, I can not do anything. What is the solution?

    
asked by anonymous 01.12.2014 / 10:34

1 answer

1

A good way would be to use a Web Crawler as a routine and mount the list in a database so you do not need to search again.

Crawler - GitHub

Crawler - npmjs

    
01.12.2014 / 13:45