Job search engine
Juju offers a Publisher API to search for jobs and integrate the results seamlessly into your website, requiring attribution and specific user details.
import requests
url = "http://api.juju.com/jobs"
params = {
"partnerid": "YOUR_PUBLISHER_ID",
"k": "financial accountant",
"l": "Chicago, IL",
"useragent": "YOUR_USER_AGENT", # Example: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36"
"ipaddress": "YOUR_IP_ADDRESS" # Example: "98.193.69.227"
}
response = requests.get(url, params=params)
print(response.json())Last 50 checks (10 min intervals)