> For the complete documentation index, see [llms.txt](https://docs.hivefb.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hivefb.app/start-here/welcome-to-hivefb.md).

# Welcome to HiveFB

Welcome to the HiveFB documentation! This guide will help you get started with HiveFB and make the most of its powerful features.

*Main HiveFB window with the app sidebar, console log, and embedded browser.*

### What you can do with HiveFB

* Scrape Facebook Marketplace listings automatically.
* Review results in a local web dashboard.
* Spot undervalued listings with Hot Deals.
* Track trends with Analytics.

## What is HiveFB?

HiveFB is an advanced Facebook Marketplace scraper designed specifically for finding vehicle deals. It automates the tedious process of browsing thousands of listings, helping you discover the best deals quickly and efficiently.

## Key Benefits

* ⚡ Save Time: Automatically scans thousands of listings in minutes
* 🎯 Find Better Deals: Intelligent filtering highlights the best opportunities
* 📊 Track Everything: Comprehensive dashboard shows all your findings
* 🔔 Never Miss a Deal: Hot deals alerts notify you of exceptional opportunities
* 💾 All Data Local: Everything stored on your computer for privacy

## How It Works

{% stepper %}
{% step %}

### Scrape Listings

HiveFB automatically browses Facebook Marketplace to locate vehicle listings.
{% endstep %}

{% step %}

### Extract Data

Collects prices, descriptions, vehicle details, and seller info from each listing.
{% endstep %}

{% step %}

### Store Locally

All data is saved to your computer's database for privacy and offline access.
{% endstep %}

{% step %}

### View Dashboard

Browse, filter, and analyze your findings in the web dashboard.
{% endstep %}

{% step %}

### Get Alerts

Receive notifications when exceptional deals are found.
{% endstep %}
{% endstepper %}

*Marketplace Dashboard showing filters and listing cards.*

## Getting Started

Start here: [Getting Started](/start-here/getting-started.md).

### Next pages

* Learn the UI: [Main App](/core-workflow/main-app.md)
* Run scrapes: [Scraping Guide](/core-workflow/scraping-guide.md)
* View data: [Web Dashboard](/web-dashboard/web-dashboard.md)

***

*Last Updated: January 2025*\
\&#xNAN;*HiveFB Version: 4.0.10*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hivefb.app/start-here/welcome-to-hivefb.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
