问题描述
我需要使用Excel宏从www.Eppraisa.com获取一些值。
但是我不知道PropID的价值是什么。这就是为什么宏适用于URL1但不适用于URL2,因为我认为URL2具有错误的propID
可以有人请帮忙吗这将是一个很好的帮助我
谢谢。
使用Mozilla Firefox& Firebug您可以识别请求和响应。
下面的步骤适用于您进行的任何搜索。
1 将以下网址复制到Firefox浏览器。
2 打开FireBug并查找以下请求。 Goto Net Tab> XHR如下图所示。
3 展开节点并转到参数选项卡。它显示了GET请求需要执行的所有输入参数。
4 最后,我们可以在响应选项卡中看到服务器的响应。 >
I need to fetch some values from www.Eppraisa.com using Excel Macro.
But I don't know what should be the value of PropID. That's why the macro works for URL1 but not for URL2 because I think URL2 has a wrong propID
Can anybody please help? It would be a great help for me
Thanks.
With Mozilla Firefox & Firebug you can identify the request and response.
Below step applies to any search you make.
1 Copy the below URL to Firefox Browser.
http://www.eppraisal.com/home-values/property/1122-e-loyola-dr-tempe-az-85282-42382460/
2 Open Up FireBug and look for below request. Goto Net Tab > XHR as in below image.
3 Expand the node and goto Params tab. It shows all the input parameters which needs to go with the GET request.
.
4 Finally we can see the response from server in the Response Tab.
这篇关于宏/ VBA从www.Eppraisal.com获取值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!