How to build scraping model extracting pagination for following URL

I am a newbie to web scraping, want to scrape following URL using webscraper.io plugin.

How should I go about building sitemap.

Problem

URL : www.zapkey.com

If you launch this website you can see
Search Projects or Localities or Townships option.
After clicking on it, Search Form is popped up, you can enter or select 'Pune' under City drop down and enter 'Pashan' in the next text box which will bring dropdown select 'Pashan' and hit search.

You can see View 2752 RESULTS, once you click on it we can see results in 15/20 rows per page.

I want to scrape these results from 1st page to Last page. Save results and Rerun it With Different set of values for City and Locality Parameter.