ConsoleCatalog
Sign in
Great Clips logo

Great Clips

greatclips.comBusiness Servicesno auth

Great Clips salon locator - salons by country/state/city with address, phone, and hours.

City Salon Listing

ASYNCREADNo auth

Returns all salons in a city with names, addresses, and detail links.

ParametersFormJSON

Two-letter US state slug in the salon URL path (e.g. ca, tx)

City slug in the salon URL path (e.g. fremont, dallas)

cost: 1 credit · 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_greatclips_city_salon_listing",
    "params": {
      "state": "ca",
      "city": "fremont"
    }
  }'