cvs_store_locator
Find nearby CVS store locations by ZIP code, address, or coordinates. Get address, phone, hours, pharmacy availability, and services in clean JSON.
Instructions
CVS store locator. Returns nearby CVS store locations for a ZIP code, a free-text address/city/state, or a latitude/longitude pair: address, phone, fax, distance, and retail store hours, plus a has_pharmacy existence flag and a list of general service indicators (e.g. photo, ATM, same-day delivery). Covers general store info only -- this does not return pharmacy hours, pharmacy phone, prescription data, or any patient-specific information. zip is a 5-digit US ZIP code; alternatively supply address (a free-text location such as a city, state, or street address) or latitude and longitude together. When more than one is supplied, zip wins, then address, then latitude/longitude. Optionally narrow results to stores carrying one specific service via the service param (the same code vocabulary the response's services field uses); only one service value is accepted per request. CVS.com is only available from US/US-territory egress; a request from an unsupported region returns an upstream error rather than an empty result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip | No | 5-digit US ZIP code, e.g. \ | |
| address | No | Free-text location -- a city, state, or street address, e.g. \ | |
| service | No | Narrow results to stores carrying one specific service | |
| latitude | No | Latitude, used together with longitude when zip and address are not supplied | |
| longitude | No | Longitude, used together with latitude when zip and address are not supplied |