ConsoleCatalog
Sign in
Yelp logo

Yelp

yelp.comFood Diningno auth

Local business search and reviews - restaurants and services by city.

Business Details

ASYNCWRITENo auth

Returns a business's name, rating, address, phone, hours, and photos.

ParametersFormJSON

Yelp business ID

Encoded business ID

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_yelp_business_detail",
    "params": {
      "business_id": "CxJGgOODtaijc6DFuuYy3g",
      "enc_biz_id": "CxJGgOODtaijc6DFuuYy3g"
    }
  }'