from grab import Grab
g = Grab()
g.setup(post={'text':'c#',
'search_field':'',
'employment':'',
'schedule':'',
'period':'30'
})
g.go('https://api.hh.ru/vacancies')
print(g.response.code)
print(g.response.body)