Questions tagged as 'beautifulsoup'

0
answers

Abstract value of a select and I am working with beatifulsoup in python

I have the following html structure and I want to extract the value of the third option of the select with beatiful soup <div class="box"> <form id="busquedaFiltros" style="margin: 0;" class="form-horizontal" action="busqueda...
asked by 23.08.2018 / 22:06
1
answer

Python HTTPConnectionPool Failed to establish a new connection: [Errno 11004] getaddrinfo failed

I was trying to follow a scraping tutorial on grupoothis , and I The following error arises after a couple of queries. The error in question Traceback (most recent call last): File "C:\Users\Sebastián\AppData\Local\Programs\Python...
asked by 17.06.2018 / 22:30
2
answers

Get information about a div without id with BeautifulSoup Python

I need to find the code of this HTML: <div class="form-horizontal"> <br> <div class="control-group"> <div class="controls"> <!--...
asked by 28.11.2017 / 20:27
1
answer

How do I get the input information with beautifullsoup (PYTHON)?

I need to scrap a website, already log in and perform a search but the information comes out this way: and its html code is: <div class="controls"> <input id="sumaAsegurada_formatted" name="sumaAsegurada_formatted" size="17"...
asked by 22.11.2017 / 17:24
0
answers

Problem with beautifulsoup of python

Good, I'm scraping on a website and I'm having a problem with beautifulsoup when it comes to listing the results, the page I'm dealing with has a structure like this: <tr class="order-by-pos" data-pos="1"> <td class="normal-td td-cent...
asked by 21.11.2017 / 15:13
0
answers

Beautiful Soup or Selectors in Python

Good morning For my scraping projects I have been using a combination of selenium with beautiful soup. Once the html was converted into plain text, I used .find() and .find_all() to move around the info I wanted. The thing is...
asked by 18.10.2017 / 12:19
0
answers

I have a problem when I want to install beautifulsoup4 and requests

This error shows me the truth is that I do not have much programming in python if you could help me solve this error or know which versions can be used or how to validate it I would appreciate it    Collecting requests == 2.18.4 (from -r r...
asked by 28.08.2017 / 18:23