CVS: Search Stores
CVS via Parse · healthcare
Search for CVS pharmacy locations by ZIP code. Returns a paginated list of stores with addresses, phone numbers, distance, and full weekly hours for both the store and the pharmacy (including lunch breaks). Results are auto-iterated across pages. Search CVS stores, get store details, search products and medications, and check product availability. Uses CVS internal APIs with guest OAuth token authentication. Fulfilled by Parse from cvs.com.
- cvs
- cvs-com
- ecommerce
- healthcare
- maps-geo
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- healthcare
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/8280d527-04e5-4cb9-86d9-c1d04a17953b/search_stores
- Interface artifact
- sha256:453d228b04e95c9913e4fa2efba32d9a83f6a38b82b2ad3364421792eabc98c6
- Manifest digest
- sha256:f18c23be6a2a4058a5c3577ed353577f50f3f27fad8eb10f395c8aa2036d1ea1
Request fields
- page (integer): Page number for pagination
- limit (integer): Maximum number of results to return per page
- query (string): ZIP code to search near (e.g. '90210', '10001'). Only numeric ZIP codes reliably return results.
- radius (integer): Search radius in miles
Example queries
- {"page":"1","limit":"3","query":"10001","radius":"5"}