Answer the question
In order to leave comments, you need to log in
What is the error when requesting the hh.ru API?
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)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question