CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Extracting Data

  1. #1
    Join Date
    Feb 2011
    Posts
    1

    Question Extracting Data

    Hi... I am relatively new to programming and I will appreciate all the help I can get from this community to understand how some things work.

    My question is, how can I extract product specific data (image, price, features, discounts, etc. ) from online shopping sites (Yahoo!Shopping, Walmart, Sears, etc.) and display them on a different website. Also, is this process legal and is there a need to get prior permission from these shopping sites?

    I am talking of something on lines of the 'Facebook like button' seen on many product pages, which when clicked extracts the product data from Yahoo!Shooping site and displays it on Facebook.

    Please help!
    Shashi.

  2. #2
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: Extracting Data

    This is referred to as screen scraping or web scraping. You can find a general bit of information about it here: http://en.wikipedia.org/wiki/Web_scraping.

    I am NOT a lawyer, so I will refrain from commenting on the legality. There is some information on the Wikipedia page about it and it appears to largely be unsettled law. This is not legal advice. Consult someone knowledgeable before deploying any system to production.
    Best Regards,

    BioPhysEngr
    http://blog.biophysengr.net
    --
    All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured