RAM building up extracting data. Any way to extract without crashing browser?

mcfakerhf

Newbie
Joined
Dec 15, 2013
Messages
38
Reaction score
2
When I browse a webpage & I click on "show more results", eventually when I scrolled down a handful times & clicked "show more results", the RAM builds up until it's full & crashes google chrome which is normal of course . But this prevents me from seeing anymore results. Is there a way to extract more results?




Thanks in advance!
 
I suggest you to reinstall Windows. Then Chrome.
 
yes, buy more RAM or use a tool which doesn't use your browsers to extract data and easy on the resources
 
By "show more results" and "scroll down" I suppose it's some kind of infinite scroll.

Press F12
Go to Network tab
Click on XHR
Press on "Show more results" and something will show up in the inspector, check the response (in preview or response) if you see the same results shown to you on the page.
Go back to "Headers", scroll down to "Request Headers" and "Form Data", you'll find what's the page is sending to get the results.

Recreate the same request with PHP (or use whatever language you know) using cUrl or stream-context-create (http://php.net/manual/fr/function.stream-context-create.php).

Let me know if you need more help.
 
I think the cheaper and least consuming method is to buy a little bit more RAM..the price today is quite low...remember ...time is also money
 
It's simple, use a bot that doesn't use the browser to extract data.
 
Back
Top