Discover/mergernetwork.com API
live

mergernetwork.com APImergernetwork.com

Search and retrieve business-for-sale, real estate, funding, and financial asset listings from DealStream via 13 structured endpoints with financials and contact data.

Endpoints
13
Updated
3mo ago
Try it
Page number for pagination.
Search keyword to filter listings.
Maximum asking price filter.
Minimum asking price filter.
Category path slug to filter by (e.g. /health-care-businesses-for-sale). Available slugs c
api.parse.bot/scraper/786374ad-ff82-46ab-b266-b0d1d1e9cb8b/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/786374ad-ff82-46ab-b266-b0d1d1e9cb8b/search_businesses_for_sale?page=1&query=restaurant' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 13 totalclick to expand

Search for businesses for sale with filters for keyword, price, and category. Returns paginated results with up to 25 listings per page.

Input
ParamTypeDescription
pageintegerPage number for pagination.
querystringSearch keyword to filter listings.
price_maxintegerMaximum asking price filter.
price_minintegerMinimum asking price filter.
category_slugstringCategory path slug to filter by (e.g. /health-care-businesses-for-sale). Available slugs can be retrieved from list_business_categories.
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "listings": "array of listing objects with id, title, url, description, price, currency, location, and image",
    "total_found": "integer, number of listings returned on this page"
  },
  "sample": {
    "data": {
      "page": 1,
      "listings": [
        {
          "id": "uu9lus",
          "url": "https://dealstream.com/d/biz-sale/restaurants/uu9lus",
          "image": "https://res.cloudinary.com/mergernetwork/image/upload/posts/FFDB1347-1D2D-4957-B0A3E77F28A32355.jpg",
          "price": 189000,
          "title": "Fully Equipped Restaurant With Terrace For Sale - DealStream",
          "currency": "CAD",
          "location": {
            "region": "Quebec",
            "country": "CA",
            "locality": "Boucherville"
          },
          "description": "Restaurant for sale in Boucherville --- Beautiful 4,000 sq. ft. restaurant for sale with all equipment..."
        }
      ],
      "total_found": 25
    },
    "status": "success"
  }
}

About the mergernetwork.com API

The DealStream API exposes 13 endpoints covering business-for-sale listings, commercial real estate, land, leased space, funding opportunities, oil and gas properties, and financial assets. The search_businesses_for_sale endpoint returns paginated results filtered by keyword, price range, and industry category slug, while get_business_listing_detail delivers structured financials, location breakdowns, and full descriptions for individual listings.

What the API Covers

The DealStream API gives programmatic access to listing data across six distinct verticals: businesses for sale, commercial real estate, land, space for lease, funding wanted, and financial assets (including shelf companies and public shells). Specialized endpoints cover oil and gas properties (search_oil_gas_listings) and buyer-side "Wanted" postings (search_wanted_listings). All search endpoints return paginated arrays of listing objects containing id, title, url, description, price, currency, location, and image, with up to 25 results per page.

Filtering and Discovery

search_businesses_for_sale accepts query, price_min, price_max, and category_slug parameters. Valid category_slug values — for example /health-care-businesses-for-sale — are discoverable via list_business_categories, which also returns location slugs used by search_businesses_by_location. Location slugs follow the pattern florida-businesses-for-sale or california-businesses-for-sale. get_new_arrivals returns the most recently posted listings without any filter inputs.

Detail and Contact Endpoints

get_business_listing_detail accepts a URL path from any search result and returns structured fields including industry, a location object with country, region, and locality, a financials object with asking_price and related fields, plus description and full_description when available. get_listing_contact_info takes the same URL path format and returns broker or seller name and phone. These two endpoints together are the primary path to actionable deal intelligence from a search result.

Common use cases
  • Screen acquisition targets by filtering search_businesses_for_sale results by price_min, price_max, and category_slug to match a specific buy-side mandate.
  • Aggregate new deal flow automatically by polling get_new_arrivals and pushing results to a deal-tracking spreadsheet or CRM.
  • Build a geographic market map of businesses for sale by iterating location slugs through search_businesses_by_location.
  • Pull full financial details on shortlisted businesses using get_business_listing_detail to surface asking_price and industry classification.
  • Identify investors seeking capital by querying search_funding_wanted for businesses actively looking for funding.
  • Compile broker contact lists for outbound campaigns using get_listing_contact_info against a batch of listing URLs.
  • Monitor specialized asset categories — oil and gas royalties, shelf companies, public shells — via search_oil_gas_listings and search_financial_assets.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does DealStream (MergerNetwork) have an official developer API?+
DealStream does not publish a documented public developer API. This Parse API provides structured programmatic access to listing data from mergernetwork.com.
What does `get_business_listing_detail` return that search results do not?+
get_business_listing_detail returns a financials object with structured asking price and location data, a full_description field (the complete listing body text), an industry classification string, and a structured location object with country, region, and locality. Search result listing objects include only a short description, price, currency, location, and image.
Does `total_found` on search endpoints reflect the total listings in the database or just the current page?+
total_found returns the count of listings on the current page, not the overall database total matching your query. To determine total result depth, you need to paginate using the page parameter and observe when the returned count drops or the listings array is empty.
Does the API return historical or sold listings, or only active ones?+
The API returns currently active listings. Historical sold or expired listings are not exposed through any current endpoint. You can fork this API on Parse and revise it to add an endpoint targeting historical deal data if that surface becomes available.
Can I filter real estate, land, or lease searches by price or location the same way I can for business listings?+
search_real_estate_listings, search_land_for_sale, and search_space_for_lease currently accept only page and query parameters — not price_min, price_max, or location_slug. Those filters are only available on search_businesses_for_sale and search_businesses_by_location. You can fork this API on Parse and revise it to add price and location filter parameters to the real estate and land endpoints.
Page content last updated . Spec covers 13 endpoints from mergernetwork.com.
Related APIs in MarketplaceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.