Leafly: List Strains
Leafly via Parse · healthcare
List cannabis strains with pagination and optional filters. Returns an array of strain objects (with name, slug, category, effects, terpenes, cannabinoids, ratings) and a total count. Filters narrow results server-side; omitting all filters returns the default popular strains. Each strain object includes rich detail for display without a detail fetch. Access cannabis strains, dispensaries, product menus, and brands data from Leafly. Fulfilled by Parse from leafly.com.
- ecommerce
- healthcare
- leafly
- leafly-com
- maps-geo
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- healthcare
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/a1bdb45f-d7d8-419e-b184-5ff3e3e1608e/list_strains
- Interface artifact
- sha256:c76c658d591c399a850da757f2fa1b91952f006de78a2569f9ecc3e31a6a39c8
- Manifest digest
- sha256:281473c819bc176769cc6e7288e6b74da6bd5bebf63add029047dfec76ca1ae5
Request fields
- skip (integer): Number of results to skip for pagination.
- take (integer): Number of results to return per page.
- effect (string): Filter by effect (e.g., 'creative', 'relaxed', 'euphoric', 'sleepy', 'happy', 'energetic', 'focused').: Allowed values: creative, relaxed, euphoric, sleepy, happy, energetic, focused
- flavor (string): Filter by flavor (e.g., 'berry', 'citrus', 'earthy', 'sweet', 'pine').: Allowed values: berry, citrus, earthy, sweet, pine
- terpene (string): Filter by terpene (e.g., 'myrcene', 'limonene', 'caryophyllene', 'pinene', 'linalool').: Allowed values: myrcene, limonene, caryophyllene, pinene, linalool
- helps_with (string): Filter by medical symptom (e.g., 'pain', 'stress', 'anxiety', 'insomnia', 'depression').: Allowed values: pain, stress, anxiety, insomnia, depression
- strain_type (string): Filter by strain type: 'indica', 'sativa', or 'hybrid'.: Allowed values: indica, sativa, hybrid
Example queries
- {"skip":"0","take":"5","effect":"creative","flavor":"berry","terpene":"myrcene","helps_with":"pain","strain_type":"indica"}