Export g sheet to suitable format - csv for example.
Than import csv file to database.
Scrape google ?
-
Hello
i see this tutorial https://wiki.bablosoft.com/doku.php?id=tutorial2 , and write google scrape url script according to this tutorial and didnt get any url even i follow exact tutorial, is there any update on how to get element attribute on google search ?
thanks
-
@berubah said in Scrape google ?:
Hello
i see this tutorial https://wiki.bablosoft.com/doku.php?id=tutorial2 , and write google scrape url script according to this tutorial and didnt get any url even i follow exact tutorial, is there any update on how to get element attribute on google search ?
thanks
Everything works. What exactly you fail?

Here is the test script. -
@fox thanks for your help, i wonder why i fail, i see your script and it only scrape google search image link, not link on google search result, i try to save link on google result but always fail


this is my script 0_1549543496695_googlescrapeexample (2).xml
-
@berubah said in Scrape google ?:
@fox thanks for your help, i wonder why i fail, i see your script and it only scrape google search image link, not link on google search result, i try to save link on google result but always fail
You are using an automatically generated selector. When reloading the page, this selector may disappear.

Create your own selectors, here is the manual.

Test script.