This link below contains data that I need to scrape: https://jobsearch.svc.dhigroupinc.com/v1/efc/jobs/search?page=1&facets=*&countryCode2=SG&pageSize=10¤cyCode=SGD
Through the preview, I can see that there is data available, but hidden. Click link to view the preview image. Preview of data
However, it displays only: {"message":"Forbidden"}
Is there anyway I can retrieve the json data that I need just like below?
{"data":[{"id":"307ocL4mnUnNJT5V","title":"KYC Analyst","jobLocation":{"city":"Singapore",...........
Here are data for network headers if needed.
I've used selenium to retrieve data that I want, but if I could retrieve the json data I can skip using selenium but instead just use simple requests. Any ideas?