Advertisement
ssdnet

Untitled

Feb 29th, 2024
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. #################################
  2. # Python code
  3. #################################
  4. def ScrapeGoogle(kw:str)->str:
  5. arr = []
  6. code = GetPage("https://www.google.com/search?q="+kw)
  7. ClickElement_ByXPATH('//*[@id="L2AGLb"]',5,2)
  8. code = driver.page_source
  9.  
  10. scroll_count = 5
  11.  
  12. for _ in range(scroll_count):
  13. driver.execute_script("window.scrollTo(0, document.body.scrollHeight);")
  14. time.sleep(2) # Wait for the new results to load
  15.  
  16. page_source = driver.page_source
  17. soup = BeautifulSoup(page_source, 'html.parser')
  18.  
  19. search_results = soup.find_all('div', class_='tF2Cxc')
  20. for result in search_results:
  21. link = result.a['href']
  22. arr.append(link)
  23.  
  24. s = '\n'.join(arr)
  25. return(s)
  26.  
  27. #################################
  28. # Results after 5 times scrolling
  29. #################################
  30. https://www.scrapebox.com/
  31. https://www.farbentour.de/scrapebox/
  32. https://wolf-of-seo.de/was-ist/scrape-box/
  33. https://omr.com/de/reviews/product/scrapebox
  34. https://de.fiverr.com/seormitu/do-500k-scrapebox-blast-live-seo-blog-comment-backlinks
  35. https://www.omt.de/online-marketing-tools/scrapebox/
  36. https://omr.com/de/reviews/product/scrapebox/pricing
  37. https://www.rankwatcher.de/scrapebox/
  38. https://de.fiverr.com/freeson/create-100-000-blog-comment-backlinks-using-scrapebox
  39. https://at.trustpilot.com/review/www.scrapebox.com
  40. https://fineproxy.de/knowledge-base/scrapebox-proxyserver-einstellungen/
  41. https://www.capterra.com/p/238826/ScrapeBox/
  42. https://www.youtube.com/user/looplinescrapebox/videos
  43. https://www.rankwatcher.de/scrapebox-funktionen/
  44. https://www.omt.de/online-marketing-tools/scrapebox/alternativen/
  45. https://www.onely.com/blog/guide-white-hat-seo-scrapebox/
  46. https://sharetool.net/scrapebox-lists/
  47. https://seo-garage.de/seo/scrapebox/
  48. https://www.facebook.com/scrapeboxofficial/
  49. https://forum.abakus-internet-marketing.de/viewtopic/t-102843.html
  50. https://www.blackhatworld.com/seo/scrapebox-the-ultimate-serp-scraper-auto-blog-commenter-with-prstorm-mode.129096/
  51. https://www.tiktok.com/tag/scrapebox?lang=de-DE
  52. https://www.quora.com/What-is-ScrapeBox
  53. https://virtualnetia.de/scrapebox-schweizer-taschenmesser-seo/
  54. https://www.linkedin.com/pulse/scrapebox-tutorial-craig-campbell-1
  55. https://medium.com/geekculture/scrapebox-530aa89abd98
  56. https://www.g2.com/products/scrapebox/reviews
  57. https://www.musik-glaesel.de/catalogsearch/result/index/?q=[tcp4.com]scrapebox%20blast%20negative%20seo%20blackhat%20seo916
  58. https://github.com/18F/scrapebox
  59. https://docu.gsa-online.de/captcha_breaker/scrapebox
  60. https://www.topicfinder.com/web-based-scrapebox/
  61. https://www.searchlogistics.com/learn/tools/scrapebox/
  62. https://twitter.com/scrapeboxhelp
  63. https://privateproxy.me/scrapebox-proxies/
  64. https://www.trustpilot.com/review/www.scrapebox.com
  65. https://www.softwaresuggest.com/scrapebox
  66. https://sourceforge.net/software/product/ScrapeBox/
  67. https://smart.linkresearchtools.com/linkthing/seo-tutorials/scrapebox-seo-workflows
  68. https://www.pipiads.com/de/blog/effektives-emailscraping-mit-scrapebox-fr-shopifyemailadressen/
  69. https://helpcenter.soax.com/en/articles/5625031-scrapebox
  70. https://soundcloud.com/scrapebox
  71. http://scrapebox.over-blog.com/
  72. https://craigcampbellseo.com/free-scrapebox-tutorial/
  73. https://www.scrapeboxforum.com/
  74. https://www.scraperapi.com/integration-tutorials/scrapebox-integration/
  75. https://www.facebook.com/groups/scrapeboxofficial/
  76. https://www.youtube.com/@scrapebox
  77. https://nocodefamily.com/tool/scrapebox
  78. https://proxy-seller.com/de/proxy-for-scrapebox/
  79. https://blog.uptrends.de/?s=%5Btcp4.com%5Dscrapebox%20negative%20seo%20blackhat%20seo518
  80. https://proxyempire.io/residential-proxies-for-scrapebox/
  81. https://www.blackhatworld.com/seo/is-scrapebox-still-useful.1504955/
  82. https://alternativeto.net/software/scrapebox/
  83. https://forum.abakus-internet-marketing.de/viewtopic/t-142613.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement