finding closest craigslist site for given address

2.3k views Asked by At

how to map closest craigslist site for a given address(zip)? or I was thinking of making that mapping myself by looking at the list of craigslist sites city-wise/state-wise.

1

There are 1 answers

0
Jordan Running On

Indeed, I believe the best solution is to get a list of Craigslist sites/cities, prebuild a mapping of cities to coordinates using some geocoding API (Tiny Geocoder comes to mind but Yahoo and Bing offer good solutions too), and then storing it in a way that makes sort-by-nearest easy (say, MySQL's geospatial extensions or MongoDB's).