TechSavvy API The TechSavvy API is simple, free, and open. Response formats can be either JSON or JSONP. For now there are NO rate limits. GET /jobs/{search} {search} is optional and should be URL encoded Parameters limit - The number of results to return callback - Required for JSONP responses format - optional and defaults to JSON Examples http://api.techsavvy.io/jobs/javascript+san+francisco http://api.techsavvy.io/jobs/javascript?limit=200&format=jsonp&callback=mySuperNeatCallback Get the latest 100 jobs http://api.techsavvy.io/jobs?limit=100