CURL ile bir tıklama simüle (PHP)

0 Cevap php

I'm using CURL to extract some real estate listings. But, recently, a website changed his way to communicate the phone number: The visitor must click on a "Show the phone number" link that returns the result in jSon. I found these information with Firebug:

http://www.realestate.com/phone/click.json?Id=023DSFS

Ve linkn için kod kaynağı (obiously) 'dir:

<a href="#" class="showDetail">Show the phone number</a>

Yani, nasıl bir tıklama taklit ve php var benim sonucunu saklamak koyabilirsiniz?

Teşekkür ederim,

Saygılar.

0 Cevap