this job requires you to scrape all the locations available on Craigslist and store it in a db. Basically, you have find out all the different countries, states/provinces, cities, and sub-city locations on Craigslist and store that info in a mysql database, which you have to design. I'm guessing the db design will be something similar to this: Countries Tables * id * country name * link on craigslist States/provices table: * state_province id * country id *...