Xpath从Trip Advisor中提取电子邮件

时间:2017-01-16 09:44:33

标签: xpath web-scraping

您好,我有一个页面,我想从中提取电子邮件,并受到onclick的保护,因此import.io无法识别它。我想使用Xpath来提取电子邮件,并将其用于所有其他页面。请推荐最好的方法。

旅行顾问: https://www.tripadvisor.com/Restaurant_Review-g1064230-d8541936-Reviews-Yog_Bluffin-Alicante_Costa_Blanca_Province_of_Alicante_Valencian_Country.html

我想在xpath上使用的代码:

<div class="taLnk fl" onclick="ta.trackEventOnPage('Eatery_Listing', 'Email', 8541936, 1);
                       return ta.call('ta.locationDetail.checkEmailAction',event,this,'info@yogbluffin.com',
                              8541936,
                              '\x41\x6e\x20\x69\x6e\x71\x75\x69\x72\x79\x20\x66\x72\x6f\x6d\x20\x61\x20\x54\x72\x69\x70\x41\x64\x76\x69\x73\x6f\x72\x20\x75\x73\x65\x72\x20\x66\x6f\x72\x20\x59\x6f\x67\x26\x61\x6d\x70\x3b\x42\x6c\x75\x66\x66\x69\x6e',                                   'Restaurant_Url_');">

使用Xpath提取电子邮件的最佳方法是什么?

0 个答案:

没有答案