As I was conducting a search using a mobile User Agent for "chiropractors+New York+NY," Google presented me with a page that resembled the following:
https://i.sstatic.net/o5ewW.png
I am interested in programmatically extracting the phone number linked to from the Call button on the right side of the page. Despite my efforts using WebDriver (Python) with XPath, CSS selector, or ID, I have been unable to retrieve the desired information. Tools like Firebug and developer tools only show me the text 'Call' associated with the link. Additionally, attempting to copy the displayed number from Skype and locate it in the source code has not yielded any results. Is this task even feasible? For reference, the full HTML source can be accessed here.