Description Usage Arguments Value Examples
Return a list of businesses on yelp based on the provided phone number
1 | business_search_phone(api_key, phone_number)
|
api_key |
string |
phone_number |
Phone number of the business you want to search for. It must start with + and include the country code, like +14159083801 |
List with the following elements:
total: Total number of business Yelp finds based on the search criteria. Sometimes, the value may exceed 1000. In such case, you still can only get up to 1000 businesses. total may be limited to 40 for non-default sorts such as "distance" and "review_count"
businesses: List of business Yelp finds based on the search criteria
1 2 | key <- "######"
business_search_phone(api_key = key, phone_number = '+14159083801')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.