by using a content scraper, images will come as well ?
So, I can use it for each categories, and feed the content to my website (the posts will be in my dashboard). Am I understand the process correctly ? I'm really new for that kind of things.
It really depends on the scraper you're using and the feeds your getting. If you set up an autoblog pulling straight from rss feeds then there may or may not be images included, it depends on how the feed was set up. If you have a scraper that is creating the feeds for you then it depends on if the scraper is set up to pull the images or not.
With an rss feed you're pretty dependent on how the original blog set up the feed. With a scraper on the other hand you're dealing with a script that will parse the html output looking for div and content tags to seperate the article from the rest of the page. In that case if you want images as well then the script would also have to deal with the img src tags within the content, copy the source image to you're own site folder and remake the img tags to correspond to the image on your site. It could also just leech the image from the old site too, but that is probably less desirable since it will show up in the original site logs everytime one of your pages load.
Basically what you're talking about is an autoblog, so do a search on BHW and also a search on google to learn more abut how to set that up. Autoblogs are a little more problematic now because google will mostly consider them spam, but that doesn't mean you can't be a little more selective and creative in setting one up that doesn't shout duplicate content. Here's one article I found that discusses that a little more in depth -
http://premium.wpmudev.org/blog/how-to-set-up-a-curated-news-aggregation-site-with-wordpress/
Also, if you just set up to pull rss feeds then you'll only be getting the most recent articles. That's another reason I suggest looking for a scraper. With the right scraper you could pull all the archived content as well. (I'm not sure but I think that Sweetfunny has a content scraper in addition to Scrapebox. It seems like I saw a salesletter for it once on one of the Scrapebox pages.)
:ranger:
Being new to this kind of thing means that you'll have to do some research to figure out how it works. We can point you in the right direction, but you aren't going to get a step by step guide for doing what you're trying to do. It is definitely doable though, but you'll need to do the research yourself to make it happen. Good luck.
Since you're talking about pulling from the imdb, I think I might have come across a scraper that was specifically for that, but again I don't remember for sure now and No, I'm not going to search for it for you. lol. That's something else you might try to search for though. Basically you'll need to figure out each of the parts I described and then put it all together yourself. Once you've done that then you could maybe even come back and post your own step by step guide on how to do it.
