# Beycome > Beycome is a flat-fee MLS real estate brokerage operating in 17 states. Sellers list on the MLS for a low one-time flat fee — no traditional listing commission. Buyers can get representation through the platform, with a cash credit at closing. Listing creation, offers, counter-offers, scheduling, and closing coordination run through AI-guided workflows. Beycome represents the seller. ## Key pages - [/how-it-works.md](/how-it-works.md) — step-by-step explanation of the selling and buying process - [/pricing.md](/pricing.md) — listing packages and what each tier includes - [/faq.md](/faq.md) — frequently asked questions about listing, buying, MLS coverage, and the platform - [/artur.md](/artur.md) — description of the Artur AI assistant and its capabilities - [/home.md](/home.md) — platform overview, key stats, and service availability ## More about Beycome - [/about-us](/about-us) — company background and operational model - [/reviews](/reviews) — customer testimonials from sellers and buyers on the platform - [/contact](/contact) — contact information for support and general inquiries - [/media-press-inquiries](/media-press-inquiries) — media contact information and press resources - [/terms-and-conditions](/terms-and-conditions) — legal terms governing platform access and use - [/privacy-policy](/privacy-policy) — data collection, retention, and privacy practices - [/yard-sign](/yard-sign) — yard sign ordering for sellers with active listings ## Listings & search Any listing detail page can be read as structured markdown by appending `.md` to the page URL. Example — listing detail: [/1200-West-Ave-Miami-Beach-FL-33139/BEYC17072842.md](/1200-West-Ave-Miami-Beach-FL-33139/BEYC17072842.md) Search results are available at: - `/for-sale/{city}.md` — active for-sale listings in a city - `/for-rent/{city}.md` — active for-rent listings in a city - `/properties-closed/{city}.md` — recently closed properties in a city - `/for-sale/fsbo/{city}.md` — for-sale-by-owner listings in a city - `/for-sale.md` — for-sale listings with no city filter Example — search results: [/for-sale/miami-fl.md](/for-sale/miami-fl.md) Query filters (append as URL parameters): | Parameter | Description | |-----------|-------------| | `bed` | Minimum bedrooms | | `bath` | Minimum bathrooms | | `fp` | Floor price (USD) | | `tp` | Top price (USD) | | `pt` | Property type (e.g. `sfh`) | ## Ask Artur (live) Artur is Beycome's AI assistant, available as a read-only, anonymous NLWeb endpoint. **Endpoint:** `POST /ask` **Request body:** ```json {"query":{"text":"..."},"meta":{"version":"0.55"}} ``` Agents may query Artur for: - Comparable recent sales for a specific address - A property value estimate for a specific address - Current market data and research for an area - MLS coverage for a county or state - MLS document lookup and search - Property owner contact lookup by address or MLS number **Limitations:** Account actions — changing a listing's status, scheduling an open house, setting reminders, submitting offers, or responding to counter-offers — are not performed through this endpoint. Those actions require the signed-in user to confirm them in the Beycome dashboard.