PHP Classes

I want to get the all info related to particular product fromURL: Amazon url get data from it.

Recommend this page to a friend!
  All requests RSS feed  >  I want to get the all info related to...  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

I want to get the all info related to particular product fromURL

Edit

Picture of Harshal Patel by Harshal Patel - 7 years ago (2017-06-05)

Amazon url get data from it.

This request is clear and relevant.
This request is not clear or is not relevant.

+2

I want to parst particular amazon product url and want to fetch all of its data.

  • 1 Clarification request
  • 1. Picture of zinsou A.A.E.Moïse by zinsou A.A.E.Moïse - 7 years ago (2017-06-23) Reply

    www.amazon.fr/Never-Forget-T1-interdit-romance-ebook/dp/B01N9KICEG/ref=br_dig_pdt-1/260-8514276-3494815?pf_rd_m=A1X6FK5RDHNB96&pf_rd_s=&pf_rd_r=J08HE8441W7PK5X6789Y&pf_rd_t=36701&pf_rd_p=aa66a3fc-363c-44b1-92d5-1dfbb01e031c&pf_rd_i=desktop

    this is an example of amazon detail-view url can you tell us what are the informations you want to get automatically

    Ask clarification

    1 Recommendation

    Fast PHP CURL Multiple Requests: Retrieve the content of multiple URLs using CURL

    This class can retrieve the content of multiple URLs using CURL.

    It can take an array of URLs and sends HTTP requests to all of them in parallel using the CURL extension multi-request support.

    The class queues the URL of each page to be retrieved one at a time to make it more efficient.
    This recommendation solves the problem.
    This recommendation does not solve the problem.

    +2

    Picture of riccardo castagna by riccardo castagna package author package author Reputation 195 - 6 years ago (2018-09-17) Comment

    Tray with cUrl_multi class ... you have only to insert the urls of the amazon products in the array, in this way : <?php include_once("./lib/class.curlmulti.php"); $ref= new cURmultiStable; $urllinkarray = array('w w w . amazon . f r/Never-Forget-T1-interdit-romance-ebook/dp/B01N9KICEG/ref=br_dig_pdt-1/260-8514276-3494815?pf_rd_m=A1X6FK5RDHNB96&pf_rd_s=&pf_rd_r=J08HE8441W7PK5X6789Y&pf_rd_t=36701&pf_rd_p=aa66a3fc-363c-44b1-92d5-1dfbb01e031c&pf_rd_i=desktop', 'w w w .a m a z o n . f r/gp/slredirect/picassoRedirect.html/ref=sspa_dk_detail_2?ie=UTF8&adId=A10387773U8EG5DESK64G&qualifier=1537174894&id=6804141305922304&widgetName=sp_detail&url=%2Fdp%2FB01MFHXTOG%2Fref%3Dsspa_dk_detail_2%3Fpsc%3D1', 'w w w . a m a z o n . f r /Never-Forgive-T2-continue-linterdit-ebook/dp/B01N9KIEN7/ref=pd_cp_351_1/260-8514276-3494815?_encoding=UTF8&pd_rd_i=B01N9KIEN7&pd_rd_r=46a72ea8-ba58-11e8-a6dd-ef0bd8adc9ae&pd_rd_w=EeDs3&pd_rd_wg=hP8Ck&pf_rd_i=desktop-dp-sims&pf_rd_m=A1X6FK5RDHNB96&pf_rd_p=777521b5-2a0f-4b78-96a8-1bbba449989c&pf_rd_r=3M2KPFAJMNFK1DR0AD07&pf_rd_s=desktop-dp-sims&pf_rd_t=40701&psc=1&refRID=3M2KPFAJMNFK1DR0AD07' );

    $urls = $ref->runmulticurl($urllinkarray); foreach ($urls as $value){ echo $value; } ?>


    Recommend package
    : 
    :