hello everyone, I’m trying to scrape data from this page:
https://www.deeperscan.io/deeper/account/5FbMnsVxgs2NBsAa64wp2QHa16mkqvEwqkXytYeAicuZo4Jk
which is proving impossible, I’ve tried different browsers to which it seems that firefox is the one that comes closest to the results of other topics in this forum. I would really appreciate if you could help me solve this headache, thanks.
Unfortunately there is no data to scrape on that page. The scrape sensor only works on data contained in the HTML, it doesn’t execute JavaScript or fetches data from elsewhere.
However, a quick look into the browser’s developer tools reveals that this URL appears to be used to fetch the actual data: https://www.deeperscan.io/api/v1/account/5FbMnsVxgs2NBsAa64wp2QHa16mkqvEwqkXytYeAicuZo4Jk
The response is JSON that you can process using the rest integration.
1 Like
thank you very much, now it makes sense my unsuccessful scraping attempts
1 Like