fatmach Posted March 2, 2011 Share Posted March 2, 2011 More information on the job posting. I am looking to fetch information from daily deal website, Such as tuango.ca, socialliving.com, groupon.com...ect I want to retrieve data from different daily deal sites, and I want to retrieve all the deals of the day from each different city in the website. For example www.tuango.ca Has a deal a day in Montreal, Toronto,...ect I want to be apply to retrieve data from all the different location within the site. I want the script to fetch the data of deals. To be more clear I want the script to fetch What site the deal was on What location was it for What's the tittle of the deal What price is the deal What's the value of the deal What's the saving in percentage of the deal How much were sold What's the minimum amount of the deal before it becomes activated What's the company who did the deal Company address Company postal code Company phone number (there might be more categories..will talk more if you pass this stage of the interview process) Ones all this data is fetched I need it to automatically be store in a database. Every morning at 4:am (eastern time) I need it to run the script, because the days deals finish at midnight and it's the only way of getting a number of the total number of coupons sold. you'll usually see the final stats of the deal on their recent deals page of the website. I want to know how a site like http://onespout.com/deals/montreal did it.. I'm not asking somebody to do it for me I'm just asking someone to guide me in takeing the right steps Link to comment https://forums.phpfreaks.com/topic/229386-scraping-data/ Share on other sites More sharing options...
btherl Posted March 2, 2011 Share Posted March 2, 2011 There's two basic approaches I would use 1. A regexp to extract the info 2. Parsing the HTML using a library, either event based or converting the HTML into a structure where the data can be extracted from. Link to comment https://forums.phpfreaks.com/topic/229386-scraping-data/#findComment-1182071 Share on other sites More sharing options...
fatmach Posted March 4, 2011 Author Share Posted March 4, 2011 Quote There's two basic approaches I would use 1. A regexp to extract the info 2. Parsing the HTML using a library, either event based or converting the HTML into a structure where the data can be extracted from. you think there is any other way, i tried learning regexp and its just to complicated for me to unferstand. .. Link to comment https://forums.phpfreaks.com/topic/229386-scraping-data/#findComment-1182652 Share on other sites More sharing options...
cunoodle2 Posted March 4, 2011 Share Posted March 4, 2011 Please post the code you have come up with so far and we will help you work through it. If you do not have any code thus far then please put something together, post it here in the forum and then we will help you perfect it. Link to comment https://forums.phpfreaks.com/topic/229386-scraping-data/#findComment-1182660 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.