How can I can get the website URL in the response when get the business details from the following API call? You can check the results of response:
https://www.yelp.com/developers/documentation/v2/search_api
There's no website details in the response as you can see.
This is correct, there is no way to get website business from the Yelp AP. You would have to write a web scraper. http://www.jacobward.co.uk/web-scraping-with-php-curl-part-1/