Skip to content

Quick Start Guide

Get up and running with MacScrape in minutes!

Prerequisites

  • Python 3.8 or higher
  • pip (Python package manager)

Installation

Install MacScrape using pip:

pip install mac-scrape

Basic Usage

1. Analyze a Single Website

mac-scrape analyze https://example.com

This command will scrape the website, perform AI analysis, and generate a report.

2. Analyze Multiple Websites

mac-scrape analyze https://example.com https://another-example.com

3. Customize Analysis Depth

mac-scrape analyze --depth detailed https://example.com

Options: basic, detailed, comprehensive

4. Specify Output Format

mac-scrape analyze --output json https://example.com

Options: json, csv, html

Viewing Results

By default, MacScrape will display a summary in the console and save detailed results in the output directory.

To view the interactive dashboard:

mac-scrape dashboard

This will open the dashboard in your default web browser.

Next Steps

Troubleshooting

If you encounter any issues, please refer to our FAQ or open an issue on GitHub.