Relative Content

Tag Archive for pythonweb-scrapingweb

Trying to find if an element is in a web page title

Im building a tool to check a list of Instagram username and tell if they are available. So for first underestand web scraping, i tried to check if “(” is in the title of the instagram page of @paris

Python project (webscraping)

I’m here now with a project in the internship, basically I have to do a web scraping using python, that is, imagine that I’m going to use imovirtual (a website to see house prices and stuff), I do a search on the website and imagine that there are 300 results, I copy the URL link, put it in the code and it gets the information like the price, housing, typology, square meters and price per square meter, all this would be transformed into an excel file, all organized, I tried to do it but I’m not getting it, when I open excel only the columns appear but the information doesn’t appear below the respective columns, I think I already know what it is but since I don’t use python and this is complicated