Html curl scraper获取gmaps信息

时间:2017-12-15 19:07:52

标签: php curl

我试图获取某个页面的信息,并且该页面包含Google地图。 我正在使用curl检索页面,除了地图的div之外,我得到了所有的html。 我怎样才能获得这些信息?

该页面是: https://www.groupon.com/deals/the-skydeck-at-willis-tower-184

所以我需要卷曲地图内的地址内容。

谢谢

1 个答案:

答案 0 :(得分:0)

要获取此数据,您的浏览器会向网址https://www.groupon.com/deals/merchant_locations_proxy/the-skydeck-at-willis-tower-184.json?get_user_geo_details=true&page_type=local

发送ajax请求

所以你可以使用掩码https://www.groupon.com/deals/merchant_locations_proxy/<url unique part>.json?get_user_geo_details=true&page_type=local