从电子商务中获取数据

时间:2017-11-18 08:23:32

标签: php web-crawler e-commerce

我想使用他们的API从Flipkart和亚马逊获取产品数据。

<form action="test.php" method="get">
    <input type="text" name="searchdata">
    <label for="searchdata">Search Product</label>
    <input id="search" type="submit" value="Search">
</form>

不喜欢这个

$web_page_data =  file_get_contents("https://flipkart.com/search?q=".$search);

请帮我实现相同的目标。

0 个答案:

没有答案