Marketplace
Allsurplus logo

Allsurplus API

allsurplus.com

Industrial surplus auction marketplace - listings, categories, and asset pricing.

Actions
4
Category
Marketplace
Login
Not required
Output
JSON

Call the Allsurplus API

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

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_allsurplus_asset_bid_detail",
    "params": {
      "asset_id": "25",
      "account_id": "13841",
      "auction_id": "2"
    }
  }'

4 actions on allsurplus.com

Read

  • Asset Bid Details

    act_allsurplus_asset_bid_detailread1 credit / call

    Returns an auction asset's current bid, reserve status, closing date, and location.

    asset_id
    string · required
    account_id
    string · required
    auction_id
    string · required

Write

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

  • Asset Listing

    act_allsurplus_asset_listingwrite2 credits / call

    Returns searched auction assets with pricing, seller, location, and end dates.

    search_query
    string · required
    facets_filter
    string · required
    page
    integer · required
    sort_field
    string · required
    sort_order
    string · required
  • Category Tree

    act_allsurplus_category_treewrite2 credits / call

    Returns the full category tree with labels, paths, and item counts.

  • Related Asset Recommendations

    act_allsurplus_related_asset_recommendationswrite2 credits / call

    Returns recommended auction assets with titles, pricing, and locations for a placement.

    placement
    string · required

Allsurplus API questions

Is there an API for Allsurplus?
Allsurplus does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for allsurplus.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 Allsurplus 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 allsurplus.com changes its markup, Anakin updates the action.
Do I need a Allsurplus account?
No. Every Allsurplus action listed here runs anonymously — no account and no credentials required.
What does the Allsurplus 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