Python BeautifulSoup scrape Yahoo Finance value
问题 I am attempting to scrape the 'Full Time Employees' value of 110,000 from the Yahoo finance website. The URL is: http://finance.yahoo.com/quote/AAPL/profile?p=AAPL I have tried using Beautiful soup, but I can't find the value on the page. When I look in the DOM explorer in IE, I can see it. It has a tag with a parent tag which has a parent which has a parent . The actual value is in a custom class of data-react-id . code I have tried: from bs4 import BeautifulSoup as bs html=`http://finance