Python Forum
Scrap text out of td table from URLS
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scrap text out of td table from URLS
#1
Hi guys. Can anyone can help with this simple thing?
I would like to scrape out some text from Urls in python script.
There is tables in urls which can be find by this line
markets = driver.find_elements_by_class_name('match-on')
because it could use Webdriver (chromedriver)
from selenium import webdriver
driver = webdriver.Chrome('')
infos = m.find_elements_by_tag_name('td')
So maybe there is smart people here who could help me just to drag out info from table from specific urls and table where class name is 'match-on' and tag name is td then i would be very thankfull. I know i giving not a lot of info but i don't know much about python. I just know that it will help me to fix my problem..
Thank you guys
Reply


Messages In This Thread
Scrap text out of td table from URLS - by Gochix2020 - Aug-01-2019, 08:41 PM
RE: Scrap text out of td table from URLS - by Malt - Aug-02-2019, 04:59 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Web scrap --Need help Lizardpython 4 1,015 Oct-01-2023, 11:37 AM
Last Post: Lizardpython
  BeautifulSoup not parsing other URLs giddyhead 0 1,194 Feb-23-2022, 05:35 PM
Last Post: giddyhead
  I tried every way to scrap morningstar financials data without success so far sparkt 2 8,242 Oct-20-2020, 05:43 PM
Last Post: sparkt
  Web scrap multiple pages anilacem_302 3 3,826 Jul-01-2020, 07:50 PM
Last Post: mlieqo
  Need logic on how to scrap 100K URLs goodmind 2 2,614 Jun-29-2020, 09:53 AM
Last Post: goodmind
  Scrap a dynamic span hefaz 0 2,690 Mar-07-2020, 02:56 PM
Last Post: hefaz
  scrap by defining 3 functions zarize 0 1,852 Feb-18-2020, 03:55 PM
Last Post: zarize
  Skipping anti-scrap zarize 0 1,880 Jan-17-2020, 11:51 AM
Last Post: zarize
  Cannot get selenium to scrap past the first two pages newbie_programmer 0 4,160 Dec-12-2019, 06:19 AM
Last Post: newbie_programmer
  Scrap data from not standarized page? zarize 4 3,301 Nov-25-2019, 10:25 AM
Last Post: zarize

Forum Jump:

User Panel Messages

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