-1

I want to parse website using retrofit, but I don't know how to create POJO. And I don't have a json.

http://vuzopedia.ru/vuz/ 

This is the website where I want to parse information.

1 Answers1

1

if your website does not have an API or anyway to get JSON data then you should consider Web Scraping. You cant make POJO/Models without JSON Data

JideGuru
  • 7,102
  • 6
  • 26
  • 48