What it does
Yelp reads businesses and review excerpts from the Yelp Fusion API. Read-only: Yelp does not expose a reply-to-review API and caps the reviews endpoint at 3 excerpts per business (~160 chars each).
Setup
- Sign up at Yelp Fusion and create an app to get an API Key.
- In FlowFn, go to Platform Tools → Yelp → Connect and paste the API key.
Actions
- Search Businesses — by term + location (or lat/lng), with category/price/sort/radius filters.
- Get Business — full details (hours, photos, categories).
- List Reviews — up to 3 review excerpts.
Notes
Yelp rate limits the free tier to 5,000 calls/day. Workflows that poll should respect that budget. If you need full reviews and reply capability, use Google Business Profile or Trustpilot.