I'm trying to revive an old function, which I used to manually. It became labor intensive, so I stopped. It is to rate movies. I used information from the internet. The attached show what data I used, movie title, movie thumb, description, cast, director and release date. If it's possible to automate this process, I'd like to re-implement the function to my website. What I need is ONLY the data, not the rating function. I need the data to be written into the database and thumbnail uploaded to a specified folder, possibly via cron job. If you can do this, let me know cost. Thanks! These are the database fields: movie type movie name movie description movie year movie release date movie director movie cast thumbnail (filename)
Any particular site you want to crawl? Crawling entire web may lead to HUGE server load and output random useless data.