[Go to site: main page, start]

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

Company Autocomplete Example

“Give me 10 suggestions for companies starting with"ama" .”

Job Title Autocomplete Example

“Give me 20 suggestions for job titles starting with the prefix"data".”

Skill Autocomplete Example Using POST

“Give me 5 suggestions for skills starting with the prefix"python" .”
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.