Marketplace
Bizbuysell logo

Bizbuysell API

bizbuysell.com

Business-for-sale marketplace - listing search, pricing, financials, and seller contact.

Actions
3
Category
Marketplace
Login
Not required
Output
JSON

Call the Bizbuysell API

Submit a task, then poll the job until it settles. This example runs act_bizbuysell_com_contact_confirmation_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_bizbuysell_com_contact_confirmation_ssr",
    "params": {
      "lcp": "TGVhZElkJTNkMjk1NTg1OSUyNkxpc3ROdW1iZXIlM2QyNDg5ODEy",
      "xsig": "b60484522834045e2e62624747f08bcca6624f49c1e864f1620f52343c811fe9",
      "xsigexp": "1780276095"
    }
  }'

3 actions on bizbuysell.com

Read

  • Contact Confirmation Page

    act_bizbuysell_com_contact_confirmation_ssrread2 credits / call

    Returns the seller-contact confirmation status with the associated listing details.

    lcp
    string · required
    xsig
    string · required
    xsigexp
    string · required

Write

Write actions change state on bizbuysell.com and run as the account you connect.

  • Contact Seller Submit

    act_bizbuysell_com_contact_seller_submitwrite2 credits / call

    Submits a buyer inquiry to a listing's seller and returns the lead ID and status.

    list_number
    string · required
    sender_email
    string · required
    sender_name
    string · required
    anti_xsrf_token
    string · required
    c_token
    string · required
  • Location Filter Regions

    act_bizbuysell_com_location_filter_regionswrite2 credits / call

    Returns US states and regions available for filtering business listings by location.

    site_id
    integer
    language_id
    integer
    query
    string
    geography_types
    array

Bizbuysell API questions

Is there an API for Bizbuysell?
Bizbuysell does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for bizbuysell.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Bizbuysell data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when bizbuysell.com changes its markup, Anakin updates the action.
Do I need a Bizbuysell account?
No. Every Bizbuysell action listed here runs anonymously — no account and no credentials required.
What does the Bizbuysell API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Marketplace APIs

All Marketplace sites