Viewing profile — jardah
jardah
HN member- Joined
- Mon, Feb 12, 2018, 8:08 AM UTC
- HN karma
- 170
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About jardah
No profile information was provided.
Recent public activity
-
comment
Comment #17212870
Good point. Haven't seen a single detection library do this, but at least now I know, that I still need to work on alternative solution. Thanks
-
comment
Comment #17206558
The webdriver property is as far as we know the only one that stays different if you use non-headless chrome with puppeteer. Rest can be handled by use of non-headless chrome as me…
-
comment
Comment #17205905
That is kinda sad to hear. The approach should always be to go through the path of least resistance and smallest effect on the website. So for example, if a company has API that ca…
-
comment
Comment #17204846
Yea, it was a very general example, since there is at least one rule that is based on rate limiting too, and this 300/IP limit is what have seen on average.
-
comment
Comment #17204629
Yes it is, and since it's IP based, it's even easier if you are for example working from an office and there are multiple people using google. But that is why they only show recapt…
- story
-
comment
Comment #16375562
Amazon is unfortunately not using any metadata information for reviews (probably to prevent easy scraping for competing companies). You can only get it from from html (At least fro…
-
comment
Comment #16374097
Depends on whether we access the website from a proxy that is known by the WAF. But for most websites it's just a single normal request. If it's an issue in the future we could mak…
-
comment
Comment #16369785
Just a quick update: Thank you for using it and playing around with it. Looking at the usage and results I found a quite a lot of things to improve. Which is great, since it's hard…
-
comment
Comment #16369694
Aha! I see, it shows data based on POST request from FORM on this page http://www.dsden93.ac-creteil.fr/spip/spip.php?page=annu1d so if you provide just a link to the results page …
-
comment
Comment #16369669
Yes, that is probably the problem, when I looked for the text it returned: [ 0:{ "selector":".bloc-blanc > p:nth-child(1)" "text":" 0 école(s) correspondent à votre recherche " } ]…
-
comment
Comment #16369661
When I open the link in my browser it shows "0 école(s) correspondent à votre recherche" and no table, probably what happens to the analyzer too.
-
comment
Comment #16369378
:D yep the documentation needs a lot of work. It started as a test of an idea, then slowly became a usable tool and the code was getting incrementaly more complex without me event …
-
comment
Comment #16369350
Actually the list of assets shouldn't be that hard. Looking at pinterest the xhr requests for images are loaded immediately when page is open, so potentialy it then it's catched in…
-
comment
Comment #16369299
This tool basicaly performs the simplest data loading, it opens the webpage, then waits till most xhr requests are done, wait's a second (tio give JS time to manipulate DOM) and th…
-
comment
Comment #16369250
Some general authentication (like separate input fields for your login credentials on the website) could be potentialy done (but very unsafe for user of the tool, since you would b…
-
comment
Comment #16369222
It's why I'm using proxies, every request is routed through different proxy address and the application as whole is rate limited. So hopefully I'm not making too much traffic on ye…
-
comment
Comment #16369159
Yep only microdata. I completely forgot about RDFa. I'm immediately writing RDFa to my todo list. It would be a great addition.
-
comment
Comment #16368456
Oh... Clearly I need to work on my UX skills, I will improve that in next iteration.
-
comment
Comment #16368311
Thank you, still lot's of things to improve (for example 404 handling) but it's great to see positive feedback.
-
comment
Comment #16368302
Nope, there is no caching now, every run of the tool has a single instance and writes the output into separate file. I'm using it to test stability of cloud when multiple users are…
-
comment
Comment #16368273
Sadly not for now. Our company has a solution for that (for some websites), but currently this tool does not have this functionality, since I wanted it be as simple as possible. Ma…
-
comment
Comment #16367885
Good idea and I would implement that if I used an API from server to get the response. But currently I'm at the same time testing stability of Apify "Actor" solution and proxies, s…
-
comment
Comment #16367320
Jaroslav, yes, I'm the author. Did you notice any problems or ways how I can improve it?
-
comment
Comment #16367060
I'm still testing it and improving it (there are so many different websites with different responses...), so If you have any comments I'm looking forward to what you think about it…