• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Working code in IE but not in XLMHTTP

I have checked by the code in post #17 and here's the html file
But I didn't find "#FinTech" as the first result .. What does this mean in that case?
 

Attachments

  • Test.zip
    7.9 KB · Views: 1
Like it's been stated many times. Majority of contents are dynamically generated via script.

If you trace queries that's being fired via Developer tool. You can trace the query string along with url that the request should be sent to.

However... since this is API query using Java script. You'd need to ensure you first determine appropriate API key etc needed to make the request.

The gist of it is, it's far easier and more stable to pilot IE to scrape this site.
 
Back
Top