# Weedmaps Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/weedmaps/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/weedmaps-search | ## Description Unlock comprehensive data on cannabis products from Weedmaps with our API for market analysis and competitive insights. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/weedmaps/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json [ { "id": "product1", "name": "Blue Dream", "type": "flower", "price": "$45.00", "rating": 4.8, "vendor": "Green Leaf Dispensary", "reviews": 235, "category": "hybrid" }, { "id": "product2", "name": "Sour Diesel", "type": "flower", "price": "$50.00", "rating": 4.9, "vendor": "Highland Growers", "reviews": 342, "category": "sativa" }, { "id": "product3", "name": "OG Kush", "type": "flower", "price": "$40.00", "rating": 4.7, "vendor": "Grassroots Collective", "reviews": 412, "category": "indica" }, { "id": "product4", "name": "Pineapple Express", "type": "vape", "price": "$60.00", "rating": 4.6, "vendor": "Express Vapes Co.", "reviews": 520, "category": "hybrid" }, { "id": "product5", "name": "Sour Gummies", "type": "edibles", "price": "$25.00", "rating": 4.5, "vendor": "Sweet Treats Inc.", "reviews": 198, "category": "sativa" } ] ``` ## Documentation ## Overview Unlock comprehensive data on cannabis products from Weedmaps with our API for market analysis and competitive insights. ## Quickstart ``` GET https://api.piloterr.com/v2/weedmaps/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Weedmaps Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Weedmaps without maintaining scrapers - Power internal dashboards and workflow automations with live Weedmaps data