cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying other's website content on a commercial website

SOLVED

Displaying other's website content on a commercial website

I am working on creating new website that needs to display products descriptions/images etc. from other two e-commerce websites. Also, data needs to be automatically updated every time they change on original websites. I was wondering if this would be possible to do with Magento? Or do you guys have any recommendation how to do this job? Any directions would be much appreciated. Thank you in advance 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Displaying other's website content on a commercial website

This is called screen scraping. 

 

It was popular in the late 2000s but hasn't been too popular recently (if something changes the page breaks, etc). Since every site is different, you have to write a script first to get it to work.

 

The order of operations would look something like:

 

  • Create screen scraping script
  • Have script create a CSV and place images in media/import
  • Create script to trigger Magento importer

Here is a article to get you on your way: http://stackoverflow.com/questions/4590260/php-magento-screen-scraping

-Kris
4x Certified, Blogger @ xgento.com

View solution in original post

1 REPLY 1

Re: Displaying other's website content on a commercial website

This is called screen scraping. 

 

It was popular in the late 2000s but hasn't been too popular recently (if something changes the page breaks, etc). Since every site is different, you have to write a script first to get it to work.

 

The order of operations would look something like:

 

  • Create screen scraping script
  • Have script create a CSV and place images in media/import
  • Create script to trigger Magento importer

Here is a article to get you on your way: http://stackoverflow.com/questions/4590260/php-magento-screen-scraping

-Kris
4x Certified, Blogger @ xgento.com