How to scrape ajax calls in PHP

后端 未结 2 2029
野趣味
野趣味 2021-01-29 05:42

Please let me know is it possible to scrap some info after ajax loaded with PHP? I had only used SIMPLE_HTML_DOM for static pages.

Thanks for advice.

2条回答
  •  没有蜡笔的小新
    2021-01-29 06:18

    Finally I worked around my problem. I just get a POST url with all parameters from ajax call and make the same request using SIMPLE_HTML_DOM class.

提交回复
热议问题