Bizbuysell: Search Listings
Bizbuysell via Parse · marketplace
Search for businesses for sale on BizBuySell with optional filters for location, category, price, and cash flow. Excludes franchises and restaurants by default. Returns paginated results with listing summaries including financials. Each result includes a URL suitable for get_listing_detail. Search businesses for sale and browse categories on BizBuySell.com Fulfilled by Parse from bizbuysell.com.
- b2b-directory
- bizbuysell
- bizbuysell-com
- finance
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/a16d5faf-5b3b-424d-92c9-0efcfacde11f/search_listings
- Interface artifact
- sha256:23e7880ab1e350aec9f8945a4875200890c7d3468c98a96a5a585961fbd12660
- Manifest digest
- sha256:f41a48fdf4b690909e99fb35b6ff34fca452b81b4bc627225fb657fadb321b9f
Request fields
- page (integer): Page number for pagination
- query (string): Search keyword (e.g. 'laundromat', 'car wash')
- state (string): US state name to filter by (e.g. 'florida', 'california'). Use lowercase.
- category (string): Business category URL stub to filter by (e.g. 'automotive-and-boat-businesses'). Values available from get_categories endpoint url_stub field. The '-businesses' suffix is handled automatically.
- max_price (integer): Maximum asking price filter
- min_price (integer): Minimum asking price filter
- min_cash_flow (integer): Minimum cash flow filter
- exclude_franchises (boolean): Exclude franchise listings from results
- exclude_restaurants (boolean): Exclude restaurant/bar listings from results
Example queries
- {"page":"1","query":"car wash","state":"california","category":"automotive-and-boat-businesses"}