|
|
|
|
|
by CMCDragonkai
4461 days ago
|
|
I built SnapSearch for JS/SPA sites that need SEO. But it works for scraping as well. https://snapsearch.io/ You can try the demo. I tried it with "http://www.asos.com/" and it worked properly. Note that empty content actually means that the webserver returned with no body content. The real API will return the headers as well the body. It works via Firefox, and it's load balanced and multithreaded. It takes care of all the thorny issues regarding async content... etc. |
|