in reply to Web Crawling problem with justDial

Just analyze api calls in chrome debugger network tab. Construct URL(add your required parameters like city, area, pageCount) fot api call and redirect to url. You will receive a json object, which contains results in json form, which you can use further.