Skip to main content
We’ve provided code samples in Python, cURL, Ruby, Go and JavaScript. If you aren’t comfortable working in any of these languages, feel free to use this handy tool to convert code from cURL to the language of your choice.
We want your feedback!Do you see a bug? Is there an example you’d like to see that’s not listed here?Head over to the public roadmap and submit a bug ticket or a feature request and receive automatic notifications as your bug is resolved or your request is implemented.

Basic Usage

“I want to look up information for a job title that I have.”

Basic Usage Using POST

“I want to look up information for a job title that I have with a POST request.”
Difference Between GET and POST RequestsSee this article for a comparison of the differences between GET and POST requests. The biggest difference is that POST requests don’t have any limit on the amount of data that you can pass in a request.

Person Searching Using Job Title Data

“I want to search for people with similar job titles.”