Logistics
GoComet logo

GoComet API

https://app.gocomet.com

GoComet - Indian freight bidding with live auction timers and vendor quote management.

Actions
4
Category
Logistics
Login
Some actions
Output
JSON

Call the GoComet API

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

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": "gocomet_get_bid_details",
    "credential_id": "<your-credential-id>",
    "params": {
      "key": "260513G3H6"
    }
  }'

4 actions on https://app.gocomet.com

Read

  • Bid Details

    gocomet_get_bid_detailsreadlogin required3 credits / call

    Returns full detail for a bid including route, cargo, timing, rank, and revisions left.

    key
    string · required
  • Bid Status

    gocomet_get_bid_statusreadlogin required3 credits / call

    Returns the live countdown for a bid with close time, seconds remaining, rank, and revisions.

    key
    string · required
  • My Quotes

    gocomet_list_my_quotesreadlogin required3 credits / call

    Returns quotes you submitted on a bid with rank, total cost, status, and line items.

    key
    string · required
  • Open Bids

    gocomet_list_open_bidsreadlogin required3 credits / call

    Returns open freight enquiries with route, cargo, close time, and your current rank.

    page
    integer
    size
    integer
    tag
    string
    bid_close_start
    string
    bid_close_end
    string
    created_start
    string
    created_end
    string

GoComet API questions

Is there an API for GoComet?
GoComet does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for https://app.gocomet.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 GoComet 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 https://app.gocomet.com changes its markup, Anakin updates the action.
Do I need a GoComet account?
Some GoComet actions read data that is only visible when signed in, so those need a credential you connect once. Actions marked "read" without a login requirement run anonymously.
What does the GoComet 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 Logistics APIs

All Logistics sites