Weedmaps Dispensaries Scraper and Price Monitoring avatar

Weedmaps Dispensaries Scraper and Price Monitoring

Try for free

No credit card required

View all Actors
Weedmaps Dispensaries Scraper and Price Monitoring

Weedmaps Dispensaries Scraper and Price Monitoring

parsedom/weedmaps
Try for free

No credit card required

The Weedmaps Dispensary Scraper is an Apify actor that extracts product details from Weedmaps.com, including names, categories, brands, prices, and discounts. It supports pagination and proxy use, making it ideal for market research, competitive analysis, and enriching data.

Weedmaps Dispensary Scraper 🚀

The Weedmaps Dispensary Scraper is an Apify actor designed to extract detailed product information from dispensaries listed on Weedmaps.com. With this actor, you can easily retrieve data about various products, including their names, categories, brands, prices, and discounted prices.

✨ Features

  • 🛍️ Product Details: Scrapes product information such as name, category, brand, price, and any discounted prices.
  • 📄 Pagination Support: Handles multiple pages to ensure all products are captured.
  • 🔐 Proxy Support: Allows you to specify a proxy URL to avoid IP bans or restrictsions.

💡 Why Use Weedmaps Dispensary Scraper?

This actor helps you efficiently gather data from multiple dispensaries, which is beneficial for:

  • Market Research: Analyze product offerings, prices, and trends across various dispensaries.
  • Competitive Analysis: Compare prices and product categories among competitors.
  • Data Enrichment: Enhance your database with comprehensive product details.

🚀 How to Scrape Weedmaps

  1. Prepare Your Input: Provide the URLs of the dispensaries you want to scrape. You can also specify a proxy URL to avoid IP bans. If no proxy URL is provided, Apify's proxy will be used automatically.

    Example Input:

    1{
    2  "startUrl": [
    3    { "url": "https://weedmaps.com/dispensaries/northhollywood" },
    4    { "url": "https://weedmaps.com/dispensaries/sanfrancisco" }
    5  ],
    6  "proxyUrl": "http://username:password@proxyserver:port"
    7}
  2. Run the Actor:

    • Use the Apify platform to execute the actor with your prepared input.
    • Run the Actor: You can run the actor from the Apify console or via the Apify API.
    • Monitor Progress: Check the Apify console for real-time updates and progress.
  3. Retrieve Results:

    • After the actor completes its run, the extracted data will be stored in a dataset.
    • Download Options: You can download the results in various formats like JSON, CSV, or Excel directly from the Apify console or set up automated data exports.

📊 Example Output

You can download the dataset extracted by the Weedmaps Dispensary Scraper in various formats such as JSON, CSV, or Excel. Below are sample of the output:

JSON

1[{
2  "URL": "https://weedmaps.com/dispensaries/northhollywood/menu/alien-labs-3-5g-atomic-apple",
3  "Dispensary Name": "MMD North Hollywood ",
4  "Category": "FLOWER",
5  "Brand Name": "Alien Labs",
6  "Product Name": "Atomic Apple - Indoor",
7  "Original Price": "$50.59",
8  "Discounted Price": "$3.00"
9},
10{
11  "URL": "https://weedmaps.com/dispensaries/northhollywood/menu/oakfruitland-3-5g-guavalicious",
12  "Dispensary Name": "MMD North Hollywood ",
13  "Category": "FLOWER",
14  "Brand Name": "Oakfruitland",
15  "Product Name": "Guavalicious Premium Flower 3.5g - Core Series",
16  "Original Price": "$35.13",
17  "Discounted Price": "$2.00"
18}
19]
Developer
Maintained by Community
Actor metrics
  • 4 monthly users
  • 2 stars
  • 40.0% runs succeeded
  • Created in Aug 2024
  • Modified 6 days ago