So, you're looking for a job you say... Need to brush up on your knowledge set... I've got the tool for you!
career_chooser.py
import urllib
import re
import sys
import cgi
API_KEY="USE YOUR OWN"
def get_result(query):
url = "http://api.indeed.com/apisearch?q=\"%s\"&l ...