Python Forum
Is it possible to scrape this data from Google Searches
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is it possible to scrape this data from Google Searches
#1
Hi there,

I'm currently working on a repetitive task, which I'm wondering if I can automate with Python. I have never worked with Python before, so please forgive any part of my question being unclear/not asked correctly. So to my question: I have a list in Excel with about 700 University Names and need to find their websites. Through my own research, I've found that it is possible to crawl Google Search results with Python. However, I've found that the university's website is often not the first search result. Yet, for most Universities, Google displays a box on the right, with a 'Website' Button linking to the university's website (see picture). Is it possible to use Python to automize the process of extracting all these URL's and how would I best go about doing so?

Best,

rosjo

Screenshot-2020-11-05-at-17-43-40
Reply
#2
There are many python packages that will allow you to search, get back a bunch of results, which you can then process, drilling down to the precise item. With school names, it should be a relatively easy task.

Here are some prospect packages: https://pypi.org/search/?q=google
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Trying to scrape data from HTML with no identifiers pythonpaul32 2 855 Dec-02-2023, 03:42 AM
Last Post: pythonpaul32
  I am trying to scrape data to broadcast it on Telegram BarryBoos 1 2,115 Jun-10-2023, 02:36 PM
Last Post: snippsat
  How can I target and scrape a data-stat never5000 5 2,810 Feb-11-2022, 07:59 PM
Last Post: snippsat
  I need help with a script that reads and searches through an api. phage 3 2,438 Apr-06-2021, 01:51 PM
Last Post: SheeppOSU
  google sheet recheck data error ! puttimet38 2 2,230 Mar-21-2021, 04:24 AM
Last Post: puttimet38
  scrape data 1 go to next page scrape data 2 and so on alkaline3 6 5,183 Mar-13-2020, 07:59 PM
Last Post: alkaline3
  Want to scrape a table data and export it into CSV format tahir1990 9 5,259 Oct-22-2019, 08:03 AM
Last Post: buran
  webscrapping links and then enter those links to scrape data kirito85 2 3,205 Jun-13-2019, 02:23 AM
Last Post: kirito85
  Scrape ASPX data with python... hoff1022 0 4,534 Feb-26-2019, 06:16 PM
Last Post: hoff1022
  Cant get financial data from google Adam 0 3,072 Apr-11-2018, 03:02 PM
Last Post: Adam

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020