Skip to main content

Create Your First Listing

A listing represents a business for sale on Venturu. Let’s get one live!

Quick Start

Every listing created through the API needs a broker. You can either reference an existing broker or create one inline with the listing. Both approaches work great!
Endpoint: PUT /partner/v1/listings/{externalListingId}
1

Choose an External ID

Pick a unique ID from your system:
  • MLS number: MLS-123456
  • Database ID: LISTING-789
  • Custom format: biz-miami-restaurant-001
This ID is permanent - choose wisely!
2

Link to a Broker

You have two options:
Use the broker’s external ID:
3

Add Business Details

Minimum Required Fields
4

Send the Request

5

Success!

Listing is live! Buyers can now find it on Venturu.

Complete Example

Here’s a full listing with all the important fields:

Essential Fields

Option 1: Reference existing broker
Option 2: Create broker inline
Controls visibility:
  • FOR_SALE - Live and searchable (use this!)
  • DRAFT - Not yet published
  • ARCHIVED - Temporarily hidden
  • UNDER_CONTRACT - Deal in progress
  • SOLD - Business sold
See Managing Listing Status for all options.
The type of business:
  • Restaurant
  • Retail
  • Service Business
  • E-commerce
  • Manufacturing
  • And more…
Visibility options:
  • SHOW_FULL_ADDRESS - Show complete address
  • SHOW_CITY_STATE - Show only city and state
  • SHOW_STATE_ONLY - Show only state
SDE = Seller’s Discretionary Earnings. This is what most buyers care about!

Common Questions

No worries! If you use the same externalListingId, it will update instead of creating a duplicate. See Updating a Listing.
Yes! Use the inline broker object. Both will be created/updated in one API call.
Instantly for FOR_SALE listings. We generate SEO-optimized URLs and descriptions in the background (takes ~1 minute).
Use "status": "DRAFT" to create without publishing. Change to FOR_SALE when ready. See Managing Listing Status.

Next Steps

Update Listing

Learn how to update listing details

Manage Status

Control visibility and status

Create Broker

Create a broker first

API Reference

Full field documentation