scrap results from google

caarol jeny

Newbie
Joined
Oct 10, 2019
Messages
15
Reaction score
2
hi i want to scrap google first 2 links for my given keywords..

example: i want facebook official site url for facebook keyword

so i there any ways to scrap results in google sheet ..is there any formula for it???
 
Scraping Google results, especially for automating tasks like grabbing the first couple of links, enters a gray area with Google's Terms of Service. They're pretty strict about automated queries. If you're set on this, look into custom scripts using Python with libraries like BeautifulSoup or Scrapy. For Google Sheets, there's no direct formula, but you can use Google Apps Script to create a custom function.
 
hi i want to scrap google first 2 links for my given keywords..

example: i want facebook official site url for facebook keyword

so i there any ways to scrap results in google sheet ..is there any formula for it???
That's very easy to do, use requests module on python and beautifulsoup to parse the data, or just hire a dev who can do that, he won't charge u more than 50$ for an easy job.
 
Back
Top